/* General Tags & Formats */

body {
margin: 0px;
padding: 0px;
background-color: #FFF;
font-family: Helvetica, Verdana, "Sans Serif";
}

div {
margin: 0px;
padding: 0px;
line-height: 17px;
font-size: 13px;
}

p, span {
margin-top: 0px;
padding: 0px;
margin-bottom: 2px;
line-height: 17px;
font-size: 13px;
}

a {
color: #000;
}

input {
width:150px;
height:18px;
font-size: 11px;
}
select {
width:150px;
height:18px;	
font-size: 11px;
}

/* Content Layers */

.visCont {
position: absolute;
left: 0px;
top: 0px;
width: 800px;
z-index: 0;
}

.invisCont {
position: absolute;
left: 50px;
top: 0px;
width: 800px;
z-index: 100;
height: 100px;
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity=0);
}

/* Overprint Simulation */

.overprintLayer {
position:fixed;
_position:absolute;
top:0;
_top:expression(eval(document.body.scrollTop));
z-index: 50;
background: transparent;
color: transparent;
opacity: 0.25;
-moz-opacity: 0.25;
filter: alpha(opacity=25);
left: 0px;
overflow: hidden;
width: 100%;
height: 100%;
}

/* Text Formats */

.anriss {
font-weight: bold;
}

.menuTop {
width: 200px;
}
.menuTop a {
text-decoration: none;
}
.menu2 {
padding-left: 20px;
}
.menu2 a {
text-decoration: none;
}

#active {
font-weight: bold;
text-decoration: none;
}


.titleContentLeft {
font-size: 26px;
padding-bottom: 25px;
margin-top: -2px;
line-height: 32px;
}

.blockContentEinzug, .blockContentAnriss, .blockcontent, .blockContentFormat {
padding-bottom: 34px;
}

.blockContentEinzug {
	padding-left:20px;
	text-indent: -20px;
}

.blockContentFormat{
	margin-left:20px;
	margin-top: -17px;
}


.titleContent, .blockContentTitle, .titleContentLeftBold, .titleLeft {
margin-bottom: 18px;
}

.programListSpace {
padding-bottom: 34px;	
padding-top: 20px;	
font-size: 11px;
clear:both;
}

.blockContentImage {
padding-bottom: 35px;
font-size: 9px;
}
.programList {
width: 100%;
padding-left:79px;
text-indent:-79px;
}
.programList #right {
	float: right;
	text-align: left;
	width: 80px;

}
.programList #left {
width: 400px;
}

.playListDetail {
float: right;
}
.programInfo {
margin-top: 64px;
clear:both;
margin-bottom: 10px;
padding-bottom: 8px;
border-top: 1px solid;
padding-top: 8px;
}
.programTitle {
padding-top: 27px;
clear:both;
font-size: 26px;
line-height: 32px;
}
.programFormatLeft{
	width: 260px;
}
.programFormatRight{
	float:right;
	width: 260px;
}

.programFormatLeft p, .programFormatRight p {
	font-size: 11px;
	text-indent: -20px;
	padding-left: 20px;
}


.programUplink {
padding-top: 0px;
padding-bottom: 45px;
font-size: 12px;
text-align: center;
font-family: Helvetica, Verdana, "sans serif";
}
.downloadTitle {
padding-top: 9px;
padding-bottom: 15px;
line-height: 16px;
font-size: 17px;
font-weight: bold;
}
.downloadItem {
padding-top: 9px;
padding-bottom: 9px;
padding-left:40px;
background-repeat: no-repeat;
background-position: 0 6;
}
#diDoc {background-image: url("/2010/img/icons/doc.gif");}
#diImg {background-image: url("/2010/img/icons/img.gif");}
#diMov {background-image: url("/2010/img/icons/mov.gif");}
#diPdf {background-image: url("/2010/img/icons/pdf.gif"); padding-left:48px; margin-left:-8px;}
#diZip {background-image: url("/2010/img/icons/zip.gif");}

.logoBlock {
	width: 550px;
	margin-bottom: 30px;
	
}

/* Layout Formats */

.popUp{
position:fixed;
_position:absolute;
top:50%;
_top:expression(eval(document.body.scrollTop+(document.body.clientHeight/2)));
background: #FFF;
width: 250px;
_width: 300px;
height: 450px;
left: 425px;
margin-top: -225px;
border-bottom: 2px solid #000;
border-top: 1px solid #000;
border-left: 1px solid #000;
border-right: 2px solid #000;
z-index:10000;
padding: 25px;
padding-top: 35px;
font-size: 14px;
}


#head #logo {
left: 50px;
top: 50px;
position: absolute;
}

#head #claim {
left: 300px;
top: 50px;
position: absolute;
}

#head {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1024px;
	height: 175px;
/*	background: #F00;*/
}

.menu {
left: 50px;
top: 200px;
width: 200px;
position: absolute;
}

.partner {
padding-top: 0px;
left: 50px;
top: 635px;
position: absolute;
font-size: 12px;
}

.content {
left: 300px;
top: 200px;
width: 550px;
position: absolute;
}

.contentDown {
width: 100%;
}

.footer {
left: 0px;
top: 0px;
position: relative;
width: 100%;
height: 17px;
border-bottom: 1px solid #000;
border-top: 1px solid #000;
font-size: 11px;
padding-top: 5px;
}
.footerContainer {
visibility: hidden;
left: 0px;
position: absolute;
height: 50px;
width:100%;
}