/* CSS Matthias Kehrer 06-2004  */

/* Verweis fuer head-bereich: link type="text/css" rel="stylesheet" href="style.css" */



body    { color: #666666; font-size: 12px; line-height: 100%; font-family: Verdana, Tahoma, Arial, sans-serif; background-color: #ffffff; margin: 0px; margin-right: 0px }
	
body, textarea {
	scrollbar-base-color:#666666;
 	scrollbar-3dlight-color:#FFFFFF;
 	scrollbar-arrow-color:#FFFFFF;
  	scrollbar-darkshadow-color:#000000;
  	scrollbar-face-color:#41B735;
 	scrollbar-highlight-color:#FFFFFF;
 	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#ffffff;
	}



a:link	   	{ color: #436db0; textdecoration: underline  }
a:visited	   	{ color: #335386; textdecoration: underline  }
a:hover  	{ color: #f67219; text-decoration: none; textdecoration: none  }	
a:active 	   	{ color: #f67219; textdecoration: none  }
p,div,td  		{ font-size: 12px; color: #666666 }
	


h1 	  { color: #666666; font-weight: bold; font-style:italic; font-size: 24px; font-family: Tahoma, Verdana, Arial, sans-serif; margin-top: 1em; margin-bottom: 1em; margin-left: 1em }

h2 { 
	font-family: Garamond, "Times New Roman", serif; 
	font-size: 16px; 
	margin-top: 2em; margin-bottom: 1em; 
	}

h3 	  { color: #942442; font-weight: bold; font-size: 20px; font-family: Garamond, "Times New Roman", serif; margin-top: 1em; margin-bottom: 1em; margin-left: 1em }

h4 { 
	font-size: 100%; 
	margin-top: 1em; 
	margin-bottom: 1em; 
	}

h5 { 
	font-size: 100%; 
	margin-top: 1em; 
	margin-bottom: 1em; 
	}

h6 { 
	font-size: 80%; 
	margin-top: 1em; 
	margin-bottom: 1.5em; 
	}
	


ol {
	list-style-type:decimal;
	}

ul {
	list-style-type:disc;
	}



pre { font-family: monospace; }



div.color { 
	background: rgb(204,204,255); 
	padding: 0.5em; 
	border: none; 
	}



p.Erstzeilen-Einzug { 
	text-indent: 2em; 
	margin-top: 0; margin-bottom: 0; }
li						{ list-style-type: square; }
li.mehrinfo			{ list-style-type: disc; }

.betont-01				{ color: #666666; font-weight: bold; }
.betont-02 				{ color: #942442; }

.klein  				{ font-size: 10px }
.mittel  				{ font-size: 14px }
.gross  				{ font-size: 18px }
.sprechzeiten 			{ font-size: 16px; font-weight: bold; color: #ffffff; }
.seitenueberschrift   	{ color: #942442; font-weight: bold; font-size: 16px }
.textfarbe01    		{ color: #F67219; font-weight: bold; font-size: 14px }
.textfarbe02  			{ color: #436DB0; font-weight: bold; font-size: 13px }
.textfarbe03 			{ color: #258C24; font-weight: bold; font-size: 13px }



#Text				{ text-align: justify; }