html, body {
background-color:white;
margin:0px;
padding:0px;
}

h1, h2 ,p, ul, table {
font-family:"century gothic",arial,sans-serif;
margin-left:16px;
margin-right:16px;
}

h1 {
font-weight:bold;
font-style:normal;
font-size:130%;
line-height:1.1em;
color:rgb(90,115,135);
border-left:rgb(190,215,235) solid 20px;
border-bottom:rgb(190,215,235) solid 4px;
padding-left:12px;
margin-top:32px;
}

h2 {
font-weight:bold;
font-style:normal;
font-size:110%;
line-height:1.1em;
color:rgb(90,115,135);
border-bottom:rgb(190,215,235) solid 2px;
margin-top:24px;
}

p.text {
text-align:left;
font-weight:normal;
font-style:normal;
font-size:100%;
line-height:1.1em;
color:black;
}

p.intro {
text-align:left;
font-weight:normal;
font-style:italic;
font-size:95%;
line-height:1.1em;
color:black;
}

li {
text-align:left;
font-weight:normal;
font-style:normal;
font-size:100%;
line-height:1.1em;
color:blue;
}

td {
text-align:left;
font-weight:normal;
font-style:normal;
font-size:100%;
line-height:1.1em;
color:blue;
}

a:link, a:visited {
color:blue
}

a.navi, a.navi1, a.navi_self, a.sub_navi {
display:block;
white-space:nowrap;
overflow:hidden;
border-left:1px solid black;
border-right:1px solid black;
border-bottom:1px solid black;
font-family:arial, sans-serif;
font-size:12px;
font-weight:bold;
text-decoration:none;
letter-spacing:0.1em;
padding: 3px;
text-align:center;
margin-left:5px;
margin-right:5px;
}

a.navi1 {
border-top:1px solid black;
}

a.navi:link, a.navi1:link, a.navi:visited, a.navi1:visited {
background-color:rgb(210,235,255);
color:black;
}

a.navi_self:link, a.navi_self:visited {
background-color:lightskyblue;
color:black;
}

a.sub_navi:link, a.sub_navi:visited {
background-color:lightblue;
color:black;
}
a.navi:hover, a.navi1:hover, a.navi_self:hover, a.sub_navi:hover {
background-color:blue;
color:white;
}

#oben {
background-color:rgb(210,235,255);
width:100%;
height:100px;
margin:0px;
padding:0px;
}

#datum {
position:absolute;
background-color:rgb(210,235,255);
top:0px;
left:505px;
}

#suchen {
position:absolute;
background-color:rgb(210,235,255);
width:75px;
height:100px;
top:5px;
right:75px;
margin:0px;
padding:0px;
}

#counter {
position absolute;
background-color:rgb(210,235,255);
top:5px;
right:280px;
margin:0px;
padding:0px;
}


#navigation {
position:absolute;
background-color:rgb(210,235,255);
top:100px;
left:0px;
width:180px;
margin:0px;
padding:0px;
}

#inhalt {
margin-top:0px;
margin-left:180px;
margin-right:180px;
}

#rechts {
position:absolute;
background-color:rgb(210,235,255);
top:100px;
right:0px;
width:180px;
margin:0px;
padding:0px;
}

#logo {
position:absolute;
top:2px;
left:2px;
width:500px;
height:90px;
}

div.box_titel {
margin-top:16px;
margin-left:8px;
margin-right:8px;
background-color:rgb(130,130,130);
color:white;
font-family:Tahoma,sans-serif;
font-size:12px;
font-weight:bold;
padding:1px;
}

div.box_inhalt {
margin-left:8px;
margin-right:8px;
margin-bottom:8px;
background-color:white;
border:rgb(130,130,130) solid 1px;
color:black;
font-family:"century gothic",sans-serif;
font-size:80%;
font-weight:normal;
padding:3px;
}