/*********************************
 * General
 *********************************/
html {
	height: 100%;
	padding-bottom: 1px;  /* always show scrollbars */
}

body {
	color: #000;
	font-family: 'Calibri', 'Tahoma', 'Helvetica Neue', 'Arial', 'Helvetica', sans-serif; 
	font-size: 13px;
	font-size-adjust: 0.51;
	margin: 0; 
	padding: 0;
	line-height: 1.4em;
	background-color: #B1C8EA; 
   background-image: url(/static/images/background.png);
   background-repeat: repeat-x;
}
* html body {
	behavior:url("/static/css/csshover2.htc");
}

img {
   border: 0;
}

a {
   color: #C47021;
   text-decoration:none;
}

a:hover {
   text-decoration: underline;
}

div.redlink a:link,
div.redlink a:active,
div.redlink a:hover,
div.redlink a:visited {
   color: #C47021 !important;
}

#container {
   margin: 0 auto;
   width: 960px;
	position: relative;
}

/*********************************
 * Header
 *********************************/
#header {
	position: absolute;
	top: 0;
	left: 0px;
   width: 960px;
	height: 133px;
	background-color: #fff;
   background-image: url(/static/images/background_header.png);
   background-repeat: repeat-y;
}
#header .logo {
	position: absolute;
	top: 30px;
	left: 730px;
}


/*********************************
 * Navigation
 *********************************/
#navigation {
	position: absolute;
	top: 133px;
	left: 0px;
   width: 960px;
	height: 52px;
	background-color: #fff;
	font-size: 12px;
	border-top: solid 2px #fff;
}

#navigation ul.level {
	position: absolute;
	top: 0px;
	left: 675px;
   list-style-type: none;
   padding: 0;
   margin: 0;
   width: 285px;
}

#navigation ul.level li {
   float: left;
   position: relative;
   height: 20px;
   width: 95px;
}

#navigation ul.level li a {
   display: block;
   background-color: #fff;
   color: #8AB3DC;
   text-transform: uppercase;
   text-align: center;
}

#navigation ul.level li a:hover {
   color: #225497;   
   text-decoration: none;
}

#navigation ul.level li a.active {
   color: #225497;   
   text-decoration: none;
   font-weight: bold;
}

#navigation ul.level1 {
   list-style-type: none;
   padding: 0;
   margin: 0;
   width: 675px;
}

#navigation ul.level1 li {
   float: left;
   position: relative;
   height: 20px;
}

#navigation ul.level1 li a {
   color: #fff;
   display: block;
   text-align: center;
   text-transform: uppercase;
   text-decoration: none;
   background-color: #0180C4;   
   background-image: url(/static/images/background_navi.png);
   background-repeat: repeat-x;
}

#navigation ul.level1 li a.active,
#navigation ul.level1 li a:hover {
   background-color: #012F99;   
   background-image: url(/static/images/background_navi_on.png);
   background-repeat: repeat-x;
}

#navigation ul.level1 li a.activeItem {
   background-color: #012F99;   
   background-image: url(/static/images/background_navi_on.png);
   background-repeat: repeat-x;
   font-weight: bold;
}

#navigation ul.level2 {
   list-style-type: none;
   position: absolute;
   top: 25px;
   left: 30px;
   padding: 0;
   margin: 0;
	font-size: 11px;
}

#navigation ul.level2 li {
   float: left;
	height: 14px;
}

#navigation ul.level2 li a {
   color: #769CCA;
   display: inline;
   background-image: none;   
   background-color: #fff;   
   text-transform: none;
   text-align: left;
   padding-left: 5px;
   padding-right: 5px;
   overflow: visible;
   white-space: nowrap;
}

#navigation ul.level2 li a.border, 
#navigation ul.level2 li a.border:hover {
	border-right: solid 1px #769CCA;
}

#navigation ul.level2 li a:hover {
   color: #0C2C7C;
   background-image: none;   
   background-color: #fff;   
}

#navigation ul.level2 li a.active {
   color: #0C2C7C;
   background-image: none;   
   background-color: #fff;   
   font-weight: bold;
}


.subnavi {
   color: #c47021 !important;
	margin-left: -2px;
	margin-right: -2px;
}

.subnavi a {
   color: #c47021 !important;
   padding: 0 2px;
	white-space: nowrap;
}

.subnavi a:hover,
.subnavi a.active {
   color: #95111d;
   font-weight: bold;
}
.subnavi span.forward,
.subnavi span.back {
	visibility: hidden !important;
}


/*********************************
 * Content
 *********************************/
#content {
	/* position: absolute;
	top: 185px;
	left: 0px; */
	position: relative; /* make parent */
	top: 210px;
   width: 960px;
	background-color: #fff;
	min-height: 300px;
}
* html #content {
	height: 300px;
}










.clear {
	/* http://www.pixelsurge.com/experiment/clearers.htm */
	clear: both;
	height: 1px;
	margin-top: -1px;
	overflow:hidden;
	font-size: 1px;
}



#content h6,
#content h5,
#content h4,
#content h3 {
}
#content h2 {
}
#content h1 {
	font-size: 15px; line-height: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 0;
	color: #2b3a7d;
}

#content p {
	font-size: 12px; line-height: 16px;
	margin: 0 5px 13px 0;
	color: #2b3a7d;
}

#content ul,
#content ol {
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
}
#content li {
	font-size: 12px; line-height: 16px;
	margin: 0;
	padding: 0;
	color: #909090;
}

/* columns */

