/*
-----------------------------------------------
Layout 1002: Screen Styles
----------------------------------------------- */

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

.altcolor {
	background-color: #f89801;
}


/* Container */

div#container {
	width: 940px;
	margin: 0 auto;
}


/* Header */

div#header {
	background: #fff;
	position: relative;
	margin-bottom: 4px;
}
div#emotionheader {
	height: 210px;
        padding: 5px;
}
div#emotionheader strong#emotionheader_titel {
	z-index: 2;
}

/* Emotionheader-Rahmen */

div.overlay {
	position: absolute;
	z-index: 1;
}
div#overlay_top {
	background: url(http://motivationstag.de/s/img/1002-overlay_top.png) no-repeat;
	width: 937px;
	height: 8px;
	top: -3px;
	left: 0px;
}
div#overlay_bottom {
	background: url(http://motivationstag.de/s/img/1002-overlay_bottom.png) no-repeat;
	width: 944px;
	height: 7px;
	bottom: -2px;
	left: -2px;
}
div#overlay_left {
	background: url(http://motivationstag.de/s/img/1002-overlay_left.png) repeat-y;
	width: 7px;
        height:100%;
	top: 0px;
	left: -2px;

}
div#overlay_right {
	background: url(http://motivationstag.de/s/img/1002-overlay_right.png) repeat-y;
	width: 7px;
	height:100%;
	top: 0px;
	right: -2px;
}

* html div#overlay_top {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://motivationstag.de/s/img/1002-overlay_top.png");
	background-image: none;
}
* html div#overlay_bottom {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://motivationstag.de/s/img/1002-overlay_bottom.png");
	background-image: none;
}
* html div#overlay_left {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://motivationstag.de/s/img/1002-overlay_left.png");
	background-image: none;
}
* html div#overlay_right {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://motivationstag.de/s/img/1002-overlay_right.png");
	background-image: none;
}


/* Wrapper ( Navigation + Content) */

div#wrapper {
	width: 940px;
	background: url(http://motivationstag.de/s/img/1002-wrapper_bg_top.png) no-repeat 50% 0;
	margin: 0px -2px 2px;
	padding: 5px 2px 0;
	position: relative;
	zoom: 1;
}
div#wrapper_inner {
	background: url(http://motivationstag.de/s/img/1002-wrapper_bg_bottom.png) no-repeat 50% 100%;
	margin: 0 -2px;
	padding: 0 2px 5px;
	position: relative;
	zoom: 1;
}
div#wrapper_innermost {
	background: url(http://motivationstag.de/s/img/1002-wrapper_bg.png) repeat-y 50% 0;
	margin: 0 -2px;
	padding: 0 2px;
	position: relative;
	zoom: 1;
}

* html div#wrapper {
	background: none !important;
	margin: 0;
	padding: 0;
}
* html div#wrapper_inner {
	background: none !important;
	margin: 0 0 5px;
	padding: 0;
}
* html div#wrapper_innermost {
	background-image: url(http://motivationstag.de/s/img/1002-wrapper_bg.gif) !important;
}


/* Navigation */

div#navigation {
	width: 200px;
	padding: 10px 10px;
	float: left;
}

ul.mainNav1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.mainNav1 li {
	width: 200px;
}
ul.mainNav1 li a {
	display: block;
	width: 180px;
	padding: 4px 10px;
	border-bottom: 1px solid #cfd0d1;
	text-decoration: none;
}
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: 160px;
	padding: 4px 10px 4px 30px;
}
ul.mainNav3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.mainNav3 li a {
	width: 150px;
	padding: 4px 10px 4px 40px;
}


/* Content (Main Content + Sub Content) */

div#content {
	width: 720px;
	float: right;
}

div#mainContent {
	width: 460px;
	padding: 30px 20px;
	float: left;
}

div#subContent {
	width: 200px;
	padding: 30px 10px;
	float: right;
}


/* Footer */

div#footer {
	clear: both;
	background: url(http://motivationstag.de/s/img/1002-footer_bg_top.png) no-repeat 50% 0;
	margin: -1px -2px 0;
	padding: 1px 2px 0;
	width: 940px;
	position: relative;
	zoom: 1;
}
div#footer_inner {
	background: url(http://motivationstag.de/s/img/1002-wrapper_bg_bottom.png) no-repeat 50% 100%;
	margin: 0 -2px -3px;
	padding: 0 2px 3px;
	position: relative;
	zoom: 1;
}
div#footer_innermost {
	background: url(http://motivationstag.de/s/img/1002-wrapper_bg.png) repeat-y 50% 0;
	margin: 0 -2px;
	padding: 0 2px;
	position: relative;
	zoom: 1;
}
div#footer_wrapper {
	height: 56px;
	background-image: url(http://motivationstag.de/s/img/1002-footer_gradient.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
	padding: 10px 20px;
}

* html div#footer, * html div#footer_inner, * html div#footer_innermost {
	background: none !important;
}
* html div#footer_wrapper {
/*	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://motivationstag.de/s/img/1002-footer_gradient.png", enabled='true', sizingMethod='scale');*/
	background-image: none;
}

/* Default font style, when no user style is active
// see https://bugzilla.tool.1and1.com/show_bug.cgi?id=192792
------------------------------------------------*/


body, p, table, td
{
	font:normal 11px/140% Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}

h1
{
	font:bold 14px/140% Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	
}

h2
{
	font:bold 12px/140% Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	
}

/* Blog */

a.trackbackUrl, 
a.trackbackUrl:link,
a.trackbackUrl:visited,
a.trackbackUrl:hover,
a.trackbackUrl:active
{
	background:#EEEEEE none repeat scroll 0% 0%;
	border:1px solid black;
	color:#333333;
	padding:2px;
	text-decoration:none;
}

a:link,
a:visited
{
	text-decoration: underline; /* fix */
	color:#DB2F2C; 
}

a:active, 
a:hover
{
	text-decoration:none; /* fix */
	color: #DB2F2C;
}

div.hr
{
	border-bottom-style:dotted;
	border-bottom-width:1px; /* fix */
	border-color: #CCCCCC;
	height: 1px;
} 

.altcolor,
.altcolor p { color:#000000;}

.altcolor h1 {color:#000000; }
.altcolor h2 {color:#000000; }

.altcolor a:link,
.altcolor a:visited { color:#000000; }

.altcolor a:active, 
.altcolor a:hover { color:#000000; }

.altcolor div.hr {border-color: #000000;}





