html, body {
 	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #E7E7E7;
	overflow:-moz-scrollbars-vertical;
}

H1 {
	font-family: verdana;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color:#397630;
	margin: 0px 0px 6px 0px;
}

H2 {
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color:#397630;
	margin: 0px 0px 0px 0px;
}

P {
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color:#000000;
	margin: 0px 0px 6px 0px;
}

INPUT,TEXTAREA,SELECT {
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color:#000000;
	margin: 0px 0px 0px 0px;
}

INPUT,SELECT {
	line-height: 11px;
}

A {
	text-decoration: none;
	color:#397630;
}

A:hover {
	text-decoration: underline;
	color:#599650;
}

FORM {
	margin:0px;
	padding: 0px;
}

UL,OL {
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	margin:0px 0px 0px 20px;
}

.div_fehler {
	color:#FF0000;
	background-color:#FFFFFF;
	border: 1px solid #AAAAAA;
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	width: 400px;
	padding: 3px;
	margin: 16px 0px 16px 0px;
}

.div_meldung {
	color:#000066;
	background-color:#FFFFFF;
	border: 1px solid #AAAAAA;
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	width: 400px;
	padding: 3px;
	margin: 16px 0px 16px 0px;
}

.table_admin {
	background-color: #FFFFFF;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color:#000000;
}

.table_zeile_head {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
}

.table_zeile_1 {
	background-color: #E1E3D7;
	color: #000000;
	font-weight: normal;
}

.table_zeile_2 {
	background-color: #CDD0BB;
	color: #000000;
	font-weight: normal;
}