#content .col1,
#content .col2 {
	background: transparent url(/static/images/background_png75.png);
	margin: 0 0 0 37px;
	padding: 30px 15px 10px 20px;	
}
* html #content .col1,
* html #content .col2 {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/background_png75.png', sizingMethod='scale');	
}
#content .col1 {
	/* 265 px - padding */
	width: 230px;
}
#content .col2 {
	/* 330 px - padding */
	width: 295px;
}
#content .colm {
	/* 330 px - padding */
	width: 700px;
	background-image: none;
	margin: 0 auto;
	padding: 30px 15px 10px 20px;	
}



/* 1.0 Startseite */

body.cat-1 #content {
	background: transparent url(/files/wkm-6-impressum.jpg) no-repeat;
	min-height: 742px;
}
* html body.cat-1 #content {
	height: 742px;
}
body.cat-1 #content .news {
	margin: 20px 0pt 0pt 35px; 
	width: 633px;
}
body.cat-1 #content .items {
	margin: 10px 0 0 35px;
}
body.cat-1 #content .c1,
body.cat-1 #content .c2,
body.cat-1 #content .c3 {
	width: 210px;
	float: left;
	margin: 0 10px 0 0;
}
body.cat-1 #content .images {
	margin: 0 0 0 35px;
}
body.cat-1 #content .quicklinks {
	background: transparent url(/static/images/background_png75.png);
	position: absolute;
	left: 696px; top: 352px;
	width: 265px;
	height: 390px;
}
body.cat-1 #content .items h2,
body.cat-1 #content .quicklinks h2 {
	font-size: 13px;
	margin: 0 0 10px 0;
	padding: 0;
	color: #3d5c92;
}
body.cat-1 #content .items h2 {
	margin: 0;
}
body.cat-1 #content .c1 h2 {
	background: transparent url(/files/wkm-startseite-h2bgr.gif) 0 2px no-repeat;
	padding-left: 20px;
}
body.cat-1 #content .c2 h2 {
	background: transparent url(/files/wkm-startseite-h2bgr.gif) 0 -20px no-repeat;
	padding-left: 20px;
}
body.cat-1 #content .c3 h2 {
	background: transparent url(/files/wkm-startseite-h2bgr.gif) 0 -42px no-repeat;
	padding-left: 20px;
}
body.cat-1 #content .items a,
body.cat-1 #content .quicklinks a {
	color: #606060;
	line-height: 20px;
}
body.cat-1 #content .quicklinks .inner {
	width: 220px;
	margin: 25px 0 0 30px;
}

.cat-1 #content h2 a {
   color: #3D5C92 !important;
}
.cat-1 #content .main {
	height: 350px;
}

.cat-1 #content .main ul {
	margin: 0 !important;
	padding: 0 !important;
}

/* 2.1 Unternehmen */

body.cat-2-1 #content {
	background: transparent url(/files/wkm-2.1-allemotive.jpg) repeat-x;
	min-height: 640px;
}
* html body.cat-2-1 #content {
	height: 584px;
}
body.cat-2-1 #content .col2 {
	min-height: 544px;	
}
* html body.cat-2-1 #content .col2 {
	height: 544px;	
}
body.cat-2-1 #content .person p {
	color: #fff;
}
body.cat-2-1 .subnavi {
   font-size: 12px;
}

/* 2.2 Firmengeschichte */

body.cat-2-2 #content {
	background: #f0e5c5 url(/static/images/cat-2-2_bgr.png) repeat-x;
	min-height: 750px;
}
* html body.cat-2-2 #content {
	height: 750px;
}
body.cat-2-2 #content .col2 {
	min-height: 710px;	
}
* html body.cat-2-2 #content .col2 {
	height: 710px;	
}


/* 2.3 Das Unternehmen heute */

body.cat-2-3 #content {
	background: transparent url(/files/wkm-2.3-flaeche.jpg) repeat-x;
}

/* 3.1 WERKMEISTER Schlafsystem */

body.cat-3-1 #content {
	background: transparent url(/files/wkm-3.1-allemotive.jpg) repeat-x;
	min-height: 543px;
}
* html body.cat-3-1 #content {
	height: 543px;
}
body.cat-3-1 #content .col2 {
	min-height: 553px;
}	
* html body.cat-3-1 #content .col2 {
	height: 503px;
}	
body.cat-3-1 .buttons {
	width: 300px;
	margin: 0;
}
body.cat-3-1 .buttons a {
	display: block;
	float: left;
	position: relative;
/*	margin: 0 5px 5px 0;*/
}
body.cat-3-1 .buttons a img {
	display: block;
}
body.cat-3-1 #content h1 {
	color: #8b000a;
	margin-bottom: 10px;
}
body.cat-3-1 #content h1 em {
	font-size: 13px;
	font-weight: normal;
	color: #909090;
}
body.cat-3-1 #content .red p {
	color: #8b000a;
	margin-bottom: 30px;
}

/* 3.2 WERKMEISTER Matratzen */

body.cat-3-2 #content .products {
	position: relative;
}
body.cat-3-2 #content h1 {
	font-size: 16px;
	font-weight: normal;
	color: #909090;
}
body.cat-3-2 #content h1 strong {
	color: #2B3A7D;
}
body.cat-3-2 .bl1 {
	margin: 275px 0 0 235px;
	width: 300px;
	float: left;
}
* html body.cat-3-2 .bl1 {
	margin-left: 117px; /* double margin bug */
}
body.cat-3-2 .bl2 {
	margin-left: 595px; 
	padding-top: 275px;
	width: 300px;
}
* html body.cat-3-2 .bl2 {
	margin-top: 10px;
}
*+html body.cat-3-2 .bl2 {
	margin-top: 10px;
}
body.cat-3-2 .section {
	position: absolute; left: 50px; top: 32px;
	width: 160px;
}
body.cat-3-2 .section p {
	font-weight: bold;	
}
body.cat-3-2 .backlink {
   font-size: 12px;
   position: absolute;
   top: 430px;
}

