@charset "UTF-8";

/* CSS Document */

body, div, img, a, span, form {
	margin:0;
	padding:0;
	border:none;
}

body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-size:13px;
	line-height:1.5em;
	font-family:Arial, "Neue Helvetica", "Helvetica Neue", Helvetica, sans-serif;
	background-color:#fff;
	background-image:url(../images/texturen/body.jpg);
	background-repeat:repeat-x;
	background-position:center top;
}

h1,h2,h3,p, ul{
	padding:0;
	margin:0 0 1em 0;
}

h1 {
	font-size:26px;
	font-style:normal;
	font-weight:lighter;
	color:#777;
	height:32px;
	line-height:32px;
	vertical-align:baseline;
	letter-spacing:1px;
	padding:0 0 5px 0;
	margin:0 0 20px 0;
	width:734px;
	border-bottom:2px solid #25438b;
	overflow:hidden;
/*	background-image:url(../images/texturen/headborder.png);
	background-repeat:repeat-x;
	background-position:bottom left; */
}
h1 img{
	vertical-align:top;
	padding:0;
	margin:0;
	border:none;
	position:relative;
	top:0px;
}

th {
	text-align:left;
	font-size:17px;
	margin:0;
}
h2{
	color:#25438b;
	font-size:17px;
	font-style:italic;
	font-weight:bold;
}
h3{
	color:#000;
	font-size:15px;
}

td, th{
	height:24px;
}

#container {
	width:879px;
	padding:28px 0 0 0;
	margin:auto;
}

#head {
	height:115px;
	top:0px;
	background-color:#fff;
	background-image:url(../images/texturen/header-backgroundImage.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	overflow:visible;
}
#headLogo{
	position:relative;
	display:block;
	top:0px;
	left:0px;
	height:115px;
	width:324px;
	background-image:url(../images/texturen/header-logo.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
#headLogo img{
	display:none;
}
#headNavi {
	background-image:url(../images/texturen/headnavi.png);
	height:40px;
	font-size:16px;
	font-weight:bold;
	text-align:right;
	position:relative;
	z-index:111;
}

#headNavi, #headNavi a {
	color:#fff;
	text-decoration:none;
	vertical-align:baseline;
}

#headNavi #mainNavHomeButton a{
	display:block;
	width:32px;
	height:40px;
	background-image:url(../images/texturen/headnaviHome.png);
	position:absolute;
	top:0px;
	left:20px;
}
#headNavi #mainNavHomeButton a:hover{
	background-image:url(../images/texturen/headnaviHomeOver.png);
}

#headNavi ul {
	list-style:none;
	margin:0 0 0 auto;
	padding:0px;
	width:770px;
}

#headNavi ul li {
	position:relative;
	float:left;
	width:154px;
	height:40px;
	padding:0;
	margin:0;
	overflow:visible;
	line-height:40px;
	text-align:center;
	vertical-align:middle;
}

#headNavi ul li a {
	display:block;
	width:140px;
	height:40px;
	padding:0px 7px 0px 7px;
	background-image:url(../images/texturen/navbutton.png);
}
#headNavi ul li a.active, #headNavi ul li a.over{
	background-image:url(../images/texturen/navbutton-active.png);
	color:#333;
}

#headNavi ul li ul {
	position:absolute;
	width:183px;
	top:42px;
	left:-5px;
	padding:0 0 15px 0px;
	visibility:hidden;
	border-style:none;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	background-image:url(../images/texturen/subnav.png);
	background-position:bottom left;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	text-align:left;
	line-height:1em;
}

#headNavi ul li ul li {
	width:165px;
	height:24px;
	line-height:24px;
	padding:0 0 2px 13px;
	margin:0;
	text-align:left;
	overflow:hidden;
}
#headNavi ul li ul li a{
	width:160px;
	padding-left:5px;
	background:none;
}
#headNavi ul li ul li.subNavInnershadow {
	width:183px;
	height:6px;
	padding:0;
	margin:0;
	background-image:url(../images/texturen/subnavInnershadow.png);
	background-position:top left;
	background-repeat:no-repeat;
	overflow:hidden;
}
#headNavi ul li ul li.subNavInnershadow img{
	display:none;
}
#headNavi ul li ul li a:hover {
	text-decoration:underline;
}
#headBorderBottom {
	height:2px;
	background-image:url(../images/texturen/headborder.png);
	background-position:top left;
	background-repeat:repeat-x;
	overflow:hidden;
}
#maincontent {
	background-color:#fff;
	background-image:url(../images/texturen/main.png);
	background-repeat:repeat-x;
	background-position:top left;
	width:879px;
}

#content{
	position:relative;
	padding:60px 72px 30px 73px;
	margin:0;
	width:734px;
	vertical-align:baseline;
	overflow:hidden;
	z-index:10;
	float:none;
	clear:both;
	background-position:right bottom;
	background-repeat:no-repeat;
	background-image:none;
}

#content ul {
	padding-left:16px;
	list-style:disc;
	list-style-position:outside;
	margin-top:-0.5em;
}
#content ul li {
	margin:0;
	padding:0;
