/* Höhen- und Breitenanpassung zu 100%; Scrollbar ausblenden */  
body, html { 
	width: 100%;
    height: 100%;
    overflow: hidden;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}

/* BG-Image auf unterste Ebene anordnen */
#bgImg { 
	position: absolute;
    top: 0;
    left: 0;
    border: 0;
    z-index: 1;
}

/* Body-Dummy absolut über BG-Image legen; Scrollbar bei Bedarf einblenden */
#bodyDiv {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	overflow: auto;
	width: 100%;
	height: 100%;
	text-align: left;
}
	
img, div { behavior: url(iepngfix.htc) }

img { border:0; }


/* Elemente oben */
#bgOben {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 120px;
	background-color: white;
}


#Wadim {
	position: absolute;
	z-index: 12;
	top: 13px;
	right: 0;
	padding-right: 25px;
}


/* Elemente unten */
#bgUnten {
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 75px;
	background-color: white;
}

#pier53 {
	position: absolute;
	top:  10px;
	left: 15px;
	z-index: 15;	
}

#ndr {
	position: absolute;
	top:  10px;
	left: 155px;
	z-index: 15;	
}

#filmfoerderung {
	position: absolute;
	top:  10px;
	left: 290px;
	z-index: 15;	
}


#impressum {
	position: absolute;
	z-index: 25;
	bottom: 0;
	right: 0;
	padding-bottom: 30px;
	padding-right: 25px;
}

#wadim {
	position: absolute;
	text-align: center;
	z-index: 15;
	bottom: 0;
	right: 0;
	padding-bottom: 100px;
	padding-right: 80px;
}

/* Layoutelemente */
#menue {
	position: absolute;
	z-index: 15;
	top: 130px;
	left: 0;
}

#content {
	position: absolute;
	z-index: 12;
	top: 167px;
	left:  150px;
	width: 620px;
	background-image: url(images/transparent.png);
}

#contentText {
	margin: 15px;
	height: 367px;
	overflow: auto;
	padding: 0 15px 0 0;
}


#contentVideo {
	margin: 15px;
	height: 420px;
	width: 600px;
	overflow: hidden;
	padding: 0 10px 0 0;
	/*border: 1px solid #576979;*/
}

#printIt {
	margin: 15px;
	padding: 0 15px 0 0;
}

#contentFOTO {
	height: 365px;
	margin-top: 15px;
	margin-left: 15px;
}


ul {
	list-style-type: disc;
	margin: 0px 0px 0px 10px;
	padding-left: 16px;

}

li {
	margin: 0px;
	padding: 2px 0px 0px 00px;
}

/* Schriftangaben */
.fltext {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
}
.headline {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #96151a;
}

a:link {
	color: #097cb7;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}
 a:visited  {
	color: #097cb7;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
}
 a:hover {
	color: #097cb7;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