body.art-112 .subnavi {
	padding-left: 40px;
}

body.art-118 #content {
	background: #fff url(/files/basic2.jpg) no-repeat;
	min-height: 695px;
}

* html body.art-118 #content {
	height: 695px;
}

body.art-118 .subnavi {
	position: relative !important;
	top: auto !important;
}

/* 3.2.x Bellasan Matratzen */

body.cat-bellasan #content {
	background: #fff url(/files/bellasan-bgr.png) repeat-y;
	min-height: 650px;
	padding-bottom: 30px;
}
* html body.cat-bellasan #content {
	height: 650px;
}
body.cat-bellasan h1 strong {
	color: #2f3b83;
}
body.cat-bellasan a {
	color: #bc5e04;
}

/* 3.2.x Aerosan Matratzen */

body.cat-aerosan #content {
	background: #fff url(/files/aerosan-bgr.png) repeat-y;
	min-height: 650px;
	padding-bottom: 30px;
}
* html body.cat-aerosan #content {
	height: 650px;
}
body.cat-aerosan h1 strong {
	color: #2f3b83;
}
body.cat-aerosan a {
	color: #bc5e04;
}

/* 3.2.x Novocell Matratzen */

body.cat-novocell #content {
	background: #fff url(/files/wkm-3.2.-novocell-bgr.png) repeat-y;
	min-height: 650px;
	padding-bottom: 30px;
}
* html body.cat-novocell #content {
	height: 650px;
}
body.cat-novocell h1 strong {
	color: #2f3b83;
}
body.cat-novocell a {
	color: #bc5e04;
}

/* 3.2.x Nautisan Matratzen */

body.cat-nautisan #content {
	background: #fff url(/files/wkm-3.2.-nautisan-bgr.png) repeat-y;
	min-height: 680px;
	padding-bottom: 30px;
}
* html body.cat-nautisan #content {
	height: 680px;
}
body.cat-nautisan h1 strong {
	color: #2f3b83;
}
body.cat-nautisan a {
	color: #bc5e04;
}

/* 3.2.x Premium Pur Matratzen */

body.cat-premiumpur #content {
	background: #fff url(/files/wkm-3.2.-premiumpur-bgr.png) repeat-y;
	min-height: 760px;
	padding-bottom: 30px;
}
* html body.cat-premiumpur #content {
	height: 760px;
}
body.cat-premiumpur h1 strong {
	color: #2f3b83;
}
body.cat-premiumpur a {
	color: #bc5e04;
}


.cat-3-2 .section p strong {
   font-size: 13px;
   font-weight: bold;
} 
.cat-3-2 .section p b {
   font-size: 16px;
   font-weight: bold;
} 
.cat-reguflex .bl1 div,
.cat-reguflex .bl2 div,
.cat-3-2 .bl2 div,
.cat-3-2 .bl1 div {
   margin: 15px 0 5px 0 !important;
}
.cat-reguflex .bl1 p,
.cat-reguflex .bl2 p,
.cat-3-2 .bl2 p,
.cat-3-2 .bl1 p {
   margin: 0 0 5px 0 !important;
}
.cat-reguflex .bl1 p strong,
.cat-reguflex .bl2 p strong,
.cat-3-2 .bl2 p strong,
.cat-3-2 .bl1 p strong {
   font-size: 14px !important;
}
.cat-3-2 .bl2 ul,
.cat-3-2 .bl1 ul {
   margin: 0 !important;
}
.cat-3-2 .bl2 p a,
.cat-3-2 .bl1 p a {
   font-size: 12px !important;
}
.cat-reguflex .subnavi,
.cat-3-2 .subnavi {
   font-size: 12px;
   position: absolute;
   top: 430px;
}

.cat-reguflex .bl2 ul,
.cat-reguflex .bl1 ul {
   margin: 0 !important;
}

.cat-reguflex .bl2 p a,
.cat-reguflex .bl1 p a {
   font-size: 12px !important;
}


/* 3.3.1 reguflex Unterfederung */

body.cat-3-3-1 #content {
	background: #fff url(/files/wkm-3.3.2-flaeche.jpg) repeat-x;
	min-height: 543px;
}
* html body.cat-3-3-1 #content {
	height: 543px;
}
body.cat-3-3-1 #content h1 {
	font-size: 16px;
	font-weight: normal;
	color: #909090;
}
body.cat-3-3-1 #content h1 strong {
	color: #910512;
}
body.cat-3-3-1 #content a {
	color: #c77020;
}
.cat-3-3-1 #content .main {
	position: absolute;
	top: 0px;
	left: 350px;
}

.cat-3-3-1 #content .main ul {
	margin: 0 !important;
	padding: 0 !important;
}

/* 3.3.2 reguflex Unterfederung */

body.cat-3-3-2 #content {
	background: #fff url(/files/wkm-3.3.2-flaeche.jpg) repeat-x;
	min-height: 543px;
}
* html body.cat-3-3-2 #content {
	height: 543px;
}
body.cat-3-3-2 #content h1 {
	font-size: 16px;
	font-weight: normal;
	color: #909090;
}
body.cat-3-3-2 #content h1 strong {
	color: #910512;
}
body.cat-3-3-2 #content a {
	color: #c77020;
}

