body {
	background-color:#FEC876; /*!!!!hintergrundfarbe fuer Dokument!!!!*/
}


.content_font{
	color:#000000; /*!!!!textcolor fuer normalen Seiteninhalt!!!!*/

	font-size:12px;
	font-family: verdana;
}

p {
	font-size: 12px;
	font-family: verdana;
}

td {
	font-size: 12px;
	font-family: verdana;
}

li {
	font-size: 12px;
	font-family: verdana;
}

.tbl {
	border-color:#FFFFFF; /*!!!! rahmenfarbe fuer haupttabelle !!!!*/
	
	border-style:solid;
}


td.navbar {
	background-color:#FFEFDA; /*!!!!hintergrundfarbe fuer menue!!!!*/
	
	font-size:13px;
	font-family:verdana;
}

.navbar.raquo {
	color:#777777; /*textcolor fuer pfeile in menuebar*/

	font-size:11px;
	font-family:verdana;
}

/*!!!! LINKVARIATIONEN für Menuepunkte !!!!*/
a.navbar:link {
	text-decoration:none;
	color:#E65B00;
	font-size:12px;
}
a.navbar:visited {
	text-decoration:none;
	color:#E65B00;
	font-size:12px;
}
a.navbar:active {
	text-decoration:underline;
	color:#E65B00;
	font-size:12px;
}
a.navbar:hover {
	text-decoration:underline;
	color:#E65B00;
	font-size:12px;
}
/*!!!! ENDE LINKVARIATIONEN für Menuepunkte !!!!*/
	
	
.footer {
	background-color:#FFF7EA; /*!!!!hintergrundfarbe fuer footer!!!!*/
	color:#777777; /*textcolor fuer footer-text*/

	text-align:center;
	font-size:11px;
	font-family:verdana;
	
}

/*!!!! LINKVARIATIONEN für footer !!!!*/
a.footer:link {
	text-decoration:none;
	color:#777777;
}
a.footer:visited {
	text-decoration:none;
	color:#777777;
}
a.footer:active {
	text-decoration:underline;
	color:#777777;
}
a.footer:hover {
	text-decoration:underline;
	color:#777777;
}
/*!!!! ENDE LINKVARIATIONEN für footer !!!!*/


/*forms*/
.textfield, textarea {
	border-style:solid; 
	border-width:1px;
	border-color:#000000;
	background-color:#FFFFFF;
	font-family:helvetia,sans-serif;
	font-size:13px;
} 
			
.submitbutton {
	border-style:solid; 
	border-width:2px;
	border-color:#000000;
	background-color:#FFFFFF;
}
/*forms*/
