@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color: #d5d5d5;
}


#divContainer {
	position: relative;
	margin: 0px auto;
	width: 980px;
	text-align: left;
}

#divMovie {
    position: absolute;
    left: 0px;
    top: 104px;
    z-index: 2;
}

#divPlatzhalter {
    display: none;
}


#divLogo {
    position: absolute;
	z-index: 2;
	right: 0px;
	top: 0px;
	width: 222px;
	height: 104px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	padding: 10px 0px 0px 5px;
	font-size: 10px;
}

#divSubnav {
	position: absolute;
	z-index: 2;
	top: 104px;
	right: 0px;
	width: 194px;
}

#divSubnavInner {
	position: relative;
	border-bottom: 4px solid #fee324;
	padding-bottom: 5px;
}


#divNav {
	position: relative;
	top: 40px;
	width: 758px;
	height: 64px;
	background-image: url(../images/bg_nav.gif);
	background-repeat: no-repeat;
	padding: 10px 0px 0px 20px;
	color: #edc500;
	font-weight: bold;
}

#divContent {
	position: relative;
	width: 562px;
	left: 194px;
	top: 40px;
	background: none;
	padding: 10px;
	min-height: 400px;
}

#divTeaser {
    position: relative;
	float: right;
	top: 60px;
	width: 592px;
	height: 150px;
	background-image: url(../images/bg_teaser.png);
    z-index: 3;
}


#divBottomBar {
	position: relative;
	clear: both;
	height: 60px;
	top: 104px;

}

#divBottomBarContent {
	position: relative;
	left: 10px;
	top: 15px;
}



#divLogo a {
    text-decoration: none;
}


.navWrapper {
	display: block;
	height: 56px;
	float: left;
}


a.aNav {
	font-size: 12px;
	height: 100px;
	color: #949799;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 20px;
	font-weight: normal;
}

.navAktiv {
/*	background-image: url(../images/pfeil.png);
	background-position: left bottom;
	background-repeat: no-repeat; */
}



a.aNav:hover {
	color: #edc500;
}



a.subnav3 {
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding-left: 15px;
	color: 939598;

}



a.subnav4 {
	font-size: 10px;
	text-decoration: none;
	display: block;
	padding-left: 30px;
	color: 939598;

}
a.subnav3:hover, a.subnav4:hover, a.subnavAktiv  {
	color: #edc500;
	background-image: url(../images/bullet.png);
	background-position: left;
	background-repeat: no-repeat;

}

.subnavHeader {
	font-size: 12px;
	color: #949799;
	text-transform: uppercase;
}
.subnavHeaderPrefix {
	font-weight: bold;
	color: #edc500;
}

#divLogin {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 172px;
	height: 115px;
}

#divLogin h1 {
	font-size: 12px;
	color: #999;
	margin: 0px 0px 10px 0px;
	line-height: 12px;	
}

#divLogin input {
	width: 60px;
	height: 15px;
	font-size: 9px;
	color: #999999;
}


#divOnTheRoad {
	position: absolute;
	left: 212px;
	top: 20px;
	width: 172px;
	height: 115px;
}

#divOnTheRoad h1 {
	margin: 0px 0px 10px 0px;
	line-height: 12px;
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
}

#divOnTheRoad a {
	font-size: 12px;
	color: #999;
	background-color: #FFF;
	text-decoration: none;
}

#divPartnerNetzwerk {
	position: absolute;
	left: 404px;
	top: 20px;
	width: 172px;
	height: 115px;
}

#divPartnerNetzwerk h1 {
	margin: 0px 0px 10px 0px;
	line-height: 12px;
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
}

#divPartnerNetzwerk a {
	font-size: 12px;
	color: #999;
	background-color: #FFF;
	text-decoration: none;
}