body.art-71 #content {
	background: #fff url(/files/wkm-3.3.2-reguflex0.jpg) no-repeat;
}

body.art-111 #content {
	background: #fff url(/files/wkm-3.3.2-reguflex1.jpg) no-repeat;
}


/* 3.3.3 reguflex Unterfederung */

body.cat-3-3-3 #content {
	background: #fff url(/files/wkm-3.3.3-regumatic-ans.jpg) no-repeat;
	min-height: 543px;
}
* html body.cat-3-3-3 #content {
	height: 543px;
}
body.cat-3-3-3 #content h1 {
	font-size: 16px;
	font-weight: normal;
	color: #909090;
}
body.cat-3-3-3 #content h1 strong {
	color: #910512;
}
body.cat-3-3-3 #content li {
	font-size: 12px; line-height: 16px;
	margin: 0 0 10px 0;
	padding: 0;
	color: #2b3a7d;
}
body.cat-3-3-3 #content li strong {
	color: #910512;
}
body.cat-3-3-3 #content p strong {
	color: #910512;
}
body.cat-3-3-3 #content a,
body.cat-3-3-3 #content a strong {
	color: #c77020;
}

/* 3.3.4 reguflex Unterfederung */

body.cat-3-3-4 #content .products {
	position: relative;
}
body.cat-3-3-4 #content h1,
body.cat-reguflex #content h1{
	font-size: 16px;
	font-weight: normal;
	color: #909090;
}
.cat-3-3-4 .subnavi {
   padding-left: 37px;
}

/* 3.3.4.x REGUFLEX */

body.cat-reguflex #content {
	background: #fff url(/files/reguflex_bgr.png) repeat-y;
	min-height: 650px;
	padding-bottom: 30px;
}
* html body.cat-reguflex #content {
	height: 650px;
}
body.cat-reguflex #content .section {
	position: absolute; left: 50px; top: 32px;
	width: 160px;
}
body.cat-reguflex #content .section p {
	font-weight: bold;
	color: #910512;
}
body.cat-reguflex #content h1 strong {
	color: #910512;
}
body.cat-reguflex #content a {
	color: #c77020;
}
body.cat-reguflex #content .bl1 {
	margin: 280px 0 0 235px;
	width: 300px;
	float: left;
}
* html body.cat-reguflex #content .bl1 {
	margin-left: 117px; /* double margin bug */
}
body.cat-reguflex #content .bl2 {
	margin-left: 595px; 
	padding-top: 280px;
	width: 300px;
}
* html body.cat-reguflex #content .bl2 {
	margin-top: 10px;
}
*+html body.cat-reguflex #content .bl2 {
	margin-top: 10px;
}
body.cat-reguflex #content .bl1 p,
body.cat-reguflex #content .bl2 p {
	color: #909090;
}
body.cat-reguflex #content .bl1 p strong,
body.cat-reguflex #content .bl2 p strong {
	color: #910512;
}

body.art-141 #content {
	min-height: 830px;
}

* html body.art-141 #content {
	height: 830px;
}

body.art-86 .reguflex-sub {
	margin-top: -20px;
	position: relative;
	z-index: 999;
}

/* 3.4.1 THERASAN Kopfkissen */

body.cat-3-4-1 #content {
	min-height: 553px;
}
* html body.cat-3-4-1 #content {
	height: 553px;
}
body.cat-3-4-1 #content h1 {
	font-size: 16px;
	font-weight: normal;
	color: #909090;
	margin-bottom: 10px;
}
body.cat-3-4-1 #content h1 strong {
	color: #2b3a7d;
}
body.cat-3-4-1 #content a {
	color: #c77020;
}
body.cat-3-4-1 #content li {
	margin: 0 0 10px 0;
}


.cat-3-4-1 .subnavi,
.cat-3-4-2 .subnavi {
   padding-top: 10px;
}


/* 3.4.2 THERASAN Kopfkissen */

body.cat-3-4-2 #content {
	min-height: 553px;
}
* html body.cat-3-4-2 #content {
	height: 553px;
}
body.cat-3-4-2 #content h1 {
	font-size: 16px;
	font-weight: normal;
	color: #909090;
	margin-bottom: 10px;
}
body.cat-3-4-2 #content h1 strong {
	color: #2b3a7d;
}
body.cat-3-4-2 #content a {
	color: #c77020;
}
body.cat-3-4-2 #content li {
	margin: 0 0 10px 0;
}
body.cat-3-4-2 #content ul em {
   color: #2B3A7D;
   font-weight: bold;
	font-style: normal;
}
.cat-3-4-2 .col ul .caps {
   color: #2B3A7D;
   font-weight: bold;
}

body.cat-3-4-3 #content {
	min-height: 553px;
       background-image: url(/static/images/cat-3-4-3_bgr.jpg);
}
* html body.cat-3-4-3 #content {
       background-image: url(/static/images/cat-3-4-3_bgr.jpg);
	height: 553px;
}

/* 3.5 Junior Kinderbett-Matratzen */

body.cat-3-5 #content {
	background: #fffcc4 url(/files/junior_bgr.jpg) no-repeat;
}
body.cat-3-5 #content .c1 {
	width: 380px;
	padding-top: 33px;
	margin: 0 0 0 330px;
}
body.cat-3-5 #content .c1 em {
	font-weight: bold;
	font-style: normal;
	font-size: 15px; line-height: 18px;
	color: #2b3a7d;
}
body.cat-3-5 #content .c1 h1 {
	font-weight: normal;
}
body.cat-3-5 #content img.main {
	display: block;
}
body.cat-3-5 #content p {
	color: #606060;
}
body.cat-3-5 #content a {
	color: #d63829;
}

