body.main {
 font-family: Arial;
 font-size: 10pt;
 background-color: #DBE4EB;
 background-image: url();
 background-attachment: fixed;
 background-position: bottom right;
 background-repeat: no-repeat;
 color: #0067C6;
 scrollbar-base-color: #DBE4EB;
 scrollbar-3dlight-color: #FBF4FB;
 scrollbar-arrow-color: 0067C6;
 scrollbar-darkshadow-color: #9BA4AB;
 scrollbar-face-color: #CBD4DB;
 scrollbar-highlight-color: #BBC4CB;
 scrollbar-shadow-color: #ABB4BB;
 scrollbar-track-color: #CBD4DB;
}

body.titel {
 font-family: Arial;
 font-size: 10pt;
 background-color: #DBE4EB;
 color: #0067C6;
}

body.menu {
 font-family: Arial;
 font-size: 10pt;
 background-color: #DBE4EB;
 color: #0067C6;
}

body.language {
 font-family: Arial;
 font-size: 8pt;
 background-color: #0067C6;
 background-image: url(../images/bgLanguage.gif);
 color: #FFFFFF;
}

body.leer {
 font-family: Arial;
 font-size: 10pt;
 background-color: #EDECE8;
 color: #000000;
}

td {
 font-size: 10pt
}

h1 {
 font-size: 14pt;
 font-weight: bold;
}

h2 {
 font-size: 12pt;
 font-weight: bold;
}

a {
 font-size: 10pt;
 text-decoration: none;
 color: #000000;
}

a:hover {
 color: crimson;
}

a.menu {
 font-size: 10pt;
 font-weight: bold;
 text-decoration: none;
 color: #FFFFFF;
}

a.menu:hover {
 color: gold;
}

a.language {
 font-size: 8pt;
 font-weight: bold;
 text-decoration: none;
 color: #FFFFFF;
}

a.language:hover {
 color: gold;
}

a.links {
 font-size: 10pt;
 font-weight: bold;
 text-decoration: none;
 color: #000000;
}

a.links:hover {
 color: crimson;
}

a.copyright {
 font-size: 8pt;
 text-decoration: none;
 color: #000000;
}

a.copyright:hover {
 color: crimson;
}

div.copyright {
 font-size: 8pt;
 text-align: center;
}

div.bemerkung {
 font-size: 8pt;
 text-align: left;
}

span.red {
 color: #FF0000;
}