*{
	font-widht: 1em;
	font-family: Arial;
}

html body {
	margin: 0;
	background-color: #808080;
}

html body, div, th, td, input, textarea, a, li{
	font-size:13px;
	color:#000000;
}

h4{
	font-size:25px;
}

a{
	color: #157135;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.unauffaellig{
	text-decoration:none;
	color:#000000;
}

dl, dt{
	font-size:11px;
}

th{
	font-weight:bold;
	font-size:12px;
}

input, select, textarea{
	border: 1px solid #66A624;
}

input.button
{
	background-color: #157135;
	color: white;
	border: 1px solid white;
}

input.button:hover
{
	background-color: #22AD50;
}

#bordered{
	border: 1px solid #66A624;
	width:100%;
}

#bordered th{
	font-weight: normal;
	text-align: left;
	background-color: #ECF4E4; /* white with 12% transparency on #66A624 */
}

#bordered td{

	font-weight: normal;
	text-align: left;
}

ul{
	color:#6fb31a;
}

.button {
	margin-left: 0px; margin-bottom:0px;padding-bottom:0px; height:20px; border: 0px solid;
}

h1{
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 30px;
	color: #8A8A8A;
}
