/*
-----------------------------------------------
Layout 1012: Screen Styles
----------------------------------------------- */

body {
	margin: 0;
	padding: 20px 0 120px;
}

div#background {
	width: 100%;
	height: 473px;
	background: transparent url(1012-body_bg.png) repeat-x;
	position: absolute;
	top: 0;
	z-index: 1;
}

* html div#background {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="1012-body_bg.png", sizingMethod="scale");
	background-image: none;
}

.altcolor {
	background-color: #21426D;
}


/* Container */

div#container {
	width: 940px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
div#container_inner {
	background: url(1012-container_bg_top.png) no-repeat 50% 0;
	margin: -2px -2px 0;
	padding: 2px 2px 0;
	position: relative;
	zoom: 1;
}
div#container_innermost {
	background: url(1012-container_bg_bottom.png) no-repeat 50% 100%;
	margin: 0 -2px -6px;
	padding: 2px 2px 6px;
	position: relative;
	zoom: 1;
}
div#container_wrapper {
	background: url(1012-container_bg.png) repeat-y 50% 0;
	margin: 0 -2px;
	padding: 0 12px 10px;
	position: relative;
	zoom: 1;
}

* html div#container_inner, * html div#container_innermost {
	background-image: none;
}
* html div#container_wrapper {
	background-image: url(1012-container_bg.gif);
}
	

/* Header */

div#header {
	height: 200px;
	margin: 0 -10px 0;
	padding: 10px 0;
	background: url(1012-header_bg.gif) no-repeat 50% 0;
	position: relative;
}
div#overlay_left {
	width: 15px;
	height: 140px;
	background: url(1012-header_overlay_left.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
div#overlay_right {
	width: 15px;
	height: 140px;
	background: url(1012-header_overlay_right.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 11;
}

* html div#overlay_left {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="1012-header_overlay_left.png", sizingMethod="scale");
	background-image: none;
}
* html div#overlay_right {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="1012-header_overlay_right.png", sizingMethod="scale");
	background-image: none;
}

div#emotion-header {
	position: relative;
}
div#emotion-header strong#emotion-header-title {
	position: absolute;
	top: 0;
	left: 0;
}


/* Content */

div#content {
	width: 610px;
	float: right;
	background: #fff;
	margin-bottom: 6px;
}

div#content_back_top {
	background: url(1012-content_bg_top.gif) no-repeat;
	height: 8px;
	margin: 0 -2px;
	padding: 0 2px;
	position: relative;
	zoom: 1;
}
div#content_back_middle {
	background: url(1012-content_bg.gif) repeat-y 50% 0;
	margin: 0 -2px;
	padding: 0 2px;
	position: relative;
	zoom: 1;
}
div#content_back_bottom {
	background: url(1012-content_bg_bottom.gif) no-repeat 50% 100%;
	height: 11px;
	margin: 0 -2px;
	padding: 0 2px;
	position: relative;
	zoom: 1;
}

div#content div.gutter {
	padding: 30px 70px 100px;
	min-height: 520px;
}


/* Sidebar */

div#sidebar {
	width: 300px;
	float: left;
}

div.sidebar_element {
	margin-bottom: 6px;
}
div.sidebar_top {
	background: url(1012-sidebar_bg_top.png) no-repeat 50% 0;
	height: 8px;
	margin: 0 -2px;
	padding: 0 2px;
	position: relative;
	zoom: 1;
}
div.sidebar_bottom {
	background: url(1012-sidebar_bg_bottom.png) no-repeat 50% 100%;
	height: 10px;
	margin: 0 -2px;
	padding: 0 2px;
	position: relative;
	zoom: 1;
}
div.sidebar_middle {
	background-image: url(1012-sidebar_bg.png);
	background-repeat: repeat-y;
	background-position: 50% 0;
	margin: 0 -2px;
	padding: 0 12px 3px;
	position: relative;
	zoom: 1;
}

* html div.sidebar_top {
	background-image: url(1012-sidebar_bg_top.gif);
}
* html div.sidebar_bottom {
	background-image: url(1012-sidebar_bg_bottom.gif);
}
* html div.sidebar_middle {
	background-image: url(1012-sidebar_bg.gif);
}

* html ul.mainNav1 li a {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="1012-menu_big_bg.png", sizingMethod="crop");
	background-image: none;
}
* html ul.mainNav2 li a {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="1012-menu_medium_bg.png", sizingMethod="crop");
	background-image: none;
}
* html ul.mainNav3 li a {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="1012-menu_small_bg.png", sizingMethod="crop");
	background-image: none;
}


/* Navigation */

ul.mainNav1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.mainNav1 li {
	width: 280px;
}
ul.mainNav1 li a {
	text-decoration: none;
	display: block;
	width: 260px;
/*	height: 26px;*/
	line-height: 26px;
	padding: 0 10px;
	background: url(1012-menu_big_bg.png) no-repeat;
}
ul.mainNav1 li a:hover, ul.mainNav1 li a.current {
	font-weight: bold;
}
ul.mainNav2 {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.mainNav2 li a {
	background: url(1012-menu_medium_bg.png) no-repeat;
	width: 240px;
	padding: 0 10px 0 30px;
}
ul.mainNav3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.mainNav3 li a {
	background: url(1012-menu_small_bg.png) no-repeat;
	width: 220px;
	padding: 0 10px 0 50px;
}

div#sidebar_content_wrapper {
	padding: 10px 10px;
}


/* Footer */

div#footer {
	clear: both;
	width: 900px;
	height: 58px;
	margin: 0 -2px -4px;
	padding: 10px 12px 14px;
	background-image: url(1012-footer_gradient.png);
	background-repeat: no-repeat;
	position: relative;
	zoom: 1;
}

br.c {
	display: block;
}


/* Bugfix: Edit-Fenster in Sidebar durch Content ueberlagert */

div#sidebar div.modulelt {
	position: relative;
	z-index: 9999px;
}