@charset "utf-8";
@import url("/DE/wLayout/design/style/style.css");
@import url("/DE/wLayout/design/style/navigation.css");

/* Allgemeiner Reset */
* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	font:normal 12px/140% Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;
	background-color:#999b9c;
	background-image:url(/DE/wLayout/design/images/bg_body.gif);
	background-repeat:repeat-x;
}
#bodyOverlay {
	width:100%;
	min-height:100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */ 
	background-image:url(/DE/wLayout/design/images/bg_body_lines.png);
	background-repeat:repeat;
}
#container {
	width:970px;
	margin:0 auto;
	text-align:left;
}

/* Schatten */
.shadowTop {
	height:10px;
	width:970px;
	background-image:url(/DE/wLayout/design/images/shadow_top.png);
	background-repeat:no-repeat;
	overflow:hidden;
}
.shadowSides {
	width:950px;
	padding:0 10px;
	background-image:url(/DE/wLayout/design/images/shadow_sides.png);
	background-repeat:no-repeat;
	overflow:hidden;
}
.shadowBottom {
	height:20px;
	width:970px;
	background-image:url(/DE/wLayout/design/images/shadow_bottom.png);
	background-repeat:no-repeat;
	overflow:hidden;
}

/* Header */
#header {
	width:950px;
	background-color:#fff;
	position:relative;
	padding-bottom:10px;
	text-align:left;
}

/* Inhalt */
#content {
	background-color:#fff;
	width:950px;
	position:relative;
	min-height:556px;
	height:auto !important; /* moderne Browser */
	height:556px; /* IE */
}

/* blockLeft */
#blockLeft {
	width:220px;
	float:left;
	text-align:left;
}
#blockLeft .inner {
	padding:0 20px;
}
#blockLeft .inner p {
	padding-left:8px;
}
#blockLeft .inner img {
	display:block;
}

/* Navigation */
#topNavigation {
	float:left;
	height:130px;
	line-height:100%;
}
#navContainer {
	height:290px;
	margin:40px 0 20px 0;
}
#leftNavigation {
	background-color:#f2f2f2;
	height:290px;
}

/* blockContent */
#blockContent {
	width:345px;
	margin-right:20px;
	float:left;
	border-bottom:1px solid #000;
	min-height:261px;
	height:auto !important; /* moderne Browser */
	height:261px; /* IE */
	padding-bottom:20px;
	margin-bottom:10px;
	background-color:#fff;
	text-align:left;
}

/* blockRight */
#blockRight {
	width:345px;
	float:left;
	margin-top:30px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color:#fff;
	text-align:left;
}
#blockRight img {
	display:block;
}
#blockRight a.movie {
	line-height:100%;
}
#blockRightProd {
	width:345px;
	float:left;
	margin-top:30px;
	border-top:1px solid #000;
}

/* blockFull */
#blockFull {
	float:left;
	width:710px;
	border-bottom:1px solid #000;
	padding-bottom:20px;
}
#blockFull2 {
	float:left;
	width:710px;
}

/* Footer */
#footer {
	clear:both;
	padding-left:30px;
	font:normal 11px/140% Arial, Helvetica, sans-serif;
	color:#666;
}
