/*
-----------------------------------------------
Layout 1003: Screen Styles
----------------------------------------------- */

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

.altcolor {
	background-color: #030303;
}

div#background {
	width: 100%;
	height: 477px;
	background: url(http://horst-grimm.de/s/img/1003-body_bg.png) repeat-x;
	position: absolute;
	top: 0;
	z-index: 1;
}
* html div#background {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://horst-grimm.de/s/img/1003-body_bg.png", enabled='true', sizingMethod='scale');
	background-image: none;
}


/* Container */

div#container {
	margin: 0 auto;
	width: 940px;
	position: relative;
	z-index: 2;
}


/* Header */

div#header {
	padding-top: 20px;
	height: 210px;
	margin: 0 0 5px;
}
div#header_wrapper {
	background: url(http://horst-grimm.de/s/img/1003-emotionheader_bg.png) no-repeat;
	margin: -3px -2px -1px;
	padding: 3px 2px 1px;
	position: relative;
	zoom: 1;
}
* html div#header_wrapper {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://horst-grimm.de/s/img/1003-emotionheader_bg.png", enabled='true', sizingMethod='scale');
	background-image: none;
}
div#emotion-header {
	position: relative;
}
div#emotion-header strong#emotion-header-title {
	position: absolute;
	top: 0;
	left: 0;
}

/* Wrapper (Content + Footer) */

div#wrapper {
	width: 700px;
	float: right;
}

/* Content */

div#content {
	width: 700px;
	margin-bottom: 4px;
	/*float: right;*/
}
div#content_wrapper {
	min-height: 560px;
	padding: 30px 100px 60px;
	background-image: url(http://horst-grimm.de/s/img/1003-content_gradient.png);
	background-repeat: repeat-x;	
}
* html div#content_wrapper {
	background-image: none;
}

div.DS_content_top, div#sidebar {
	background: url(http://horst-grimm.de/s/img/1003-content_bg_top.png) no-repeat 50% 0;
	margin: -1px -2px 0;
	padding: 1px 2px 0;
	position: relative;
	zoom: 1;
}
div.DS_content_bottom, div#sidebar_inner {
	background: url(http://horst-grimm.de/s/img/1003-content_bg_bottom.png) no-repeat 50% 100%;
	margin: 0 -2px -3px;
	padding: 0 2px 3px;
	position: relative;
	zoom: 1;
}
div.DS_content_middle, div#sidebar_innermost {
	background: url(http://horst-grimm.de/s/img/1003-content_bg.png) repeat-y 50% 0;
	margin: 0 -2px;
	padding: 0 2px;
	position: relative;
	zoom: 1;
}

* html div.DS_content_top, * html div#sidebar,
* html div.DS_content_bottom, * html div#sidebar_inner,
* html div.DS_content_middle, * html div#sidebar_innermost {
	background-image: none;
}


/* Sidebar */

div#sidebar {
	width: 235px;
	float: left;
	background-image: url(http://horst-grimm.de/s/img/1003-sidebar_bg_top.png);
}
div#sidebar_inner {
	background-image: url(http://horst-grimm.de/s/img/1003-sidebar_bg_bottom.png);
}
div#sidebar_innermost {
	background-image: url(http://horst-grimm.de/s/img/1003-sidebar_bg.png);
}

div#sidebar_wrapper {
	background-image: url(http://horst-grimm.de/s/img/1003-content_gradient.png);
	background-repeat: repeat-x;
}
* html div#sidebar_wrapper {
	background-image: none;
}

/* Navigation */

div#navigation {

}

ul.mainNav1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.mainNav1 li {
	width: 235px;
}
ul.mainNav1 li a {
	display: block;
	width: 205px;
	padding: 5px 15px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
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: 185px;
	padding: 5px 15px 5px 35px;
}
ul.mainNav3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.mainNav3 li a {
	width: 165px;
	padding: 5px 15px 5px 55px;
}

div#sidebar_content {
	padding: 20px 20px;
}
div#jimdobox {
	margin-bottom: 20px;
}


/* Footer */

div#footer {
	clear: both;
	width: 700px;
	/*margin-left: 240px;*/
}
div#footer_wrapper {
	padding: 5px 20px;
}


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

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