/* CSS Document */

html {
height:100%;
}


body {
height:100%;
padding:0;
margin:0;
font-family: Verdana, Arial, Helvetica; 
font-size: 9pt; 
color: #999;
background-color:#000000;
background-image:url(images/bgline.gif);
background-repeat:repeat-x;


}


#wrapper {

background:url(images/logo.gif) no-repeat;
background-color:#fff;
position:relative;
margin:0px auto;
width:700px;
border-left:1px solid #5a5858;
border-right:1px solid #5a5858;
height:100%;
}

#navi {
position:absolute;
width:464px;
height:68px;
background-color:#FFF;
left:230px;
padding:5px 0px 0px 5px;

}

#navileft {
width:225px;
height:68px;
float:left;
text-align:left;
}
#naviright {
width:225px;
height:68px;
float:left;
text-align:left;
}

#navileft a, #naviright a{
display:block;
color:#999;
font-size:1em;
line-height:135%;
padding-left:20px;
}

#navileft a:hover, #naviright a:hover{
background:url(images/arrow_navi.gif) 2px 3px no-repeat;
color: #FF7000;
text-decoration:none;
}

ul {
padding:0px;
margin:0px;
list-style-type:none;
}

#leftblock {
position:absolute;
width:228px;
height:100%;
border-right:1px solid #ccc;

}

#top {
position:absolute;
width:470px;
height:16px;
background-image:url(images/top_frage.gif);
background-repeat:no-repeat;
left:230px;
top:79px;
}

#bottom {
position:absolute;
width:470px;
height:16px;
background-image:url(images/top_antwort.gif);
background-repeat:no-repeat;
left:230px;
top:346px;
}

#leftinfo {
position:absolute;
width:230px;
top:361px;
text-align:center;

}

#front {
position:absolute;
top:95px;
width:700px;
height:250px;
background-image:url(images/front_big.jpg);
background-repeat:no-repeat;
}

#bottompic {
position:absolute;
top:370px;
left:230px;
width:100px;
}

#bottompic img {
margin:2px 0px;
}

#textunten {
position:absolute;
top:370px;
left:340px;
font-size:11px;
padding-top:7px;
padding-bottom:3px;
border-bottom:1px dotted #999;
}

#textuntenb {
position:absolute;
top:423px;
left:340px;
font-size:11px;
padding-top:7px;
padding-bottom:3px;
border-bottom:1px dotted #999;
}

#cx {
position:absolute;
bottom:0px;
width:220px;
background-color:#FFF;
color:#999;
text-align:center;
padding:3px 0px;
}

#animation {
position:absolute;
top:510px;
right:24px;
background-image:url(images/valer.gif);
background-repeat:no-repeat;
width:130px;
height:10px;
}



a:link {text-decoration: none; color: #5D88AD}
A:visited {text-decoration: none; color: #5D88AD}
A:hover {text-decoration: underline; color: #FF7000}

