* *****
 * CSS Document Content
 * 
 *
 * BASICS
 	NULLSTELLUNG
	LAYOUT ZENTRIEREN
	LAYOUT VERTIKAL AUSDEHNEN
	GRUNDEINSTELLUNGEN
	
 * LOGO
 * LINKE SPALTE
 * CONTENT
 *
 */
 

/* *****
 * 
 * BASICS
 *
 */

 
/* NULLSTELLUNG */

body {
	margin: 0;
	padding: 0;
	}

table,
tr,
td {
	margin: 0;
	padding: 0;
	border: 0 none;
	border-spacing: 0;
	border-collapse: collapse;
	}
		
p {
	margin: 0;
	padding: 0;
	}
	
ul,
li {
	margin: 0;
	padding: 0;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	
dl,
dt {
	margin: 0;
	padding: 0;
	}

img {
	border: 0 none;
}
	



/* CONTENT ZENTRIEREN */

body {
	text-align: center; /* fuer IE */
	background-color: #000000;
	}

div#wrapper_content {
	position: relative;
	width: 897px;
	margin: 0 auto;
	text-align: left; /* fuer IE */
	}




/* CONTENT POSITIONEN */	

/*
div#menue {
	background-color: #ccfff2;
	background-image: url(../assets/content_header.jpg);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 522px;
	height: 104px;
	padding: 45px 0 0 20px;
}
*/

div#content {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 897px;
	}

div#bild {
	zoom: 1;
	width: 897px;
	height: 532px;
	z-index: 1;
}


div#trailer {
	zoom: 1;
	position: absolute;
	left: 399px;
	top: 225px;
	width: 480px;
	height: 270px;
	z-index: 2;
}

div#cover {
	zoom: 1;
	position: absolute;
	left: 427px;
	top: 60px;
	width: 286px;
	height: 258px;
	z-index: 2;
}

div#links {
	min-height: 200px;
	width: 550px;
	padding-left: 13px;
	float: left;
}

div#rechts {
	min-height: 200px;
	margin-left: 96px;
	width: 230px;
	padding-top: 20px;
	float: left;
}

div#footer {
	width: 897px;
	height: 60px;
	float: left;
}



/* SCHRIFT & BILDER FORMATIERUNGEN */	



a:link, a:visited {
	color:#84c7d1;
	text-decoration: underline;
}

a:hover  {
 	color:#689ca4;
}
 
 
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	}
	
h1 {
	font-size: 18px;
	color: #fff;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 10px;
}

p {
	margin-bottom: 30px;
	line-height: 1.4;
	color: #fff;
}


div#rechts h1 {
	font-size: 14px;
 	color: #ffffff;
	font-weight: bold;
	margin-bottom: 10px;
	
}

div#rechts p, 
div#rechts form,
div#rechts table {
	font-size: 14px;
 	color:#fff;
 	font-weight: lighter;
	line-height: 18px;
}

div#rechts ul li {
	color: #fff;
	list-style-type: none;
	padding: 0 10px 5px 20px;

}


div#cover p.bodytext {
	padding-left: 20px;
	vertical-align: text-bottom;
	/*background-color: #03577a;*/
	/*border: 1pt solid #fff;*/
}	
	
div#links .csc-textpic-imagewrap {
	padding: 0 15px 15px 0;
}


