/* Page Dimensions:
 * -12- -------------968----------- -12- -20- -12-
 * -12- -220- -18- ------------762----------- -12-
 * -12- -220- -18- -492- -18- -220- -12- -20- -12-
 */

body {
	margin: 0px;
	overflow-x: auto;
	overflow-y: hidden;
	padding-top: 108px;
	padding-bottom: 42px;
}


/*************** Page Structure ***************/

div.header {
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	width: 968px;
	height: 60px;
	margin-top: 6px;
	margin-left: 12px;
	margin-right: 12px;
	z-Index: 999999999;
}

div.top {
	position: absolute;
	overflow: visible;
	top: 72px;
	left: 0px;
	width: 968px;
	height: 36px;
	margin-left: 12px;
	margin-right: 12px;
	z-Index: 999999999;
}

div.top div.left, div.top div.center, div.top div.right {
	height: 100%;
	overflow: visible;
}

div.contentarea {
	position: relative;
	width: 1008px;
	height: 100%;
	margin-left: 12px;
}

div.scrollarea {
	position: relative;
	overflow-y: auto;
	float: left;
	width: 762px;
	height: 100%;
}

div.left {
	position: relative;
	overflow-y: auto;
	float: left;
	width: 220px;
	height: 100%;
	margin-right: 18px;
}

div.center {
	position: relative;
	float: left;
	width: 492px;
}

div.right {
	position: relative;
	overflow-x: hidden;
	float: left; 
	width: 220px;
	margin-left: 18px;
}

div.footer {
	position: absolute;
	overflow: hidden;
	left: 0px;
	bottom: 0px;
	width: 968px;
	height: 30px;
	margin-top: 12px;
	margin-left: 12px;
	margin-right: 12px;
	z-Index: 999999999;
}


/*************** Content Structure ***************/

div.headerMenu {
	position: absolute;
	left: 238px;
	width: 100%;
	padding-bottom: 6px;
	border-bottom: 2px solid #E2001A;
}

div.headerLanguage {
	position: absolute;
	right: 0px;
	padding-bottom: 6px;
}

div.footerMenu {
	position: absolute;
	left: 238px;
	width: 100%;
	padding-top: 6px;
	border-top: 2px solid #E2001A;
}

div.footerContact {
	position: absolute;
	right: 0px;
	padding-top: 7px;
}

div.logoWFW {
	position: absolute;
	width: 120px;
	height: 60px;
	margin-top: 4px;
	background-repeat: no-repeat;
	background-image: url(../images/logo_wfw.png);
	cursor: pointer;
}

div.impressumWFW {
	position: absolute;
	padding-top: 10px;
	font-size: 11px;
}


/*************** Page Elements ***************/

div.headerMenu a {
	position: relative;
	float: left;
	margin-right: 68px;
	font-size: 14px;
}

div.headerLanguage a {
	position: relative;
	float: left;
	height: auto;
	font-size: 14px;
}

div.footerMenu a {
	position: relative;
	float: left;
	margin-right: 66px;
	font-size: 13px;
}

div.footerContact a {
	position: relative;
	float: left;
	font-size: 13px;
}

div.left div.menu {
	position: relative;
	width: 100%;
	margin-bottom: 36px;
}

div.left div.menu a {
	position: relative;
	padding-bottom: 9px;
	font-size: 14px;
}

div.left div.menu div.submenu {
	position: relative;
	width: 100%;
	margin-top: -3px;
	margin-bottom: 12px;
}

div.left div.menu div.submenu a {
	position: relative;
	padding-bottom: 6px;
	margin-left: 12px;
	font-size: 12px;
}

div.section {
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: 1px solid #88A2AF;
}

div.newsitem {
	margin-bottom: 3px;
}

div.trailer .headline {
	width: 100%;
	padding-left: 3px;
	color: #FFFFFF;
	background-color: #88A2AF;
	font-size: 11px;
}

div.trailer img {
	width: 100%;
	height: 104px;
	margin-bottom: 12px;
}