/*
Schriftart im gesamten Document 
*/

body     {  }

h1 {
font-family : 			Verdana, Arial, Helvetica, sans-serif; 
font-size : 			13pt; 
border-bottom-width : 	1px; 
border-bottom-style : 	solid; 
border-left-width : 	13px; 
border-color : 			red; 
border-left-style :		solid; 
padding-left : 			3px; 
}
.navueber  { color: #336699; font-size: 14pt; font-family: Arial, Helvetica, sans-serif }
.textnormal { color: #000; font-family: Arial, Helvetica, sans-serif }
h2 {
font-family : 			Verdana, Arial, Helvetica, sans-serif; 
font-size : 			11pt; 
border-bottom-width : 	1px; 
border-bottom-style : 	solid; 
border-left-width : 	10px; 
border-color : 			#000066; 
border-left-style : 	solid; 
padding-left : 			3px; 
} 

h3 {
font-family : 			Verdana, Arial, Helvetica, sans-serif; 
font-size : 			11pt; 
border-bottom-width : 	1px; 
border-bottom-style : 	solid; 
border-left-width : 	10px; 
border-color : 			#006600; 
border-left-style : 	solid; 
padding-left : 			3px; 
}
/* ZEICHENVORLAGEN */
i {
color : 				#000066; 
} 

b {
color : 				red; 
} 

/* Link-Stile:  */
.navlink  { color: #000; font-size: 10pt; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none }
A:link { color: #000; font-size: 10pt; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none }
A:visited  { color: #000; font-size: 10pt; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none }
A:hover  { color: #000; font-size: 10pt; font-family: Arial, Helvetica, sans-serif; font-weight: bold } 

A:active  { color: #f00; font-size: 10pt; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none }
