@charset "utf-8";
@font-face {
    font-family: 'RobotoThin';
    src: url('../fonts/Roboto-Thin-webfont.eot');
    src: url('../fonts/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Thin-webfont.woff') format('woff'),
         url('../fonts/Roboto-Thin-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Thin-webfont.svg#RobotoThin') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoLight';
    src: url('../fonts/Roboto-Light-webfont.eot');
    src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Light-webfont.woff') format('woff'),
         url('../fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Light-webfont.svg#RobotoLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/Roboto-Bold-webfont.eot');
    src: url('../fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Bold-webfont.woff') format('woff'),
         url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Bold-webfont.svg#RobotoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	background-color:#636363;
	background-image:url(../img/bg.png);
	background-repeat: repeat-x;
	
}
body, tr, td {
	font-family: 'RobotoLight', Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;	
	font-size: 100%;
	line-height: 1.5em;
}
a {
	text-decoration:none;
	color:#db1b14;
}
a:hover {
	text-decoration:underline;
}

h3, h4, h5, h6 {
	font-family: 'RobotoLight', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#636363;
}
h1 {
	font-family: 'RobotoThin', Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	font-weight:normal;
	line-height: 1em;
	color:#e41e0d;
	margin: 10;
}
h2 {
	font-family: 'RobotoRegular', Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight:normal;
	color:#fff;
	background-color:#db1b14;
	padding: 4px 8px 4px 8px;
	display:inline;
	line-height: 2.2em;
}
h4 {
	font-size: 1.1em;
	font-weight:normal;
	line-height: 1em;
	color:#fff;
	margin: 0;
	padding: 12px 8px 4px 10px;
}
h5 {
	font-size: 1em;
	font-weight:normal;
	color:#fff;
	background-color:#7e7e7e;
	padding: 9px 294px 5px 8px;
	display:inline;
	line-height: 2.2em;
}
p {
	font-family: 'RobotoLight', Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin: 0;
}
dl {
	width:190px;
	float:none;
	display:inline-block;
	margin: 0 1%;
	padding:0;
}
dd {
	text-align: center;
}
.leg {
	font-family: 'RobotoLight', Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height:1.2;
	color:#777;
	margin: 0;
}
.logoTop {
	padding: 15px 0px 25px 0px;
	width:180px;
}
.center {
	margin: 0 auto;
}
.clearfix {
	clear:both;
	line-height: 0px;	
}
#wrapheader {
	width:940px;
	margin: 0 auto;
	
}



/* Navigation */	
#menu {
	margin:0 0 40px 22px;
	width: 100%;
	font-family: 'RobotoLight', Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.5;
	text-transform:uppercase;	
}
#menu ul {
	float: left;
	list-style: none;
	margin:0 40px 0 0;
	padding:0px;
}
#menu a {
	margin: 0;
    text-decoration: none;
	display: block;
	color: #000;
	padding:3px 24px 3px 24px;
	border-left: 0 none;
	border-right: 0 none;
}
#menu li a {
	border-bottom:1px solid #fff;
	text-align:left;
}
#menu ul ul {
	position: absolute;
	display: none;
}
/*--lässt die Dropdown-Links beim Hovern erscheinen-- */
#menu ul li:hover ul {
	display: block;
	background-color:#DB1B14;
	color:#fff;
	margin:0px;
	padding:0px;
} 
#menu ul:Hover {
	background-color:#DB1B14;
	padding:0px;
	margin:0 40px 0 0;
}
#menu ul a:Hover {
		color:#fff;
}
#menu ul li ul a:hover  {
	color:#fff;	
}
#menu ul li ul   {
	width: 271px;
}
#topMen {
	cursor:default;
}
#menu ul a#topMen:Hover {
	color:#000;
}
#menu ul li a.first {
	color: #FFF;
	background:#db1b14;
	border-left: 0 none;
}
/*   END NAVIGATION   */

 
 
 
 