/*	border-bottom:1px dashed #eee; */
}
#content ul li strong {
	font-weight:normal;
}
#maincontent  .ulTitel {
	margin:16px 0 0 0;
	padding:0px;
	color:#666;
	font-size:14px;
	position:relative;
	top:4px;
}
#maincontent .imagesBlock{
	float:right;
	clear:right;
	padding:0;
	list-style:none;
	width:300px;
	text-align:right;
	overflow:hidden;
	margin:0;
	display:block;
}
#maincontent .imagesBlock li{
	border:none;
	margin:0 0 16px 0;
	padding:0;
	white-space:nowrap;
	overflow:hidden;
}
#maincontent .imagesBlock li a, #maincontent .imagesBlock li a img{
	margin:0;
	padding:0;
}
.imgOverlay{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:64px;
}
span.imgOverlay{
	display:none;
}
.freigestellt .imgOverlay{
	display:none!important;
}
#maincontent .imagesBlock li.bildUnterschrift, #maincontent .einleitung{
	background-color:#eee;
	padding:2px;
	border-top:none;
	margin-bottom:0;
	position:relative;
	top:-16px;
	white-space:normal;
	text-align:left;
	font-size:11px;
	font-weight:normal;
}
#maincontent .einleitung{
	padding:12px 8px 2px 8px;
	font-size:15px;
	font-style:normal;
	position:static;
	top:0px;
}
#maincontent .textBlock, #maincontent div.textLinks .textBlock, #maincontent div.textRechts div.textLinks .textBlock{
	float:left;
	clear:left;
	width:410px;
}
#maincontent .imagesBlock, #maincontent div.textLinks .imagesBlock, #maincontent div.textRechts div.textLinks .imagesBlock {
	float:right;
	clear:right;
	text-align:right;
}
#maincontent div.textRechts .textBlock{
	float:right;
	clear:right;
}
#maincontent div.textRechts .imagesBlock {
	float:left;
	clear:left;
	text-align:left;
}
#maincontent .spalteLinks, #maincontent .spalteRechts{
	width:350px;
}
#maincontent .spalteLinks{
	float:left!important;
	clear:left!important;
}
#maincontent .spalteRechts{
	float:right!important;
	clear:right!important;
}
#maincontent .spalteSchmal{
	width:300px;
}
#maincontent .spalteBreit{
	width:410px;
}

#maincontent .imagesBlock li div.platzhalter{
	height:32px;
}
#maincontent div.trennLinie{
	float:none;
	clear:both;
	height:3px;
	background-color:#ccc;
	margin:0 0 16px 0;
	overflow:hidden;
	padding:0;
}
#maincontent img{
	/*-webkit-box-reflect:below -1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.7, transparent), to(rgba(255,255,255,.3)));*/
}

#maincontent .textBlock ul li.image{
	list-style:none;
}

#maincontent .volleBreite{
	width:auto;
	float:none;
	clear:both;
}

#bottomRightImage{
	float:right;
	clear:right;
	height:32px;
	width:250px;
}

#bottomRightImage img{
	position:absolute;
	right:0px;
	bottom:0px;
	z-index:1;
}

#foot {
	height:26px;
	line-height:12px;
	font-size:11px;
	padding-top:6px;
	background-image:url(../images/texturen/footer.png);
	text-align:center;
}

#foot a{
	color:#fff;
	text-decoration:none;
	padding:0 16px;
}

div.kategorie {
	float:none;
	clear:both;
	width:100%;
	border-top:2px solid #25438b;
	padding:16px 0 0 0;
	margin:8px 0 0 0;
	position:relative;
	overflow:hidden;
}
div.kategorieMitHeadline {
	border-top:none;
}

div.kategorie h3.obenrechts {
	width:434px;
	position:absolute;
	top:5px;
	text-align:right;
	margin:0;
	padding:0;
}

.bildErsatzText {
	visibility:hidden;
}

.gross {
	font-size:25px;
}

.kursiv {
	font-style:italic;
}

.fett {
	font-weight:bold;
}

a, .blau{
	color:#25438b;
}

.hellblau{
	color:#7DBCFF;
}

.rot {
	color:#79131e;
}

.blassrot {
	color:#ddad69;
}

.einzug {
	margin-left:270px;
}

.hinweis {
	font-size:10px;
	color:#666;
	font-weight:bold;
	width:350px;
}

.klein {
	font-size:16px;
}

#foot div.ortsangaben {
	width:650px;
	padding-left:50px;
}

#content a:hover {
	text-decoration:underline!important;
}

#pageOverlay{
	position:absolute;
	width:100%;
	height:100%;
	background-image:url(../images/texturen/body-bg.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	z-index:999999;
/*	opacity:.85; */
	display:none;
	background-color:none;
}
#loadingIndicator{
	position:absolute;
	width:100%;
	height:100%;
	background-color:none;
	background-image:url(../images/texturen/loading.gif);
	background-position:center center;
	background-repeat:no-repeat;
	z-index:1000000;
}
.warningMessage{
	position:absolute;
	display:block;
	font-weight:bold;
	width:26%;
	height:26%;
	padding:2%;
	top:35%;
	left:35%;
	background-color:#300;
	color:#fff;
	background-image:url(../images/texturen/loading.gif);
	background-position:center center;
	background-repeat:no-repeat;
	z-index:1000001;
}

