body{
	padding:0;
	margin:0;
	height:100%;
	background:#E7EBE5;
	overflow: auto;
	text-align:center
}

html{
	height:100%;
}

a, a:visited {
color:#339900;
text-decoration:none;
}

a:hover, a:active, a:focus {
color:#339900;
text-decoration:underline;
}

h1{
color:#524E4C;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:1.9em;
font-weight:normal;
line-height:1.3em;
}

h2{
font-size:12px;
font-weight:bold;
margin-bottom:2px;
}

img{
border:0px;
margin:0px;
padding:0px;
}

.rand{
	border:solid 1px #666;
}

ul{
margin-top:0px;
margin-bottom:6px;
list-style-type:square;
}

#mitte{
	margin:0px auto;
	width:984px;
	text-align:left;
	font-family:arial,sans-serif;
	font-size:12px;
	color:#333;
	background:#fff;
	min-height:100%;
}

#kopf{
	z-index:20;
	position:relative;
	top:20px;
	width:984px;
	height:238px;
	margin:0;
	padding:0;
	background:url(../images/bg_kopf.gif) no-repeat;
}

#logo{
	position:relative;
	z-index:10;
	top:0;
	right:0;
	width:259px;
	float:left;
}

#impressum{
	position:relative;
	z-index:25;
	float:right;
	right:5px;
	top:25px;
	font-size:10px;
}

#emo{
	z-index:0;
	top:0;
	left:0;
	float:left;
}

#emo img{
bottom:0px;
}

#navigation{
	position:relative;
	top:75px;
	left:30px;
	width:200px;
	float:left;
	text-transform:uppercase;
}

td{
	font-size:12px;
}

/* HAUPTNAVIGATION */

.navioff a, .navioff a:visited {
	color:#333;
	text-decoration:none;
	padding:2px 0 1px 15px;
	display:block;
	border-bottom:solid 1px #c5c5c5;
}

.navioff a:hover, .navioff a:active, .navioff a:focus {
	color:#339900;
	text-decoration:none;
	padding:2px 0 1px 15px;
	display:block;
	border-bottom:solid 1px #c5c5c5;
}


.navion a, .navion a:visited, .navion a:hover, .navion a:active, .navion a:focus {
	color:#fff;
	text-decoration:none;
	padding:2px 0 1px 15px;
	display:block;
	background:url(../images/quadrat_on.gif) bottom left no-repeat #339900;
	border-bottom:solid 1px #c5c5c5;
}

#subnavi{
	position:relative;
	margin-left:32px;
	width:195px;
	height:125px;
	float:left;
	text-transform:uppercase;
}

#subnavi1{
	position:relative;
	top:94px;
	margin-left:32px;
	width:195px;
	height:125px;
	float:left;
	text-transform:uppercase;
}

#subnavi2{
	position:relative;
	top:94px;
	margin-left:32px;
	width:195px;
	height:125px;
	float:left;
	text-transform:uppercase;
}

#subnavi3{
	position:relative;
	top:75px;
	margin-left:32px;
	width:195px;
	height:125px;
	float:left;
	text-transform:uppercase;
}

#subnavi4{
	position:relative;
	top:113px;
	margin-left:32px;
	width:195px;
	height:125px;
	float:left;
	text-transform:uppercase;
}



.subnavioff a, .subnavioff a:visited{
	font-size:11px;
	color:#333;
	text-decoration:none;
	padding:2px 0 1px 15px;
	display:block;
	border-bottom:1px solid #eee;
}

.subnavioff a:hover, .subnavioff a:active, .subnavioff a:focus{
	font-size:11px;
	color:#339900;
	text-decoration:none;
	padding:2px 0 1px 15px;
	display:block;
	border-bottom:1px solid #eee;
}

.subnavion a, .subnavion a:visited, .subnavion a:hover, .subnavion a:active, .subnavion a:focus{
	font-size:11px;
	color:#fff;
	text-decoration:none;
	padding:2px 0 1px 15px;
	display:block;
	background:url(../images/quadrat_on.gif) bottom left no-repeat #339900;
	border-bottom:1px solid #eee;
}

#linkespalte{
	position:relative;
	z-index:5;
	width:296px;
	margin-top:60px;
	float:left;
}

#newshead{
	font-weight:bold;
	padding:5px 0 5px 15px;
	background:url(../images/bg_headzeile.gif) no-repeat #eee;
}

#newstext{
	padding:5px 5px 5px 15px;
	border:solid 1px #eee;
}

#content{
	margin-top:60px;
	margin-left:337px;
	width:600px;
	color:#737373;
	line-height:18px;
}

#content .text{
	z-index:10;
	width:600px;
}

hr{
	
}

@media print {
#mitte {margin:0}
#navigation { display: none }
#subnavi { display: none }
#logo { display: none }
#kopf {display:none}
#impressum{display:none;}

#content{
	display:inline;
position:absolute;;
left:0px;
font-size:14px;
color:#000;
line-height:22px;
margin:0;
}

td{
font-size:10px;
color:#000;
line-height:18px;
border-bottom:solid #ddd 1px;
}
}