/*
-----------------------------------------------
Layout 1006: Screen Styles
----------------------------------------------- */

body {
	margin: 0;
	padding: 0 0 80px;
}

.altcolor {
	background-color: #f89801;
}


/* Container */

div#container {
	margin: 0 auto;
	width: 920px;
}


/* Header */

div#header {
	width: 590px;
	height: 170px;
	padding: 17px 7px;
	position: relative;
}

div#overlay_top {
	width: 608px;
	height: 35px;
	background: url(http://wellness-card.net/s/img/1006-header_overlay_top.png) no-repeat;
	position: absolute;
	top: 10px;
	left: -2px;
	z-index: 2;
}
div#overlay_bottom {
	width: 608px;
	height: 11px;
	background: url(http://wellness-card.net/s/img/1006-header_overlay_bottom.png) no-repeat;
	position: absolute;
	top: 187px;
	left: -2px;
	z-index: 3;
}
div#overlay_left {
	width: 9px;
	height: 188px;
	background: url(http://wellness-card.net/s/img/1006-header_overlay_left.png) no-repeat;
	position: absolute;
	top: 45px;
	left: -2px;
	z-index: 4;
}
div#overlay_right {
	width: 9px;
	height: 188px;
	background: url(http://wellness-card.net/s/img/1006-header_overlay_right.png) no-repeat;
	position: absolute;
	top: 45px;
	right: -2px;
	z-index: 5;
}

* html div#overlay_top {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://wellness-card.net/s/img/1006-header_overlay_top.png");
	background-image: none;
}
* html div#overlay_bottom {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://wellness-card.net/s/img/1006-header_overlay_bottom.png");
	background-image: none;
}
* html div#overlay_left {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://wellness-card.net/s/img/1006-header_overlay_left.png");
	background-image: none;
}
* html div#overlay_right {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://wellness-card.net/s/img/1006-header_overlay_right.png");
	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: 604px;
	float: left;
	margin: 0 -2px 10px;
	padding: 35px 2px 0;
	background: url(http://wellness-card.net/s/img/1006-content_bg_top.png) no-repeat 50% 0;
	position: relative;
	zoom: 1;
}
div#content_inner {
	background: url(http://wellness-card.net/s/img/1006-content_bg_bottom.png) no-repeat 50% 100%;
	margin: 0 -2px;
	padding: 0 2px 11px;
	position: relative;
	zoom: 1;
}
div#content_innermost {
	background: url(http://wellness-card.net/s/img/1006-content_bg.png) repeat-y 50% 0;
	margin: 0 -2px;
	padding: 0 2px;
	position: relative;
	zoom: 1;
}
div#content_wrapper {
	min-height: 610px;
	padding: 10px 58px 30px;
}

* html div#content {
	background-image: url(http://wellness-card.net/s/img/1006-content_bg_top.gif);
}
* html div#content_inner {
	background-image: url(http://wellness-card.net/s/img/1006-content_bg_bottom.gif);
}
* html div#content_innermost {
	background-image: url(http://wellness-card.net/s/img/1006-content_bg.gif);
}


/* Sidebar */

div#sidebar {
	width: 306px;
	float: right;
	margin-bottom: 10px;
}

/* Navigation */

div#navigation {
	background: url(http://wellness-card.net/s/img/1006-mainNav_bg_top.png) no-repeat 50% 0;
	margin: 0 -2px 10px;
	padding: 35px 2px 0;
	position: relative;
	zoom: 1;
}
div#navigation_inner {
	background: url(http://wellness-card.net/s/img/1006-mainNav_bg_bottom.png) no-repeat 50% 100%;
	margin: 0 -2px;
	padding: 0 2px 11px;
	position: relative;
	zoom: 1;
}
div#navigation_innermost {
	background: url(http://wellness-card.net/s/img/1006-mainNav_bg.png) repeat-y 50% 0;
	margin: 0 -2px;
	padding: 0 9px 0;
	position: relative;
	zoom: 1;
}

