<!--

/* Hintergrundfrabe */
body { background-color:#052042;
           background-image:url(bilder/bg5.jpg);
           background-attachment:fixed;
           SCROLLBAR-BASE-COLOR: #afafaf;
           SCROLLBAR-ARROW-COLOR: #000000;
           margin:5 }
                           
/* Schriftart und Farbe */
a,p,div,h1,h2,h3,h4,ol,div,form { font-family:Arial; color:#CFCFCF }
div,table,tr,td { font-family:Arial; color:#CFCFCF }

/* Schriftgröße */
h1 {  font-size:18pt }
h2 {  font-size:16pt }
h3 {  font-size:14pt }
h4 {  font-size:12pt }
p,a,table,ol,div,tr,td,form { font-size:8pt }

/* Schriftgewicht und Zeilenabstand */
p,ol,form { font-weight:normal; line-height:12pt }
div,table,tr,td { font-weight:normal; line-height:10pt }
h1 { font-weight:bold; line-height:20pt }
h2 { font-weight:bold; line-height:18pt }
h3 { font-weight:bold; line-height:16pt }
h4 { font-weight:bold; line-height:14pt }

/* Links */
a.nav { text-decoration:none }
a.nav { font-weight:bold; line-height:12pt }
a.nav:link { color:#cfcfcf }
a.nav:visited { color:#cfcfcf }
a.nav:active { color:#afafaf}
a.nav:hover { color:#afafaf}

/* Tabellen */
td.rah { background-color: #050C5C; }
table.rah { background-color: #afafaf; border: 1px solid black; }
.webdesign td { font-size: 10pt; }

img,a { border: 0px; margin: 0px; }

#line
{
	border: 1px solid black;
	padding: 0px;
}
-->