body {
	background-color: #ffffff;
	margin:0px;
	padding:0px;
}
html, body {height: 100%;}

html, textarea, input, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*-- ------------------------------------------------------------------------ -- */
/*-- Hauptnavigation --*/
.haupt:LINK, .haupt:ACTIVE, .haupt:VISITED	{
    	font-size : 14px;
    	color : #000000;
    	text-decoration : none;
    	font-style : normal;
    	font-weight : 400;
    	}	

.haupt:HOVER	{
    	font-size : 14px;
    	color : #a1a914;
    	text-decoration : none;
    	font-style : normal;
    	font-weight : 400;
    	}
		
.hauptaktiv	{
    	font-size : 14px;
    	color : #ffffff;
    	text-decoration : none;
    	font-style : normal;
    	font-weight : 400;
    	}
/*-- ------------------------------------------------------------------------ -- */
/*-- Fleißtext --*/
h1	{
	color: #a1a914;
	font-size: 16px;
	text-decoration : none;
   	font-style : bold;
   	font-weight : 600;
}

p,  td 	{
	color: #000000;
	font-size: 12px;
   	font-style : normal;
   	font-weight : 400;
}
p, ul, li {
	line-height: 17px;
}

.textlink:link, .textlink:ACTIVE, .textlink:VISITED, .textlink:HOVER		{
	color: #a1a914;
	font-size: 12px;
   	font-style : normal;
    text-decoration : underline;
   	font-weight : 400;
}
.beschreibung { position: absolute; top: -200px; left:0px;}