/* 4.1.1 Ärztestatements */

body.cat-4-1-1 #content {
	background: #f9f2e2 url(/files/wkm-4.1.1-allemotive.jpg) no-repeat;
}
body.cat-4-1-1 #content h2 {
	font-size: 15px;
	color: #8a4a2e;
	margin-bottom: 10px;
}
body.cat-4-1-1 #content li {
	color: #2b3a7d;
}
body.cat-4-1-1 #content .c1 {
	width: 260px; float: left; margin: 20px 25px 20px 205px;
}
* html body.cat-4-1-1 #content .c1 {
	margin-left: 102px; /* double margin bug */
}
body.cat-4-1-1 #content .c2 {
	margin: 20px 0; width: 260px; float: left;
}
body.cat-4-1-1 #content .nomargin p {
	margin: 0;
}
.cat-4-1-1 .subnavi {
   position: absolute;
   top: 550px;
   left: 50px;
}

/* 4.1.3 Ärztestatements */

body.cat-4-1-3 #content {
	min-height: 1150px;
}
* html body.cat-4-1-3 #content {
	height:1150px;
}
body.cat-4-1-3 #content h1 {
	font-size: 16px;
	font-weight: normal;
	color: #909090;
	margin-bottom: 10px;
}
body.cat-4-1-3 #content h1 strong {
	color: #2b3a7d;
}
body.cat-4-1-3 #content .items {
	position: relative;
}
body.cat-4-1-3 #content .info p,
body.cat-4-1-3 #content .items p {
	color: #909090;
}
body.cat-4-1-3 #content .items p strong {
	font-size: 14px;
	color: #c77020;
}
body.cat-4-1-3 #content a {
	color: #c77020;
}
.cat-4-1-3 .subnavi {
   margin-top: -2em !important;
}
.cat-4-1-3 .showhide {
   font-size: 12px;
   color:    #909090;
   padding-bottom: 5px !important;
}

.cat-4-1-3 .items p {
   margin: 5px 0 0 0 !important;
}

/* 4.2.1 Schaumqualitäten */

body.cat-4-2-1 #content {
	background: #fff url(/files/schaum_bgr.png) repeat-y;
}
body.cat-4-2-1 #content .col {
	width: 200px;
	margin: 0 25px 0 50px;
	float: left;
	overflow: hidden;
}
* html body.cat-4-2-1 #content .col {
	display: inline;
}
body.cat-4-2-1 #content .col .title {
	padding-top: 15px;
}
body.cat-4-2-1 #content .col .title p {
	font-size: 16px;
	font-weight: normal;
	color: #909090;
	margin-bottom: 10px;
}
body.cat-4-2-1 #content .col .title p strong {
	color: #2b3a7d;
}
body.cat-4-2-1 #content .col li {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #2b3a7d;
}
body.cat-4-2-1 #content .col img.logo {
	display: block;
	margin: 0 auto;
}
body.cat-4-2-1 #content .main {
	width: 675px;
	margin: 0;
	padding-bottom: 30px;
	overflow: hidden;
}
body.cat-4-2-1 #content .main .c1,
body.cat-4-2-1 #content .main .c2,
body.cat-4-2-1 #content .main .c3,
body.cat-4-2-1 #content .main .c4,
body.cat-4-2-1 #content .main .c5,
body.cat-4-2-1 #content .main .c6 {
	position: relative;
	margin: 0 0 15px 0;
}
* html body.cat-4-2-1 #content .main .c1,
* html body.cat-4-2-1 #content .main .c2,
* html body.cat-4-2-1 #content .main .c3,
* html body.cat-4-2-1 #content .main .c4,
* html body.cat-4-2-1 #content .main .c5,
* html body.cat-4-2-1 #content .main .c6 {
	display: inline-block;
}
body.cat-4-2-1 #content .main .c1 {
	background: #fff6cf url(/files/schaum_head1.jpg) no-repeat;
}
body.cat-4-2-1 #content .main .c2 {
	background: #d9effa url(/files/schaum_head2.jpg) no-repeat;
}
body.cat-4-2-1 #content .main .c3 {
	background: #feedd3 url(/files/schaum_head3.jpg) no-repeat;
}
body.cat-4-2-1 #content .main .c4 {
	background: #ffffff url(/files/schaum_head4.jpg) no-repeat;
}
body.cat-4-2-1 #content .main .c5 {
	background: #eff3fc url(/files/schaum_head5.jpg) no-repeat;
}
body.cat-4-2-1 #content .main .c6 {
	background: #fcf9ce url(/files/schaum_head6.jpg) no-repeat;
}
body.cat-4-2-1 #content .main .title {
	width: 300px;
	padding: 8px 0 0 40px;
}
body.cat-4-2-1 #content .main .title p strong {
	font-size: 14px;
}
body.cat-4-2-1 #content .main .text {
	width: 310px;
	padding: 8px 0 0 14px;
}
body.cat-4-2-1 #content .main .rating {
	position: absolute;
	right: 10px;
	top: 62px;
}
body.cat-4-2-1 #content .main h1 {
	background: #fdd08d;
	color: #606060;
	padding: 5px 10px 3px 10px;
	margin: 0 0 20px 0;
}
body.cat-4-2-1 #content a {
	color: #c77020;
}

/* 4.2.2 Liegekomfortzonen */

