BODY { 
	background-color: #D6D6D6;
}

/*GeneralFonts content-bereich*/

BODY,P,OL,UL,DIV{
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-size: 11px;
   color: #000000;
   font-style: normal;
   line-height: 18px;
   margin: 0px;
}

/*Headings content-bereich*/

H1,H2,H3,H4,H5{
	font-size: 11px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
    font-weight: bold;
}

/* ------------------------ */

#kopfzeile {
	z-index: 1;
	position: fixed;
	left: 118px;
	vertical-align: baseline;
	top: 0px;
	width: 950px;
	height: 80px;
	background-color: #D6D6D6;
	padding: 5px 0px 0px 10px;
	margin: 0px;
	background-image: url(images/titel.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 120px 0px;
}

#kopfzeile a {
	color: #000;
	text-decoration: none;
	margin-left: 0.5em;
}

#navi {
	z-index: 2;
	position: fixed;
	left: 0px;
	top: 5px;
	width: 118px;
	height : 800px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	background-color: #D6D6D6;
}

#navi a { 
	color: #000;
	text-decoration: none;
	margin-left: 0.5em;
}

#navi a:visited { 
	color: #000;
	text-decoration: none;
	margin-left: 0.5em;
}

#navi a:hover { 
	color: #000; 
	text-decoration: none;
	margin-left: 0.5em;
}

#navi a:active { 
	color: #FFF; 
	text-decoration: none;
	margin-left: 0.5em;
}

.back_button {
	color: #F00;
	text-decoration: underline;
}	

/* hightlight actuell menu */
.act {
	color: #FFF;
}

.content {
}

.content_ex {
	position: static;
	margin: 90px 0px 0px 126px;
	top: 90px;
	width: 830px;
	/*overflow: auto;*/
	
	/* style */
	/* background-color: #FF0; */
	padding: 0px;
}

.content A { 
	color: #F00; 
	background-color: #FFF;
	text-decoration: underline;
	padding: 0px;
}

.content A:visited { 
	color: #F00;
	background-color: #FFF;
	text-decoration: underline;
	padding: 0px;
}

.content A:hover { 
	color: #F00;
	background-color: #FFF;
	text-decoration: underline;
	padding: 0px;
}

/* Content: left area : filmdescription */

.content_l {
	width: 360px;
	height: 492px;
	background-color: #FFFFFF;
	float: left;
	position: relative;
	padding: 0px;
	padding-left: 4px;
	margin-bottom: 2px;
}

.content_r_text {
	width: 360px;
	height: 492px;
	background-color: #FFFFFF;
	float: left;
	position: relative;
	padding: 0px;
	padding-left: 4px;
	margin-bottom: 2px;
}

.info {
	position: absolute;
	right: 4px;
	top: auto;
	left: 4px;
	bottom: 4px;
}

/* right content area: film facts */

.content_r {
	width: 360px;
	height: 492px;
	float: left;
	text-align: right;
	position: relative;
	background-color: #000000;
	padding: 0px;
	margin-bottom: 2px;
}

.content_r .fakten {
	position: absolute;
	bottom: 4px;
	right: 4px;
	top: auto;
	left: auto;
	width: 350px;
}

/* rightmost colum: film-facts-descriptor */

.content_rand {
	width: 100px;
	height: 492px;
	float: left;
	/* background-color: #0000FF; */
	position: relative;
	padding: 0px;
	margin-bottom: 2px;
}

.content_rand .fakten_header {
	position: absolute;
	right: auto;
	top: auto;
	bottom: 4px;
	left: 4px;
}

.content_rand .fakten_header p {
	background-color: #FFFFFF;
}

.farbe {
	background-color: #EEEEEE;
	padding: 0px;
}

.footer {
	padding: 20px 0px 0px 0px;
	float: left;
	overflow: auto;
	/*position: relative;*/
	width: 830px;
	color: #999;
	text-align: left;
	vertical-align: top;
}

.titel
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 18px;
	color: #000;
	font-style: normal;
	margin: 0px;
	text-decoration: none;
	font-weight: bold;
}

.footer A {
	color: #999;
	background-color: #D6D6D6;	
	text-decoration: none;
}

.footer A:visited {
	color: #999;
	background-color: #D6D6D6;	
	text-decoration: none;
}

.footer A:hover {
	color: #F00;
	background-color: #D6D6D6;	
	text-decoration: none;
}