
/* Body mit Background und Scrollbar */

BODY {
SCROLLBAR-BASE-COLOR: #596B9B; 
SCROLLBAR-3DLIGHT-COLOR: #596B9B; 
SCROLLBAR-ARROW-COLOR: #FFFFFF; 
scrollbar-darkshadow-color: #000000; 
scrollbar-face-color: #596B9B; 
scrollbar-highlight-color: #FFFFFF; 
SCROLLBAR-SHADOW-COLOR: #0273B7; 
scrollbar-track-color: #D5E2F7; 
background-image: url(images/jpgs/bg-child.jpg);
}


/* Hyperlinks OVER */

a:hover {  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-weight: normal; 
text-transform: none; 
color: #FFFF66; 
text-decoration: none; 
font-size: 12px; 
font-style: normal;
}


/* Hyperlinks AKTIV */

a { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-weight: normal; 
text-transform: none; 
color: #66CCFF; 
text-decoration: none; 
font-size: 12px; 
font-style: normal;
}


/* Text auf der Indexseite - teilweise modifiziert */

h3#menu {  
font-size: 12px; 
font-family: Verdana, Arial, Helvetica; 
font-weight: normal; 
color: #66CCFF; 
text-decoration: none; 
}

/* normaler Text auf Hauptseiten - teilweise modifiziert */
/* margin-bottom:0px; garantiert normale Abstände zwischen Schriftblöcken */
/* line-height:16pt; ist der Zeilenabstand */

h3#verd13 {  
margin-bottom: 0px; 
margin-top: 0px;
line-height:17px;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 13px; 
font-style: normal; 
font-weight: normal; 
letter-spacing: 0px; 
word-spacing: 0px; 
text-decoration: none; 
white-space: pre-wrap; 
color: #FFFFFF;
}


/* Text unten zB Menu auf Hauptseiten  */

h3#verd10 {  
margin-bottom: 0px; 
margin-top: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
font-style: normal; 
font-weight: normal; 
letter-spacing: 0px; 
word-spacing: 0px; 
text-decoration: none; color: #FFFFFF;
}