body.cat-4-2-2 #content {
	background: #f6f8fc url(/files/liegekomfortzonen.jpg) no-repeat;
	min-height: 400px;
}
* html body.cat-4-2-2 #content {
	height: 400px;
}
body.cat-4-2-2 #content .items {
	padding-top: 390px;
	margin: 0 0 0 55px;
}
body.cat-4-2-2 #content .items .c1,
body.cat-4-2-2 #content .items .c2,
body.cat-4-2-2 #content .items .c3,
body.cat-4-2-2 #content .items .c4,
body.cat-4-2-2 #content .items .c5 {
	width: 160px;
	float: left;
	margin-right: 15px;
}
body.cat-4-2-2 #content .items .c1 p,
body.cat-4-2-2 #content .items .c2 p,
body.cat-4-2-2 #content .items .c3 p,
body.cat-4-2-2 #content .items .c4 p,
body.cat-4-2-2 #content .items .c5 p {
	color: #6d77a5;
}
body.cat-4-2-2 #content .items .c1:hover p,
body.cat-4-2-2 #content .items .c2:hover p,
body.cat-4-2-2 #content .items .c3:hover p,
body.cat-4-2-2 #content .items .c4:hover p,
body.cat-4-2-2 #content .items .c5:hover p {
	color: #233277;
	cursor: default;
}
body.cat-4-2-2 #content .items .c1 p strong,
body.cat-4-2-2 #content .items .c2 p strong,
body.cat-4-2-2 #content .items .c3 p strong,
body.cat-4-2-2 #content .items .c4 p strong,
body.cat-4-2-2 #content .items .c5 p strong {
	display: block;
	font-size: 14px;
}
body.cat-4-2-2 #content .items2 {
	padding-bottom: 40px;
	margin: 0 0 0 55px;
}
body.cat-4-2-2 #content .items2 .c1,
body.cat-4-2-2 #content .items2 .c2,
body.cat-4-2-2 #content .items2 .c3,
body.cat-4-2-2 #content .items2 .c4,
body.cat-4-2-2 #content .items2 .c5 {
	width: 160px;
	float: left;
	margin-right: 15px;
}
body.cat-4-2-2 #content .items2 .c5 {
	margin-left: 350px;
}
body.cat-4-2-2 #content a {
	color: #c77020;	
}
body.cat-4-2-2 #content .items .c1 .pointer,
body.cat-4-2-2 #content .items .c2 .pointer,
body.cat-4-2-2 #content .items .c3 .pointer,
body.cat-4-2-2 #content .items .c4 .pointer,
body.cat-4-2-2 #content .items .c5 .pointer {
	width: 150px;
	height: 140px;
	border: 2px solid #d49a3e;
	display: none;
}
body.cat-4-2-2 #content .items .c1:hover .pointer {
	position: absolute; top: 130px; left: 90px;
	display: block;
}
body.cat-4-2-2 #content .items .c2:hover .pointer {
	position: absolute; top: 200px; left: 230px;
	display: block;
}
body.cat-4-2-2 #content .items .c3:hover .pointer {
	position: absolute; top: 150px; left: 500px;
	display: block;
}
body.cat-4-2-2 #content .items .c4:hover .pointer {
	position: absolute; top: 100px; left: 550px;
	display: block;
}
body.cat-4-2-2 #content .items .c5:hover .pointer {
	position: absolute; top: 100px; left: 700px;
	display: block;
}

/* 4.3.1 */

body.cat-4-3-1 #content {
	background: #F3F6FD url(/files/wkm-4.3.1-motiv-eng.jpg) right top no-repeat;
	min-height: 651px;
}
* html body.cat-4-3-1 #content {
	height: 651px;
}
body.cat-4-3-1 #content h1 {
	font-size: 16px;
	font-weight: normal;
	color: #909090;
	margin-bottom: 10px;
}
body.cat-4-3-1 #content h1 strong {
	color: #2b3a7d;
}
body.cat-4-3-1 #content .items {
	position: relative;
}
body.cat-4-3-1 #content a,
body.cat-4-3-1 #content .items p strong,
body.cat-4-3-1 #content .cert p strong {
	color: #c77020;	
}
.cat-4-3-1 div.showhide {
   color:#2B3A7D;
   font-size:12px;
   line-height:16px;
   margin:-10px 0 13px;   
}

/* 4.3.2 */

body.cat-4-3-2 #content {
	background: #fff url(/files/wkm-4.3.2-allemotive.jpg) no-repeat;
	min-height: 543px;
}
* html body.cat-4-3-2 #content {
	height: 543px;
}
body.cat-4-3-2 #content h1 {
	font-size: 16px;
	font-weight: normal;
	color: #909090;
	margin-bottom: 10px;
}
body.cat-4-3-2 #content h1 strong {
	color: #2b3a7d;
}
body.cat-4-3-2 #content li {
	color: #2b3a7d;
	margin-bottom: 5px;
}
body.cat-4-3-2 #content a {
	color: #c77020;	
}
body.cat-4-3-2 #content .nomargin p {
	margin-bottom: 5px;
}

/* 4.4.1 */

body.cat-4-4-1 #content {
	background: transparent url(/files/wkm-4.4.1-hauptfeld-ganz.jpg) repeat-x;
	min-height: 765px;
}
* html body.cat-4-4-1 #content {
	height: 665px;
}
body.cat-4-4-1 #content h1 {
	font-size: 16px;
	font-weight: normal;
	color: #909090;
	margin-bottom: 10px;
}
body.cat-4-4-1 #content h1 strong {
	color: #2b3a7d;
}
body.cat-4-4-1 #content .col2 {
	width: 380px;
	min-height: 625px;
}
* html body.cat-4-4-1 #content .col2 {
	height: 625px;
}
body.cat-4-4-1 #content ul {
	margin-bottom: 30px;
}
body.cat-4-4-1 #content li {
	color: #2b3a7d;
	margin: 0 0 5px 0;
}
body.cat-4-4-1 #content a {
	color: #c77020;
}

