body {
	
	color: black;
	font-size: 0.9 em;
	font-family: arial, helvetica, sans-serif;
	background-color: white;
	margin: 0;
}
#linie
{
	margin-left: 9em; 
	border-left: dashed 2px #da251c;
	z-index: 255;

}
#inhalt
{

	/*border-bottom: dashed 2px #d20f0d;*/ 
	padding: 10px 50px 10px 20px;
	

}
#navi
{
	
	height: 50px; 
	padding-top: 40px;
	padding-left: 300px;
	font-size: 1.2em;

}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #199c51;
	
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #f7c612;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #017dc1;
	font-style: italic;
	
}
#footer
{
	text-align: center;
	font-size: 0.8em;
	border-top: solid 1px gray;
	border-width: 50%;
}
#linie2
{
	border-bottom: dashed 2px #017dc1; 
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	z-index: 100;
}
#unternavi
{
	padding-top:150px; 
	float:left;
	margin-left: 1em;
	font-size: 1.1em;
	

}
.gruen
{
	color: #199c51;
}
#navi a 
{
   color: #da251c;
}
img
{
	border: 0;
}
input, textarea {
	border: 1px black solid;
	font-size: 0.8em;
	font-family: arial, helvetica, sans-serif;
}

fieldset
{
	border: solid 1px black;
	line-height: 2em;
}

legend
{
	font-weight: bold;
}
