/* allgemeine auszeichnungen */

body {
font-family: "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
background-repeat:repeat-x;
font-size: 10px;
line-height:12px;
color: #1A1A2A;
background-color:#fffff;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

* html body {
overflow: hidden;
}

#container {
position: absolute;
margin: 0 auto 0 auto;
top:50%;
left:50%;
width:918px; /* Breite des Elements */
height:470px; /* Höhe des Elements */
margin-left: -459px; /* Breite des Elements geteilt durch zwei! */
margin-top: -235px; /* Höhe des Elements geteilt durch zwei!*/
background-color: #fffff;
}

#impressumtext{
position:absolute;
top:60px;
width:918px;
height:393px;
font-family: Verdana, sans-serif;
font-size: 12px;
text-align:left;
line-height:14px;
color:#1A1A2A;
padding: 10px;
border: 1px solid #1A1A2A;
}

#containervollebreite{
position:absolute;
right:0px;
bottom:0px;
width:918px;
height:15px;
font-family: Verdana, sans-serif;
font-size: 10px;
text-align:left;
line-height:12px;
color:#1A1A2A;
bord: 1px solid #000;
}
#containervollebreite ul{
list-style-type:none;
padding:0 0 0 0;
margin:0 0 0 0;
}
#containervollebreite li{
display:inline;
padding:0 0 0 6px;
}

#containervollebreite a{
color:#A75B00;
text-decoration:none;
}
#containervollebreite a:link{
color:#A75B00;
text-decoration:none;
}
#containervollebreite a:hover{
color: #A75B00;
text-decoration:none;
}
#containervollebreite a:active{
color: #A75B00;
text-decoration:none;
}
#containervollebreite a#aktiver_button{
color: #A75B00;
text-decoration:none;
}

#logo{
position:absolute;
width:918px;
height:57px;
top:0px;
left:0px;
border:none;
background:transparent url(../pics/ra_logo.jpg);
background-position:top left;
background-repeat:no-repeat;
overflow:hidden;
z-index:3;
}

/* CLASSES */
h1{
font-family:"Verdana", Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:14px;
font-weight:bold;
text-align:left;
}

.small{
font-family: "Century Gothic", Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #A75B00;
}

a {text-decoration: none; color:#8A6133;}
a:link {text-decoration: none; color: #8A6133;}
a:visited {text-decoration: none; color: #8A6133;}
a:hover{color:#2A1803;}
a:active {color: #2A1803;}
