/* Hippotherapie-K */

body, td, p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size : 12px;
	color:#330000;
	font-style: normal;  
	font-weight : normal; 	
}

select, input {
	color: #330000;
	font-size : 11px; 		
}

body { 
	margin : 0 0 0 0 ;	
 }

 td {
		border: 0px none;
}
 
/* Klassen */
.small { 
	font-size : 10px;  
}

.bold {
    font-weight : bold;
}

.bu 	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size : 10px;
	color:#330000;
	font-style: normal;  
	font-weight : normal;
	background-color : #FFFFCC;
} 	 

/* Titel im Hauptteil */	 
H1,.h1 {
	color:#999966;
	font-size : 16px;
	font-weight : bold;
	padding-left : 0px;
	padding-top : 4px;
	padding-bottom : 4px;
}

H2,.h2 {
	color:#999966;
	font-size : 14px;
	font-weight : bold;
	padding-left : 0px;
	padding-top : 3px;
	padding-bottom : 3px;
}

H3,.h3 {
	color:#999966;
	font-size : 12px;
	font-weight : bold;
	padding-left : 0px;
	padding-top : 2px;
	padding-bottom : 2px;
}

a	{ color:#330000; text-decoration:underline; }
a:link { color:#330000; text-decoration:underline; }
a:active { color:#330000; text-decoration:underline; }
a:hover { color:#996600; text-decoration:underline; }

LI {
	list-style : circle;
}

.justify {  text-align: justify}

.colorized { background-color:#FFFFCC;}

/* ------------------ Classen Veranstaltungen ----------------------- */

/* gerade Zeilen */
.even {
	background-color:#FFFFE0;
}

/* ungerade Zeilen */
.odd {
	background-color:#FFFFFF;
}

/* Monat */
.month {
	background-color:#E9E9C5;
}