* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	background: url(grafiken/back-foto.jpg) no-repeat 730px 0px;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	


	color: #000;
	font: 13px/160% Trebuchet MS, Arial, Helvetica, sans-serif;
}


#kopf {
	background: url(grafiken/back-kopf.png) repeat left bottom;
	width: 1013px;
	height: 128px;

}
#kopf-start {
	background: url(grafiken/back-kopf-start.gif) no-repeat left bottom;
	width: 900px;
	height: 128px;

}
#navi {
	width: 737px;
	height: 41px;
	padding: 15px 0 0 84px;
	color: #24972b;
	font-size: 17px;
}
#navi a {
	color: #24972b;
	text-decoration: none;
}
#navi a:hover {
	color: #bdce17;
	text-decoration: none;
}
#navi a.aktiv, a:hover.aktiv {
	color: #bdce17;
	text-decoration: none;
}






#inhalt {
	background: url(grafiken/back-inhalt-oben.gif) no-repeat #ecf1c8;
	width: 590px;
	padding: 10px 56px 5px 84px;
}
#inhalt-unten {
	background: url(grafiken/back-inhalt-unten.gif) no-repeat;
	width: 737px;
	height: 52px;
}
h1 {
	font-size: 19px;
	margin: 30px 0px 12px 0px;
}
h2 {
	font-size: 17px;
	margin: 0px 0px 12px 0px;
}
h3 {
	font-size: 15px;
	margin: 0px 0px 12px 0px;
}


p {
	margin: 0px 0px 12px 0px;
}

table, td, tr {
	border: none;
}
td {
	vertical-align: top;
}



img.img-aussteller {
	border: 7px solid #dde68a;
}
img:hover.img-aussteller {
	border: 7px solid #24972b;
}


a:hover.img-aussteller {
	color: #24972b;
}



a {
	color: #24972b;
	text-decoration: underline;
}
a:hover {
	color: #000;

}

#ausgrauen {
	display: block;
	position:absolute;
      top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	width:1050px;
	height:1200px;
      background-color: #ffffff;
	filter:Alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}
