
/* Allgemeine Formatierungen */
* { margin: 0; padding: 0 }

body   { color: #fc3; font-size: 10pt; font-family: arial; font-style: normal; font-variant: normal; font-weight: normal; background-color: #039; background-image: none; text-align: center; scrollbar-3dlight-color: #FFFF99; scrollbar-arrow-color: #FFCC00; scrollbar-darkshadow-color: #000000; scrollbar-face-color: #003399; scrollbar-highlight-color: #FFCC33; scrollbar-shadow-color: #111111; scrollbar-track-color: #FFCC33  }


/* Formatierungen Layout (grob) */
#seite   { color: #fc3; background-image: none; background-position: 0 0; text-align: left; margin: 0 auto; padding: 10px 10px 5px 13px; width: 715px }

#oben     { background-image: url(../bilder/seitentitel-oben.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: right 50%; padding-left: 1.42cm; left: 2.42cm; width: 700px; height: 168px; clear: both }

#links{
 float:left;
 margin:0 0 20px 0;
 width:458px;
}

#rechts { float: left; margin: 0 0 20px 20px; width: 235px }

#unten   { color: #c63; width: 700px; clear: both }

/* Formatierungen Navigationsleiste */
#navigation    { color: #c90; background-color: #009; padding: 0 0 4px; width: 700px; float: left }

#navigation ul  { color: #fff; background-color: #009 }

#navigation ul li  { color: #fc6; display: inline; margin: 0 10px 0 0 }

#navigation ul li a  { color: #fc6; font-size: 0.9em; font-weight: bold; text-decoration: none; border-bottom: 4px solid #fff }

#navigation ul li a:hover  { color: #c63; text-decoration: blink; border-bottom: 4px solid #666 }



/* Sonstige Formatierungen */
.titel { float: right; padding: 0 10px 0 0; width: 90px }

.titel img {; border: 0 }



/* Schrift-Formatierungen */
h1,h2,h3,h4,h5,h6  { color: #fc3; font-size: 12pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; line-height: 12pt; letter-spacing: 0.01em; margin: 25px 0 0;  }

#links p { background-image: none; text-align: justify }

#unten p { font: 0.85em "trebuchet ms", verdana, sans-serif; padding: 5px }

/* Formatierungen Navigation (Rechte Spalte) */
#rechts ul { background-image: none; list-style: none; margin: 0 }

#rechts ul li  { background-image: none; display: block; margin: 0 0 0 0; padding: 0 0 0 16px }

#rechts ul li a { color: #666; text-decoration: none; background-image: none }

#rechts ul li a:hover { color: #fc3; text-decoration: blink }



/* Link-Formatierungen */
a:link,a:visited,a:active  { color: #fc3; text-decoration: underline }

a:hover { color: #fc0; text-decoration: blink }


#unten a { color: #5c5c5c; text-decoration: underline }

#unten a:hover{
 text-decoration:none
}

