/* DATEI: gaensbrunnen.css */

body, td, p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size : 12px;
	color:#000000;
	font-style: normal;  
	font-weight : normal;
	margin : 0 0 0 0 ;

}
body {
	background-color : #FFFFFF;	
}

select, input, textarea {
	color: #000000;
	font-size : 11px; 		
}

/* Klassen */
.small { 
	font-size : 10px;  
}

.bold {
    font-weight : bold;
}

.white {
    font-weight : bold;
	color: #FFFFFF;
}

.bu 	{
	font-family: Arial, Helvetica, sans-serif;  
	font-size : 11px;
	color:#000000;
	font-style: normal;  
	font-weight : normal;
	background-color : #FFFFFF;
}

.detail, a.detail, a.detail:link, a.detail:active, a.detail:visited, a.detail:hover{
	color:#000000;
}	 

/* Titel im Hauptteil */	 
H1 {
	font-family: Arial, Helvetica, sans-serif; 
	color:#333333;
	font-size : 18px;
	font-weight : normal;
	padding-left : 0px;
	padding-top : 4px;
	padding-bottom : 4px;
}

H2 {
	font-family: Arial, Helvetica, sans-serif; 
	color:#333333;
	font-size : 16px;
	font-weight : normal;
	padding-left : 0px;
	padding-top : 3px;
	padding-bottom : 3px;
}

H3 {
	font-family: Arial, Helvetica, sans-serif; 
	color:#333333;
	font-size : 13px;
	font-weight : bold;
	padding-left : 0px;
	padding-top : 2px;
	padding-bottom : 2px;
}

a	{ color:#336633; text-decoration:underline; }
a:link { color:#336633; text-decoration:underline; }
a:active { color:#336633; text-decoration:underline; }
a:hover { color:#00CC00; text-decoration:underline; }

/* Formularbestellung */

.tableHead {
	font-family: Arial, Helvetica, sans-serif; 
	text-align: left;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #336633;
	font-weight: bold;
}
.tableList {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	color: #333333;
	background-color: #DFECE2;
}