html {
	height: 100%;
}

body {
	margin:0;
	padding:0;
	background-color: #7E151C;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.menue1, .menue1 a {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}





table.menue2 {
	background-color: #3CA23C;
}

.menue2 td {
	background-image: url(../template/menue2_line.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	font-size: 12px;
	color: #ffffff;
}
.menue2 td.aktiv {
	background-image: url(../template/menue2_line.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	font-size: 12px;
	background-color: #6EBA6E;
	color: #ffffff;
}
.menue2 td a {
	color: #ffffff;
	text-decoration: none;
	padding-left: 14px;
}



table.menue3 {
	background-color: #F3FBE2;
}

.menue3 td {
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #424F57;
	padding: 3px 0 0;
}
.menue3 td.aktiv {
	background-image: url(../template/menue3_aktiv.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 12px;
	background-color: #E8F1DC;
	color: #7E151C;
	font-weight: bold;
	padding: 3px 0 0;
}
.menue3 td a {
	color: #7E151C;
	font-weight: bold;
	text-decoration: none;
	padding-left: 22px;
}



.menue3 td.l2 {
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #424F57;
	padding: 3px 0 0 25px;
}
.menue3 td.l2_aktiv {
	background-image: url(../template/menue3_l2_aktiv.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 12px;
	background-color: #E8F1DC;
	color: #7E151C;
	font-weight: normal;
	padding: 3px 0 0 25px;
}
.menue3 td.l2 a,
.menue3 td.l2_aktiv a {
	color: #7E151C;
	font-weight: normal;
	text-decoration: none;
	padding-left: 22px;
}



H1 {
	font-size: 18px;
	line-height: 22px;
	padding: 0 0 15px;
	margin: 0;
	color: #202020;
}

H3 {
	font-size: 12px;
	line-height: 14px;
	padding: 0 0 3px;
	margin: 0;
	color: #202020;
}

p{
	font-size: 12px;
	padding: 0 0 12px;
	margin: 0;
}

a {
	color: #000000;
}

.redlink, a.redlink, a:link.redlink, a:visited.redlink, a:active.redlink, a:hover.redlink,
.redlink a, .redlink a:link, .redlink a:visited, .redlink a:active, .redlink a:hover {
	font-weight: bold;
	color: #7E151C;
}