div.newsList{
	width:450px;
	overflow:hidden;
}

div.aktivNews, div.inaktivNews{
	position:relative;
	overflow:hidden;
	background-image:url(../images/texturen/newsHeadlineBG.png);
	background-position:left top;
	background-repeat:no-repeat;
}
div.newsList div.aktivNews, div.newsList div.inaktivNews, div.shortNewsList div.aktivNews, div.shortNewsList div.inaktivNews{
	padding:4px 0 12px 0;
	margin:8px 0 0 0;
}
div.shortNewsList div.aktivNews, div.shortNewsList div.inaktivNews{
	padding:12px 0 0 0;
	border-width:1px;
}
div.shortNewsList h3{
	background:none!important;
	font-style:normal!important;
	font-size:12px!important;
}
div.newsdatum, td.datum{
	display:none;
	position:absolute;
	top:3px;
	right:4px;
	font-size:12px;
	font-weight:bold;
}
div.newsList div.newsdatum span.newszeit, div.shortNewsList div.newsdatum span.newszeit{
	display:none;
	margin-left:8px;
	color:#999;
}
div.newsbild{
	width:128px;
	height:128px;
	margin:0 8px 8px 0;
	overflow:hidden;
	float:left;
	line-height:128px;
	vertical-align:middle;
	background-color:#f6f6f6;
}
div.newsList div.newsbild img{
	
}
div.newsList h3{
	margin:0 4px;
	background:none!important;
	font-style:normal!important;
	font-size:16px!important;
	height:46px;
}
div.floatSchliessen{
	float:none;
	clear:both;
}

ul.produktliste{
	float:none;
	clear:both;
}
ul.produktliste li{
	width:50%;
	height:170px;
	float:left;
	overflow:hidden;
	margin:32px 0 0 0;
	padding:0;
}
ul.produktliste li h3{
	float:right;
	height:auto;
	background-color:#eee;
	width:100%;
	overflow:hidden;
	margin:0!important;
	padding:3px 0!important;
	text-align:center;
}
ul.produktliste li img{
	float:left;
	margin:0 8px 0 0;
	padding:0;
}

#debug{
	border-top:10px solid #eee;
	margin:0 auto;
	width:880px;
	height:0px;
	overflow:hidden;
}
#debug:hover{
	height:auto;
}
.nichtTrennen{
	white-space:nowrap;
}

div.infoPopup{
	width:300px;
	background-color:#fff;
	overflow:hidden;
	padding:4px;
	border:2px solid #25438b;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	opacity:.95;
	position:relative;
}
#productFunctions{
	background-color:none;
	background-image:url(../images/texturen/productFunctions-bg.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:720px;
	padding:6px;
	height:16px;
	line-height:16px;
	color:#25438b;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	-webkit-border-bottom-left-radius:12px;
	-moz-border-radius-bottomleft:12px;
	float:none;
	clear:both;
	margin-top:16px;
}
#productFunctions a{
	text-decoration:none;
	color:#25438b;
	padding:0 16px;
}
#productFunctions a img{
	vertical-align:bottom;
	padding-right:5px;
}
div.fullSizeImageWithHeadline{
	position:relative;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
}
div.fullSizeImageWithHeadline h2{
	position:absolute;
	color:#fff;
	font-size:22px;
	font-weight:normal;
	font-style:normal;
	top:4px;
	z-index:100000;
	padding:0;
	margin:0;
	text-align:center;
	width:100%;
	letter-spacing:1px;
}
.Kdesign{
	color:#25438b;
	font-weight:bold;
}
.KARAT{
	color:#25438b;
	font-weight:bold;
}
.VARIOcool{
	color:#7DBCFF;
	font-weight:bold;
}
.VARIOcool .cool{
	color:#25438b;
}
.CENTRO{
	color:#25438b;
	font-weight:bold;
}
.COROFLEX, .PLASTIMETAL {
	color:#000;
	font-weight:bold;
}
.fehler{
	color:#f00;
	border:1px solid;
}
.fehlerHinweis{
	width:auto;
	padding:10px!important;
	border:2px solid #900;
	background-color:#fee;
	color:#000;
	font-weight:bold;
	position:absolute;
	margin:0!important;
	z-index:99999;
	right:44%;
}
.fehlerHinweis li{
	list-style:none;
	padding:4px!important;
	margin:0!important;
}

/* Formular*/
input, select, textarea{
	width:250px;
	padding:2px;
	margin:0;
	border:1px solid #25438b;
	color:#000;
	font-weight:normal;
	font-size:12px;
	background-color:#fff;
}
input.checkbox{
	width:auto;
}
input.submit{
	font-weight:bold;
}
textarea{
	width:326px;
	height:240px;
}

td.label{
	width:64px;
	overflow:hidden;
}