
body {
    margin:  0;
    padding: 0;
    font-family: verdana, arial, sans-serif;
    background-color : white;
}

img {
    border: none;
}

pre {
    padding:          1em;
    border:           1px dashed #79A3B1;
    background-color: #EFF4F6;
    color:            gray;
    line-height:      1.1em;
    font-family:      monospace;
    font-size:        12px;
}

#main {
    padding:       0;
    margin-left:   auto;
    margin-right:  auto;
    margin-top:    0;
    margin-bottom: 0;
    border:        1px solid white;
    width:         1000px;
}

#leftcontainer {
    float:   left;
    margin:  10px;
    padding: 0px;
    width:   180px;
    border:  none;
}

#bigba {
float: none;
    height:        50px;
    width:         50px;
    margin-top:    10px;
    margin-left:   auto;
    margin-right:  auto;
    margin-bottom: 0px;
}

#navigation {
    font-size: 13px;
    padding: 1px 2px 2px 2px;
    width:   180px;
    border:  1px solid #999;
    cursor:  pointer;
}

#navigation a {
    display:          block;
    text-decoration:  none;
    background-color: #8BC4E2;
    color:            black;
    padding:          0 2px 0 2px;
    margin:           1px 0 0 0;
    width:            176px;
}

#navigation a:hover { background-color:#FFFFFF; }

#navigation a.isme       { display:block; text-decoration:none; background-color:#DAECF6; color: black;
                           padding:0 2px 0 2px; margin:1px 0 0 0; width:176px; }
#navigation a.isme:hover { background-color:#FFFFFF; }


#navigation ul            { margin:0; padding:0; list-style: none; }
#navigation ul li         { padding:0; margin:0; }
#navigation ul li a       { text-decoration:none; background-color:#8BC4E2; color: black;
                            padding:0 2px 0 20px; margin:1px 0 0 0; width:158px;
                            background-image:URL(/images/subnav-pfeil.gif); background-repeat:no-repeat; background-position:10px 5px }
#navigation ul li a:hover { background-color:#FFFFFF;
                            background-image:URL(/images/subnav-pfeil_hi.gif); background-repeat:no-repeat; background-position:11px 6px }

#navigation ul li a.isme       { text-decoration:none; background-color:#DAECF6; color: black;
                                 padding:0 2px 0 20px; margin:1px 0 0 0; width:158px;
                                 background-image:URL(/images/subnav-pfeil.gif); background-repeat:no-repeat; background-position:10px 5px }
#navigation ul li a.isme:hover { background-color:#FFFFFF;
                                 background-image:URL(/images/subnav-pfeil_hi.gif); background-repeat:no-repeat; background-position:11px 6px }


#page {
    background: #FFFFFF;
    padding: 0px;
    margin:  10px 10px 10px 210px;
    width:   780px;
}

#headline {
    width:   770px;
    margin:  0;
    padding: 5px;
    height:  20px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    border:  1px solid #777;
}

#content {
    font-size: 14px;
    width: 770px;
    margin-top:10px;
    padding:5px;
    overflow: auto;
    border:  1px solid #777;
    height: 500px;
}

#content table {
    width: 100%;
    border: none;
}

#content_navigation {
    font-size: 12px;
    width: 770px;
    margin-top:10px;
    padding:5px;
    border:  1px solid #999;
    text-align: center;
}

.small {
    font-size:10px
}

a.common {
    color: blue;
    text-decoration: none;
}

a.common:visited {
    color: gray;
}

a.common:active {
    color: rgb(229, 229, 229);
}

a.common:hover {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.h1 {
    font-weight: bold;
    text-decoration: underline;
    font-size: 15px;
}

.center {
    text-align: center;
}

.grey {
    color: gray;
}