* html div#navigation {
	background-image: url(http://wellness-card.net/s/img/1006-mainNav_bg_top.gif);
}
* html div#navigation_inner {
	background-image: url(http://wellness-card.net/s/img/1006-mainNav_bg_bottom.gif);
}
* html div#navigation_innermost {
	background-image: url(http://wellness-card.net/s/img/1006-mainNav_bg.gif);
}

* html ul#mainNav1 li a:hover, * html ul#mainNav1 li a.current {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://wellness-card.net/s/img/1006-mainNav_current.png", sizingMethod="crop");
	background-image: none;
}

ul#mainNav1 {
	margin: 0;
	padding: 0 0 40px;
	list-style: none;
	background: url(http://wellness-card.net/s/img/1006-mainNav_abdeckung_unten.gif) repeat-x 0 100%;
	zoom: 1;
}
ul#mainNav1 li {
	width: 292px;
}
ul#mainNav1 li a {
	display: block;
	width: 276px;
	padding: 3px 8px;
	text-decoration: none;
	background: #e5e5e5;
}
ul#mainNav1 li a:hover, ul#mainNav1 li a.current {
	font-weight: bold;
	background: transparent url(http://wellness-card.net/s/img/1006-mainNav_current.png) no-repeat 0 50%;
}
ul#mainNav2 {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#mainNav2 li a {
	width: 266px;
	padding: 3px 8px 3px 18px;
}
ul#mainNav3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#mainNav3 li a {
	width: 256px;
	padding: 3px 8px 3px 28px;
}

/* Sidebar-Inhalt */

div#sidebar_altcolor1 {
	background: url(http://wellness-card.net/s/img/1006-sidebar_content_bg_top.png) no-repeat 50% 0;
	margin: 0 0x;
	padding: 7px 0px 0;
	position: relative;
	zoom: 1;
}
div#sidebar_altcolor2 {
	background: url(http://wellness-card.net/s/img/1006-sidebar_content_bg_bottom.png) no-repeat 50% 100%;
	margin: 0 -2px;
	padding: 0 2px 11px;
	position: relative;
	zoom: 1;
}
div#sidebar_content {
	background-image: url(http://wellness-card.net/s/img/1006-sidebar_content_bg_top.png);
	background-repeat: no-repeat;
	background-position: 50% -7px;
	position: relative;
	zoom: 1;
}
div#sidebar_content_inner {
	background: url(http://wellness-card.net/s/img/1006-sidebar_content_bg.png) repeat-y 50% 0;
	margin: 0 -2px;
	padding: 0 2px;
	position: relative;
	zoom: 1;
}

* html div#sidebar_altcolor1 {
	background-image: url(http://wellness-card.net/s/img/1006-sidebar_content_bg_top.gif);
}
* html div#sidebar_altcolor2 {
	background-image: url(http://wellness-card.net/s/img/1006-sidebar_content_bg_bottom.gif);
}
* html div#sidebar_content {
	background-image: url(http://wellness-card.net/s/img/1006-sidebar_content_bg_top.gif);
}
* html div#sidebar_content_inner {
	background-image: url(http://wellness-card.net/s/img/1006-sidebar_content_bg.gif);
}

div#sidebar_content_wrapper {
	padding: 10px 20px;
}

div#jimdobox {
	margin-bottom: 20px;
}


/* Footer */

div#footer {
	clear: both;
	width: 900px;
	height: 40px;
	background: url(http://wellness-card.net/s/img/1006-footer_bg.png) no-repeat;
	margin: 0 -2px;
	padding: 10px 12px;
}

* html div#footer {
/*	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://wellness-card.net/s/img/1006-footer_bg.png", sizingMethod="crop");*/
	background-image: url(http://wellness-card.net/s/img/1006-footer_bg.gif);
}

br.c {
	display: block;
}