/* 4.4.2 */

body.cat-4-4-2 #content {
	padding: 0;
}
body.cat-4-4-2 #content h1 {
	color: #a80002;
}
.cat-4-4-2 .subnavi {
   position: absolute;
   top: 550px;
   left: 120px;
}

/* 4.5 */

body.cat-4-5 #content {
	background: #fff url(/files/wkm-4.5-bgr.jpg) repeat-x;
	min-height: 655px;
}
* html body.cat-4-5 #content {
	height: 655px;
}
body.cat-4-5 #content h1,
body.cat-4-5 #content p {
	width: 295px;
}
body.cat-4-5 #content h1 {
	line-height: 100%;
	background: #fff;
	color: #a80002;
	display: block;
	padding: 5px;
	margin: 0 0 10px 0;
}
body.cat-4-5 #content a {
	color: #c77020;
}
body.cat-4-5 #content .intro p {
	margin: 0;
}
body.cat-4-5 #content dl {
	font-size: 12px;
	clear: both;
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 0;
}
body.cat-4-5 #content dt {
	clear: both;
	display: block;
	float: left;
	background: transparent url(/static/images/bullet.gif) 4px center no-repeat;
	padding-left: 16px;
}
* html body.cat-4-5 #content dt {
	white-space: nowrap;
}
body.cat-4-5 #content dd {
	display: none;
}
body.cat-4-5 #content .col2 {
	padding-bottom: 20px;
}
body.cat-4-5 #content .col2:hover {
	width: 480px;
	cursor: default;
}
body.cat-4-5 #content .col2:hover dl {
	margin-bottom: 0;
}
body.cat-4-5 #content .col2:hover dd {
	margin-left: 220px;
	display: block;
}
body.cat-4-5 #content .col2:hover dt a {
	display: none;
}
body.cat-4-5 #content .items p {
	margin-bottom: 5px;
}
body.cat-4-5 #content .items p strong {
	xbackground: #f4d443;
}
body.cat-4-5 #content .red p {
	color: #a80002;
}

/* 4.6 */

body.cat-4-6 #content {
	background: #fff url(/files/wkm-4.6-bgr.jpg) repeat-x;
	min-height: 720px;
}
* html body.cat-4-6 #content {
	height: 720px;
}

body.cat-4-6 #content div.headline h1 {
	font-size: 16px; line-height: 17px;
	font-weight: bold;
	margin: 0;
	color: #ffffff;
}

body.cat-4-6 #content h2 {
	font-size: 14px; line-height: 15px;
	font-weight: bold;
	margin: 10px 0 0 0;
	color: #2B3A7D;
}

body.cat-4-6 #content h3 {
	font-size: 14px; line-height: 15px;
	font-weight: bold;
	margin: 10px 0 0 0;
	color: #2B3A7D;
}

body.cat-4-6 #content p.sub {
	font-size: 11px; line-height: 12px;
}

body.cat-4-6 #content p em {
	color: #929395;
}
body.cat-4-6 #content .toc * {
	color: #df8232;
}

/* 5.1 Ansprechpartner */

body.cat-5-1 #content {
	background: #E2EAF6;
	min-height: 600px;
}
* html body.cat-5-1 #content {
	height: 600px;
}
body.cat-5-1 #content .col1 {
	min-height: 560px;
	float: left;
}
* html body.cat-5-1 #content .col1 {
	height: 560px;
}
* html body.cat-5-1 #content .col1 p {
	position: relative;
}
body.cat-5-1 #content a {
	/* color: #bc5e04; */
}
body.cat-5-1 #content .links p strong {
	display: block;
	background: #cbe8fe;
	padding: 5px 0;
}
body.cat-5-1 #content .items {
	width: 650px;
	margin-left: 335px;
	padding-top: 30px
}
body.cat-5-1 #content .item {
	float: left;
	margin: 0 43px 30px 0;
}
body.cat-5-1 #content .item img {
	margin-bottom: 10px;
}
body.cat-5-1 #content .item p {
	margin-bottom: 20px;
}
body.cat-5-1 #content .address p {
	margin-bottom: 5px;
}

/* 5.2 E-Mail + Händlersuche */

body.cat-5-2 #content {
	background: #E2EAF6;
	min-height: 600px;
}
* html body.cat-5-2 #content {
	height: 600px;
}
body.cat-5-2 #content .col1 {
	min-height: 560px;
	float: left;
}
* html body.cat-5-2 #content .col1 {
	height: 560px;
	display: inline;
}
* html body.cat-5-2 #content .col1 p {
	position: relative;
}
body.cat-5-2 #content .search {
	margin: 0 0 0 485px;
	padding-top: 78px;
}
body.cat-5-2 #content .results {
	margin: 0 0 0 485px;
	padding-top: 20px;
}
body.cat-5-2 #content .results .item {
	margin: 0 0 30px 0;
}
body.cat-5-2 #content .address {
	margin-bottom: 20px;
}
body.cat-5-2 #content .address p {
	margin-bottom: 5px;
}
body.cat-5-2 #content .legals p {
	color: #909090;
}
.cat-5-2 #content .info  {
   margin: 0;
   padding-top: 10px;
   width: 240px;
}
.cat-5-2 #content .loc {
   margin: 0 0 0 485px;
   padding-top: 50px;
}
.cat-5-2 #content p b {
   color: #ae1000;
}