.squareUl {
	font-family: 'RobotoLight', Arial, Helvetica, sans-serif;
	list-style-image:url(../img/square.png);
}
.content {
	width: 940px;
	background-color: #db1b14;
	padding: 10px 10px 30px 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.keyvisualHome {
	margin: 0;
	padding: 0;
	height: 380px;
	width: 940px;
	background-image:url(../img/key_home.jpg);
	background-repeat: no-repeat;
}
.keyvisualWerk {
	margin: 0;
	padding: 0;
	height: 380px;
	width: 940px;
	background-image:url(../img/key_werk.jpg);
	background-repeat: no-repeat;
}
.keyvisualEinsatz {
	margin: 0;
	padding: 0;
	height: 380px;
	width: 940px;
	background-image:url(../img/key_einsatz.jpg);
	background-repeat: no-repeat;
}
.keyvisualSchaumstoff {
	margin: 0;
	padding: 0;
	height: 380px;
	width: 940px;
	background-image:url(../img/key_schaumstoffe.jpg);
	background-repeat: no-repeat;
}
.keyvisualLohnfertigung {
	margin: 0;
	padding: 0;
	height: 380px;
	width: 940px;
	background-image:url(../img/key_lohnfertigung.jpg);
	background-repeat: no-repeat;
}
.keyvisualVerpackung {
	margin: 0;
	padding: 0;
	height: 380px;
	width: 940px;
	background-image:url(../img/key_verpackungen.jpg);
	background-repeat: no-repeat;
}
.keyvisualGlossar {
	margin: 0;
	padding: 0;
	height: 380px;
	width: 940px;
	background-image:url(../img/key_glossar.jpg);
	background-repeat: no-repeat;
}
.keyvisualMatratze {
	margin: 0;
	padding: 0;
	height: 380px;
	width: 940px;
	background-image:url(../img/key_matratzenkunde.jpg);
	background-repeat: no-repeat;
}
.keyvisualKontakt {
	margin: 0;
	padding: 0;
	height: 380px;
	width: 940px;
	background-image:url(../img/key_kontakt.jpg);
	background-repeat: no-repeat;
}
.maincontent {
	background-color: #fff;
	padding: 10px 48px 40px 48px;
	min-height:700px;
}
.maincontentHome {
	background-color: #fff;
	padding: 10px 70px 40px 70px;
	min-height:700px;
}
.maincontent img {
	margin: 0;
	padding: 0px 0px 20px 30px;
	float:right;
}
#imgLeft {
	clear:right;
	margin: 0;
	padding: 0px 30px 0px 0px;
	float:left;
}
.imgGallery {
	float:none;
	margin: 0;
	padding: 0px 10px 0px 0px;

}
.redText {
	color: #db1b14;
}
.leftcolumn {
	margin: 0;
	padding: 0;
	width: 550px;
}
.rightcolumn {
	clear:left;
	float:right;
	padding: 0;
	margin: 30px 0px 0px 0px;
	width: 260px;
	background-color:#7e7e7e;
	height:570px;
}
.rightcolumnKontakt {
	clear:left;
	float:right;
	padding: 0;
	margin: 30px 0px 0px 0px;
	width: 260px;
	background-color:#7e7e7e;
}
.rightcolumn img {
	margin: 0;
	padding: 0;
}
.rightcolumnheadline {
	background-color:#db1b14;
	height: 40px;
	width:260px;
}
.rightcolumnheadline2 {
	background-color:#d9d9d9;
	height: 64px;
	width:260px;
}
.rightcolumnheadline2 h4 {
	color:#db1b14;
	line-height:1.2em;
}
.rightcolumntext td {
	font-family: 'RobotoLight', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#fff;
	margin: 0;
	padding: 12px 8px 4px 10px;
}
.rightcolumntext a {
	color:#fcb3af;
}
.teaser img{
	margin: 0;
	padding: 0px 9px 0px 0px;
}
.tableStoff {
	border-collapse: collapse;
	border: 1px dashed silver;
	font-size:.8em;
	
}
.tableStoff th {
	font-weight:normal;
	border: 1px dashed silver;
	vertical-align:top;
	font-color:#fff;
	background-color:#999;
}
.tableStoff td {
	border: 1px dashed silver;
}
.tableChecked {
	align:centre;
	background-image:url(../img/checked.png);
	background-repeat:no-repeat;
	background-position:center;
}
.tableUnchecked {
	align:centre;
	background-image:url(../img/unchecked.png);
	background-repeat:no-repeat;
	background-position:center;
}
.tablePink {
	align:centre;
	background-image:url(../img/color_pink.png);
	background-repeat:no-repeat;
	background-position:center;
}
.tableGrey {
	align:centre;
	background-image:url(../img/color_grey.png);
	background-repeat:no-repeat;
	background-position:center;
}
.tableYellow {
	align:centre;
	background-image:url(../img/color_yellow.png);
	background-repeat:no-repeat;
	background-position:center;
}
.tableWhite {
	align:centre;
	background-image:url(../img/color_white.png);
	background-repeat:no-repeat;
	background-position:center;
}
.tableBlack{
	align:centre;
	background-image:url(../img/color_black.png);
	background-repeat:no-repeat;
	background-position:center;
}
.tableBlackBlue {
	align:centre;
	background-image:url(../img/color_blackblue.png);
	background-repeat:no-repeat;
	background-position:center;
}
.tablePinkGrey {
	align:centre;
	background-image:url(../img/color_pinkgrey.png);
	background-repeat:no-repeat;
	background-position:center;
}

.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
#footer {
	margin-top: 30px;
	min-height: 300px;
	background:#373737;
	padding:0px;
}
#footerNavi {
	margin: 0 auto;
	padding:0;
	width: 960px;
	height: 65px;
	background:#474747;
    font-size: .95em;
}
.linkcontainer ul {
	list-style:none;
	margin-top: 22px;
}
#footer li {
	display:inline-block;
	padding:0;
	padding-right: 13px;
}
#footer li a {
	margin: 0;
	padding:0;
	text-decoration:none;
	color: #fff;
}
#footer li a:Hover {
	background-image: url(../img/footerLink.png);
	background-position: left bottom;
	padding-bottom: 20px;	
	background-repeat: repeat-x;
}
#footer li a.lights {
	background-image: url(../img/footerLink.png);
	background-position: left bottom;
	padding-bottom: 20px;	
	background-repeat: repeat-x;
}
#footer li a.lightsDown {
	background-image: url(../img/footerLink.png);
	background-position: left bottom;
	padding-bottom: 10px;	
	background-repeat: repeat-x;
}
#footerBottom {
	font-family: 'RobotoLight', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	width: 940px;
	margin: 0 auto;
	padding: 55px 0px 0px 0px;

}
#footerBottom li a:Hover {
	padding-bottom: 10px;
}
#footerBottom ul {
	padding: 0;
}
.trademark {
	font-size: 12px;
	color: #999;
}
#footerBottomLeft {
	width: 680px;
}
#footerBottomLeft img{
	margin-left:30px;
}
#footerBottomLeft ul,
#footerBottomLeft li {
	margin:0 36px 20px 0;
	padding:0;	
}