html {
scrollbar-base-color: #FFFFFF;
scrollbar-3d-light-color: #FFFFFF;
scrollbar-arrow-color: #000000;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-face-color: #D8E9E9;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
}

body {
background-color: #D8E9E9;
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}

#container {
position: absolute;
top: 40%;
left: 50%;
width: 936px;
height: 535px;
margin-top: -210px;
margin-left: -468px;
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
}

/* ================= 3 Divs in container ================= */
#left {
width: 199px;
height: 535px;
background-color: #99C7C6;
}

#main {
position: absolute;
left: 199px;
top: 0px;
width: 737px;
height: 535px;
}

#bottom {
position: absolute;
left: 30px;
bottom: 8px;
}

/* ================= Formate ================= */
p {
margin: 0px;
padding: 0px 0px 6px 0px;
}

h1 {
font-size: 13px;
margin: 0px;
padding: 0px 0px 10px 0px;
}

ul, ol {
margin: 0px;
padding: 0px 0px 6px 30px;
}

li {
list-style-type: square;
}

a:link, a:visited { /* unauffällige Links */
color: #000000;
text-decoration: none;
}

a:hover {
color: #007371;
text-decoration: underline;
}

a.UL:link, a.UL:visited { /* auffällige Links */
color: #000000;
text-decoration: underline;
}

a.UL:hover {
color: #007371;
}

img {
display: block;
}

.tabform01 td { /* Impressum */
padding-bottom: 6px;
vertical-align: top;
background-color: #FFFFFF; /* Nur für DW */
}

/* ================= Navigation ============== */
ul#nav {
position: absolute;
left: 0px;
top: 200px;
}

ul#nav li {
list-style: none;
margin: 0px 0px 6px 0px;
padding: 0px;
}

ul#nav a, ul#nav a:visited {
text-decoration: none;
padding: 0px 0px 0px 30px;
background-image: url(images/nav.gif);
background-repeat: no-repeat;
background-position: 0px 3px; /* linke obere Ecke, horizontal, vertikal */
}

ul#nav a:hover {
color: #000000;
background-image: url(images/nav_ov.gif);
}

ul#nav span {
padding: 0px 0px 0px 30px;
font-weight: bold;
cursor: pointer;
background-image: url(images/nav_dn.gif);
background-repeat: no-repeat;
background-position: 0px 3px;
}
