html {height: 100.2%}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	text-decoration: none;
	vertical-align:top;}
	


h1, h2 { font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 12px; 
	color: #2A5B1E; 
	text-decoration: none ; 
	font-weight: bold;
	margin: 4px 5px 6px 5px;
}
h2 {margin: 2px 5px 3px 5px;}

.row_h1 {background: #ECDE80;  }
.row_h2 {/*background: #f3f1ab*/ }
.row_1 {background: #F8F8E4; vertical-align: top; }

.row_2 {background: #F4F4D7; vertical-align: top;}


td .abstand {padding: 5px 0px 10px 0px; background: #F8F8E4 }

/*.box_border {border: 1px solid #ECDE80; }*/



.text { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	text-decoration: none }

.text_link_farbig { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #2A5B1E; 
	text-decoration: none ; 
	font-weight: bold}

.text_klein { 
	font-family: Arial; 
	font-size: 10px; 
	color: #000000; 
	text-decoration: none }

.text_link_normal { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	text-decoration: none ; 
	font-weight: normal}

.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #2A5B1E; 
	text-decoration: none ; 
	font-weight: bold
}

p {margin: 4px 0 4px 0;}



/* ### iframe für Navigation ################ */

td#col_menu {background: #ecde80}
iframe#menu {height: 400px; width: 155px; border:0px; background:#ecde80}


/* ### tabelle notdienstplan ################ */

table#notdienst {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	text-align: left;
	vertical-align: top;
	}
	
	thead tr {background: #D5DDA0;}
	
	table#notdienst thead th{font-weight: normal; padding-left: 5px;}
	
	th#datum {width: 64px;}
	th#apotheke {width: 206px;}
	th#ort {width: 171px;}
	th#telefon {width: 106px;}
	
	table#notdienst td {padding: 1px 0px 4px 6px; vertical-align: top;}
	
	table#notdienst tr.odd {background: #F4F4D7;}

