/*
-----------------------------------------------
Layout 1011: Screen Styles
----------------------------------------------- */

body {
	margin: 0;
	padding: 0 0 80px;
}

.altcolor {
	background-color: #568fe6;
}


/* Container */

div#container {
	width: 940px;
	margin: 0 auto 6px;
}
div#container_inner {
	margin: 0 -2px;
	padding: 0 2px 6px;
	background: url(http://citynet-dessau.de/s/img/1011-container_bg_bottom.png) no-repeat 0 100%;
	position: relative;
	zoom: 1;
}
div#container_innermost {
	margin: 0 -2px;
	padding: 0 2px;
	background: url(http://citynet-dessau.de/s/img/1011-container_bg.png) repeat-y;
	position: relative;
	zoom: 1;
}

* html div#container_inner {
	background-image: url(http://citynet-dessau.de/s/img/1011-container_bg_bottom.gif);
}
* html div#container_innermost {
	background-image: url(http://citynet-dessau.de/s/img/1011-container_bg.gif);
}

* html div#header {
	background-image: none;
}


/* Header */

div#header {
	margin: 0 -2px;
	padding: 20px 2px 0;
	background: url(http://citynet-dessau.de/s/img/1011-header_bg.png) repeat-y 50% 0;
	position: relative;
}
div#header div.farbflaeche {
	width: 240px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 2px;
}
div#emotion-header {
	position: relative;
}
div#emotion-header strong#emotion-header-title {
	position: absolute;
	top: 0;
	left: 0;
}


/* Content */

div#content {
	width: 490px;
	float: left;
	padding: 40px 100px 120px;
}


/* Sidebar */

div#sidebar {
	width: 240px;
	float: right;
}
div#sidebar div.farbflaeche {
	margin-bottom: 2px;
}
div#sidebar div.farbflaeche div.altcolor {
	height: 50px;
}

div.DS_sidebar_top {
	background: url(http://citynet-dessau.de/s/img/1011-sidebar_bg_top.png) no-repeat 50% 0;
	margin: -1px -2px 0;
	padding: 1px 2px 0;
	position: relative;
	zoom: 1;
}
div.DS_sidebar_bottom {
	background: url(http://citynet-dessau.de/s/img/1011-sidebar_bg_bottom.png) no-repeat 50% 100%;
	margin: 0 -2px -3px;
	padding: 0 2px 3px;
	position: relative;
	zoom: 1;
}
div.DS_sidebar_middle {
	background: url(http://citynet-dessau.de/s/img/1011-sidebar_bg.png) repeat-y 50% 0;
	margin: 0 -2px;
	padding: 0 2px;
	position: relative;
	zoom: 1;
}

* html div.DS_sidebar_top {
	background-image: none;
}
* html div.DS_sidebar_bottom {
	background-image: none;
}
* html div.DS_sidebar_middle {
	background-image: none;
}

* html div#sidebar_content div.DS_sidebar_bottom {
	background-image: url(http://citynet-dessau.de/s/img/1011-sidebar_bg_bottom_last.gif);
}


/* Navigation */

div#navigation {
	margin-bottom: 2px;
}

ul.mainNav1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.mainNav1 li {
	border-top: 1px solid #fff;
	display: block;
	width: 240px;
}
ul.mainNav1 li:first-child {
	border-top: none;
}
ul.mainNav1 li a {
	text-decoration: none;
	display: block;
	width: 220px;
	padding: 5px 10px;
	background: url(http://citynet-dessau.de/s/img/1011-mainNav.gif) no-repeat -20px 50%;
}
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 {
	width: 210px;
	padding: 5px 10px 5px 20px;
	background-position: -10px 0.8em;
}
ul.mainNav3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.mainNav3 li a {
	width: 200px;
	padding: 5px 10px 5px 30px;
	background-position: 0 0.8em;
}


div#sidebar_content div.DS_sidebar_bottom {
	background-image: url(http://citynet-dessau.de/s/img/1011-sidebar_bg_bottom_last.png);
	margin-bottom: -7px;
	padding-bottom: 7px;
}

div#sidebar_content_wrapper {
	padding: 10px 20px;
	/*color: #fff;*/
	background: #fff;
}


/* Footer */

div#footer {
	clear: both;
	width: 940px;
	margin: 0 auto;
}
div#footer_inner {
	height: 34px;
	background: url(http://citynet-dessau.de/s/img/1011-footer_bg.png) no-repeat 50% 0;
	margin: 0 -2px;
	padding: 10px 22px;
}

* html div#footer_inner {
/*	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://citynet-dessau.de/s/img/1011-footer_bg.png", sizingMethod="crop");*/
	background-image: url(http://citynet-dessau.de/s/img/1011-footer_bg.gif);
}

br.c {
	display: block;
}