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


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

	font-size:12px;
	font-family:verdana,arial,helvetica,verdana;
}

p {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

li {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

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


td.navbar {
	background-color:#428eff; /*!!!!hintergrundfarbe fuer menue!!!!*/
	
	font-size:13px;
	font-family:verdana,arial,helvetica,verdana;
}

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

	font-size:11px;
	font-family:verdana,arial,helvetica,verdana;
}

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

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

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

 /*!!!! LINKVARIATIONEN für Blog !!!!*/
a.blog:link {
	text-decoration:none;
	color:#000000; 
	font-size:12px; 
}
a.blog:visited {
	text-decoration:none;
	color:#000000;
	font-size:12px;
}
a.blog:active {
	text-decoration:underline;
	color:#000000;
	font-size:12px;
}
a.blog:hover {
	text-decoration:underline;
	color:#000000;
	font-size:12px;
}
/*!!!! ENDE LINKVARIATIONEN für Blog !!!!*/
 
/*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*/