/* 6.1 Impressum */

body.cat-6-1 #content {
	background: transparent url(/files/wkm-6-impressum.jpg) no-repeat;
	min-height: 742px;
}
* html body.cat-6-1 #content {
	height: 742px;
}
body.cat-6-1 #content .col2 {
	min-height: 702px;
	float: left;
}
* html body.cat-6-1 #content .col2 {
	height: 702px;
	display: inline;
}
* html body.cat-6-1 #content .col2 p {
	position: relative;
}
body.cat-6-1 #content .legals {
	width: 500px;
	margin-left: 400px;
	padding-top: 30px;
}

/* 6.2 Sitemap */

body.cat-6-2 #content {
	background: transparent url(/files/wkm-6-impressum.jpg) no-repeat;
	min-height: 742px;
}
* html body.cat-6-2 #content {
	height: 742px;
}
body.cat-6-2 #content h1 {
	text-align: center;
}
body.cat-6-2 #content ul.items {
	display: block;
	width: 870px;
	margin: 0 auto;
	padding: 0;
}

/* links */

body.cat-6-2 #content p.home a,
body.cat-6-2 #content ul.items a {
	background: transparent url(/static/images/bullet.gif) 4px center no-repeat;
	color: #000;
	display: block;
	margin: 0;
	padding: 0 5px 0 15px;
	font-weight: bold;
}
body.cat-6-2 #content ul.items ul ul a {
	padding: 0 5px 0 5px;
	font-weight: normal;
	background-image: none;
}

/* ul */

body.cat-6-2 #content ul.items ul,
body.cat-6-2 #content ul.items ul ul {
	width: auto;
	margin: 0;
	padding: 0;
}

/* li */

body.cat-6-2 #content ul.items li {
	display: block;
	float: left;
	width: 215px;
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}
* html body.cat-6-2 #content ul.items li {
	display: inline-block;
}
body.cat-6-2 #content ul.items li li,
body.cat-6-2 #content ul.items li li li {
	float: none;
	width: auto;
}
body.cat-6-2 #content ul.items li li li {
	margin-bottom: 0;
	padding-left: 20px;
}

/* home + first level */

body.cat-6-2 #content p.home {
	display: block;
}
body.cat-6-2 #content p.home a {
	text-align: center;
	width: 250px;
	margin: 0 auto !important;
}
body.cat-6-2 #content p.home a,
body.cat-6-2 #content ul.items a.level1 {
	display: block;
	margin: 0 0 10px 0;
	padding: 3px 5px 3px 15px;
	background-color: #c1ddf2;
	font-weight: bold;
}
body.cat-6-2 #content p.home a:hover,
body.cat-6-2 #content ul.items a.level1:hover {
	text-decoration: none;
	background-color: #54a1db;
	color: #ffffff;
}











/* form */

.dm_form {
	margin-left: 300px;
	padding: 30px 0 50px 10px;
}
.dm_form table {
}
.dm_form table th {
	width: 150px;
	text-align: right;
	vertical-align: top;
	padding: 2px 10px 0 0;
	font-size: 12px;
	font-weight: normal;
}
.dm_form table td {
	padding: 0 2px 5px 0;
}
.dm_form table td.w1 {
	width: 180px;
}
.dm_form table td.w2 {
	width: 360px;
}
.dm_form label {
	font-size: 12px;
	display: block;
	float: left;
	margin: 0;
	padding: 3px 0 0 0;
}
.dm_form table input.text,
.dm_form table textarea {
	font-family: 'Calibri', 'Tahoma', 'Helvetica Neue', 'Arial', 'Helvetica', sans-serif; 
	font-size: 13px;
	font-size-adjust: 0.51;
	line-height: 1.2em;
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* gecko */
	-webkit-box-sizing: border-box; /* khtml/webkit */
	-ms-box-sizing: border-box; /* IE */
}
.dm_form input.checkbox,
.dm_form input.radio {
	clear: both;
	display: block;
	float: left;
	margin: 3px 8px 2px 0;	
}
*+html .dm_form input.checkbox,
*+html .dm_form input.radio {
	margin: 0 5px 2px 0;
}
.dm_form table div {
	display: block;
	padding: 1px; /* leave room for error indicators */
	/* overflow: hidden; */
	position: relative;
}
.dm_form .divider {
	height: 10px;
	overflow: hidden;
}
.dm_form table th.error div {
	color: red;
	font-weight: bold;
}
.dm_form table td.error div {
	background: red;
}
.formerror {
	background: red;
	width: 440px;
	margin: 10px 0 20px 40px;
	padding: 10px 20px 0 20px;
}
.formerror p {
	font-weight: bold;
	color: #fff !important;
	margin: 0 !important;
	padding: 0 0 10px 0 !important;
}
.formpreview {
	background: #fff;
	width: 440px;
	margin: 10px 0 20px 40px;
	padding: 10px 20px 0 20px;
	overflow: hidden;
}
.formpreview input {
	display: block;
	margin: 0 0 10px 0;
}
h3.hl {
	margin: 0 0 20px 40px;
}
.preview .dm_form table td {
	font-size: 12px;
}
.preview .dm_form table td div {
	background: #fff;
	padding: 3px;
}
.formsent {
	background: #fff;
	width: 440px;
	margin: 0 0 20px 340px;
	padding: 10px 20px 0 20px;
	overflow: hidden;
	position: relative; top: 30px;
}