body {
 margin: 0;
 padding: 0;
 background-color:#e4e4e4;
}

div,p{
 color: #525252;
 font-family:arial,helvetica,sans-serif;
 font-size:12px;
}

img{
 border:none;
}

#wrapper {
 width:850px;
 background-color:#ffffff;
 padding-top:15px;
 padding-bottom:25px;
}

#header {
 background-color:#ffffff;
 width:100%;
}

#vsa_subnav{
 border-bottom:1px dotted #000000;
 background-color: transparent;
 margin-left:10px;
 margin-right:10px;
 color: #525252;
}

#header_img{
 margin-left:10px;
}

.bdr_dotted{
 border:1px dotted #000000;
}

#outer {
 border-left: 170px solid #ffffff;  /* Hintergrund der linken Spalte */
 border-right: 170px solid #ffffff; /* Hintergrund der rechten Spalte */
 background-color: #ffffff;         /* Hintergrund der mittleren Spalte */
}

#footer {
 background-color:#ffffff;
 width:820px;
 position: relative;
 z-index: 13;
 border-top: 1px dotted #000000;
 padding-top:10px;
 margin-left:10px;
 margin-right:10px;
}

#footer a{
 color: #525252;
 font-weight: normal;
 text-decoration: none;
 padding:0 5px 0 5px;
 margin:0;
}

#footer a.first{
 padding:0 5px 0 0;
}

#footer a:focus, #footer a:hover, #footer a:active{
 text-decoration: none;
 background-color: transparent;
 color: #ff0000;
}

#inner {
 margin:15px 0 25px 0;
 width: 100%;
 border-left:1px dotted #000000;
 border-right:1px dotted #000000;
}

#side_left {
 width: 160px;                      /* Breite der linken Spalte */
 margin-left: -160px;               /* negative Breite der linken Spalte */
 float: left;
 position: relative;
 z-index: 10;
}

#side_right {
 width: 170px;                      /* Breite der rechten Spalte */
 margin-right: -170px;              /* negative Breite der rechten Spalte */
 float: left;
 position: relative;
 z-index: 11;
}

#content {
 float: left;
 width:100%;
 position: relative;
 z-index: 12;
 padding-top:0;
}

#content a:focus, #footer a:hover, #footer a:active{
 text-decoration: underline;
 background-color: transparent;
 color: #ff0000;
}


#content h2{
 font: 14px arial,helvetica,sans-serif;
 color: #003399;
 margin-left: 20px;
 margin-right:20px;
 margin-top:0;
 margin-bottom:0;
 padding:0;
 display:inline;
 font-weight:bold;
}

#content p{
 margin-left:20px;
 margin-right:20px;
 line-height:19px;
}


#content div{
 margin-left:20px;
 margin-right:20px;
 line-height:19px;
}


p#biblio{
 margin-left:20px;
 margin-right:20px;
 line-height:15px;
}

.clear {
 clear: both;
}


.adbox {
 font-size:11px;
 padding:5px;
 margin:0 10px 10px 10px;
 border: 1px dotted #000000;
 background-color: #f3f3f3;
 line-height:14px;
}

.adbox a{
 color: #525252;
 font-weight: normal;
 text-decoration:underline;
}

.adbox a:focus, .adbox a:hover, .adbox a:active{
 text-decoration: none;
 background-color: transparent;
 color: #ff0000;
}

.padd{
 padding: 0 5px 0 5px;
}

.rot{
 color: #ff0000;
}




/* Hilfskonstruktion für Mozilla-Fehler */
#outer > #inner {
        border-bottom: 1px solid transparent;
}
#side_left {
        margin-right: 1px;
}
#side_right {
        margin-left: 4px;
}
#content {
        margin: 0 -3px 0 -2px;
}
