body {
	background-color:#fff;
}

#contentwrapper {
	width:900px;
	height:360px;
	background:url(../img/hom_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#contentwrapper img {
	float:left;
}
#contentwrapper #teaser1, #contentwrapper #teaser2, #contentwrapper #teaser3 {
	float:left;
	position:relative;
	padding-top:18px;
	width:180px;
	height:102px;
	line-height:14px;
	cursor:hand;
	cursor:pointer;
	background:url(../img/x.gif);
	vertical-align:bottom;
}
#contentwrapper #teaser1 {
	margin:0;
}
#contentwrapper #teaser2 {
	margin:120px 0 0 0;
}
#contentwrapper #teaser3 {
	margin:120px 0 0 0;
}
#contentwrapper #teaser1.aktiv, #contentwrapper #teaser2.aktiv, #contentwrapper #teaser3.aktiv {
	background-color:#DCE9A8;
	filter: Alpha(Opacity=80);
	-moz-opacity: 0.80;
	opacity: .8;
	/*background-image:url(../img/hom_teaser1_akt.jpg);*/
}
/*#contentwrapper #teaser2.aktiv {
	background-image:url(../img/hom_teaser2_akt.jpg);
}
#contentwrapper #teaser3.aktiv {
	background-image:url(../img/hom_teaser3_akt.jpg);
}*/
#contentwrapper #teaser1.aktiv .teasertitel, #contentwrapper #teaser2.aktiv .teasertitel, #contentwrapper #teaser3.aktiv .teasertitel {
	color:#000;
}

#teasercontenwrapper {
	position:absolute;
	bottom:10px;
}

#contentwrapper #teaser1content,#contentwrapper #teaser2content,#contentwrapper #teaser3content {
	visibility:hidden;
	margin-left:31px;
	margin-bottom:5px;
	padding-top:5px;
	width:135px;
	color:#000;
}
#contentwrapper.teaser #teaser1.aktiv,#contentwrapper.teaser #teaser2.aktiv,#contentwrapper.teaser #teaser3.aktiv {
	background:none;
	color:#A6A6A6;
}
#teaser1 .teaserpfeil, #teaser2 .teaserpfeil, #teaser3 .teaserpfeil {
	background-image:url(../img/all_pfeil_rechts_weiss.gif);
	background-repeat:no-repeat;
	padding:0 5px 0 0;
	margin-top:-3px;
}
#teaser1.aktiv .teaserpfeil, #teaser2.aktiv .teaserpfeil, #teaser3.aktiv .teaserpfeil {
	background-image:url(../img/all_pfeil_rechts.gif);
}
.teasertitel {
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}

#content.teaser #teaser1 {
	float:left;
	margin-left:0;
	margin-top:96px;
}
#content.teaser #teaser2 {
	float:left;
	margin-left:770px;
	margin-top:176px;
}
#content.teaser #teaser3 {
	float:left;
	margin-left:770px;
	margin-top:256px;
}
#content.teaser #teaser1.aktiv,#content.teaser #teaser2.aktiv,#content.teaser #teaser3.aktiv {
	float:left;
	background:none;
	color:#A6A6A6;
}

#contentwrapper #einstiegstext {
	float:left;
	padding:0px 0 0 190px;
	width:495px;
}
#contentwrapper #einstiegstext img {
	margin-bottom:0px;
}
#contentwrapper #einstiegstext p {
	padding-top:5px;
	width:520px;
}

#prinav {
	float:left;
	padding-top:176px;
	padding-left:10px;
	margin-top:0;
	width:170px;
	height:76px;
}

#starten {
	margin:7px 0 0 720px;
	padding:0;
	width:180px;
}
#starten a {
	color:#50662D;
	text-decoration:none;
	padding-left:15px;
	background-image:url(../img/all_pfeil_rechts_gruen.gif);
	background-repeat:no-repeat;
	background-position: left 2px;
}

#gennavbot {
	margin:28px 0 0 180px;
	padding:0;
}
#gennavbot ul {
	float:left;
}


