/* CSS Document */

* {
padding:0px;
margin:0px;
}

html {
height:100%;
}

body {
height:100%;
width:100%;
background-color:#fff;
background-image: url(../images/bg.jpg);
background-position:top left;
background-repeat:repeat-x;
background-attachment:fixed;
text-align:center;
color:#3C5A80;
font-family:verdana, arial, helvetica, sans-serif;
font-weight:normal;
font-size:11px;
line-height:16px;
}

h1 {
color:#7495BE;
font-weight:bold;
text-decoration:none;
font-size:17px;
}

a {
color:#7495BE;
font-weight:bold;
text-decoration:none;
}

a:hover {
color:#7495BE;
font-weight:bold;
text-decoration:underline;
}

a:active, a:visited {
color:#7495BE;
font-weight:bold;
text-decoration:none;
}

a.links {
color:#7495BE;
font-weight:bold;
text-decoration:none;
font-size:11px;
}

a.links:hover {
color:#7495BE;
font-weight:bold;
text-decoration:underline;
}

a.links:active, a.links:visited {
color:#7495BE;
font-weight:bold;
text-decoration:none;
}

#logo {
position:fixed;
top:0px; left:10px;
height:100px;
width:300px;
background-image: url(../images/logo.jpg);
background-position:center;
background-repeat:no-repeat;
z-index:200;
}

#ole {
position:fixed;
top:0px; left:0px;
height:900px;
width:300px;
background-image: url(../images/ole-steht-links.jpg);
background-position:center;
background-repeat:no-repeat;
}

#navitop {
position:fixed;
top:0px; left:300px;
text-align:center;
height:100px;
width:650px;
line-height:29px;
background-color:#7495BE;
/*background-image: url(../images/ole-steht-links.jpg);
background-position:center;
background-repeat:no-repeat;*/
z-index:100;
}

#navibox {
position:fixed;
top:40px; left:325px;
text-align:left;
height:40px;
width:635px;
line-height:29px;
background-color:#7495BE;
/*background-image: url(../images/ole-steht-links.jpg);
background-position:center;
background-repeat:no-repeat;*/
z-index:100;
}

#navibox ul {
list-style-type:none;
}

#navibox li {
list-style-type:none;
display:inline;
font-size:13px;
line-height:29px;
color:#BACADF;
font-weight:normal;
text-decoration:none;
padding:0px 10px;
}

#navibox a {
color:#fff;
font-weight:normal;
text-decoration:none;
}

#navibox a:active, a:visited {
color:#fff;
}

#navibox a:hover {
color:#fff;
text-decoration:underline;
}

#textbox {
position:absolute;
top:130px; left:60px;
width:500px; height:auto;
text-align:justify;
line-height:20px;
}

#innertextbox {
position:relative;
text-align:justify;
line-height:20px;
padding:15px;
border:1px solid #7495BE;
}

#adbox {
position:absolute;
top:130px; left:600px;
width:300px;
text-align:center;
line-height:20px;
/*background-color:#BACADF;*/
}
