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

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

	font-size:13px;
	font-family: Verdana;
}

p {
	font-size: 13px;
	font-family: Verdana;
}

td {
	font-size: 13px;
	font-family: Verdana;
} 

li {
	font-size: 13px;
	font-family: Verdana;
}

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


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

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

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

/*!!!! LINKVARIATIONEN für Menuepunkte !!!!*/
a.navbar:link {
	text-decoration:none;
	color:#0341A9;
}
a.navbar:visited {
	text-decoration:none;
	color:#0341A9;
}
a.navbar:active {
	text-decoration:underline;
	color:#000000;
}
a.navbar:hover { 
	text-decoration:underline;
	color:#000000;
}
/*!!!! ENDE LINKVARIATIONEN für Menuepunkte !!!!*/
	
	
.footer {
	background-color:#C3CFE3; /*!!!!hintergrundfarbe fuer footer!!!!*/
	color:#074800; /*textcolor fuer footer-text*/

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

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


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