td, body
{
	font-family: verdana;
	color: #152B13;
	font-size: 10pt;
}

/* Seitenüberschrift */
td.headline1
{
	font-family: verdana;
	color: #F4FDDD;
	background-color:#56672C;
	font-size: 11pt;
	font-weight:bold;

}

.contentborder
{
	border: 1px solid #56672c;
}

td.headline2
{
	font-family: arial, helvetica;
	color: #152B13;
	background-color: #D0E2CE;
	font-size: 10pt;
	font-weight:bold;
}



option, select
{
	font-family: arial, helvetica;
	color: #666666;
	font-size: 9pt;
}

input, textarea
{
	font-family: arial, helvetica;
	color: #372122;
	background-color:#FCFCF5;
	font-size: 9pt;
	overflow:auto;
}





	a:link				   
		{
			font-family:arial,helvetica;
			font-size:10pt;
			color:#017A37;
			text-decoration:underline;
		}
	a:visited	
		{
			font-family:arial,helvetica;
			font-size:10pt;
			color:#017A37;
			text-decoration:underline;
		}
	a:hover		
		{
			font-family:arial,helvetica;
			font-size:10pt;
			color:#4BAB34;
			text-decoration:underline;
		}
	a:active	
		{
			font-family:arial,helvetica;
			font-size:10pt;
			color:#4BAB34;
			text-decoration:underline;
		}

/* ---------------------------ENDE-------------------------- */



/* -------------------Navigations-Bereich------------------- */	

	a.nav:link		
		{
			font-family:arial,helvetica;
			font-size:10pt;
			color:#BA0000;
			text-decoration:none;
		}
	a.nav:visited	
		{
			font-family:arial,helvetica;
			font-size:10pt;
			color:#5B0000;
			text-decoration:none;
		}
	a.nav:hover		
		{
			font-family:arial,helvetica;
			font-size:10pt;
			color:#000000;
			text-decoration:underline;
		}
	a.nav:active	
		{
			font-family:arial,helvetica;
			font-size:10pt;
			color:#000000;
			text-decoration:underline;
		}
		
.bgbody {
	background-color: #FFD17D;
	background-image: url(../img/designbg_02.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.bglinks {
	background-image: url(../img/bglinks.gif);
	background-repeat: repeat-x;
}
.bgrechts {
	background-image: url(../img/bgrechts.gif);
	background-repeat: repeat-x;
}
.abstand {
	padding-left: 10px;
}
