html, body { height: 100%; }

body {
/*	background: url(media/bg.jpg) repeat-y center center;*/
	padding: 0;
	margin: 0 auto;
	font-family: Arial, "MS Trebuchet", Helvetica, sans-serif;
	font-size: 10pt;
}

/*** framework ***/

#fwHeader {
	position: relative;
	display: block;
	background: #fff;
}
/*#fwHeader #Logo { background: #fff url(media/logo.gif) no-repeat center center; }*/
/*#fwHeader #Logo h1 { display: none; }*/

h1 {
	padding: 15px 0 0 18px;
	background: #fff;
}

#fwContentLeft {
	display: none;
}
#fwContentRight {
	padding: 10px;
	line-height: 18px;
	margin-bottom: 80px;
}
#fwContent #fwContentLeft {
	border-right: 1px solid #fff;
}
#fwContent #fwContentRight .Headline { border-bottom: 3px solid #ab2a00; }
#fwFooter #fwContentLeft {
	border-top: 1px solid #fb9d46;
}
#fwFooter #fwContentRight {
	border-top: 1px solid #777;
}
#fwFooter {
	display: none;
}


#fwClear {
	clear: both;
	height: 41px;
}

/*** navigation ***/

.navSiteservice {
	display: none;
}
ul.nav {
	display: none;
}




/*** other elements ***/
#fwHeader div#Teaser {
	border-bottom: 3px solid #ab2a00;
	padding: 15px 18px 0 18px;
	background: #fff;
}
div.Headline {
	height: 45px;
	margin: -10px -10px 17px -10px;
	padding: 15px 0 0 18px;
}



/****** Produkte A-Z ******/
.PAZcol {
	width: 48%;
	float: left;
}
.PAZfloatCol {
	width: 48%;
	float: left;
	clear: none;
	margin-left: 4%;
}
.PAZblock {
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 17px;
}
.PAZchar {
	height: 17px;
	line-height: 17px;
	background: #e77205;
	margin: 0 0 7px 0;
	color: #fff;
	font-weight: bold;
}
.PAZline {
	border-bottom: 1px solid #c4c4c4;
	color: #444;
}
.PAZchar,
.PAZline {
	height: 17px;
	line-height: 17px;
	padding: 0 8px 0 8px;
}



/****** News ******/
#fwContentLeft div.Headline {
	margin: 0;
	border-bottom: 3px solid #ab2a00;
}

#fwContentLeft p {
	padding: 18px;
	border-top: 1px solid #fff;
	color: #ea6300;
	margin: 0;
}
#fwContentLeft p strong {
	color: #703000;
	line-height: 20px;
}
#fwContentLeft p a {
	font-size: 9px;
	color: #703000;
	text-decoration: none;
	line-height: 15px;
}
#fwContentLeft p a:hover {
	color: #ea6300;
}





/****** Other Styles ******/

img { border: none; }


.csc-header {
}




/****** Produktgruppen & -details ******/
#prodTable .r2 td div.mooOpener {
	float: right;
	clear: none;
	display: block;
	max-width: 70px;
	text-align: right;
} * html #prodTable .r2 td div.mooOpener { width: 70px; }

div.mooOpener a {
	padding-left: 10px;
/*	background: url(media/pro_details_doppel.gif) no-repeat center left;*/
}

div.mooOpener a.open {
/*	background: url(media/pro_details_singel.gif) no-repeat center left;*/
}

/*div.mooOpener a:hover { background: url(media/pro_details_singel.gif) no-repeat center left; }*/

#prodTable tr .cL {
	padding-left: 8px;
	width: 388px;
}
#prodTable tr .cR {
	width: 148px;
	border-left: 1px solid #fff;
}

#prodTable .r1 .cL {
	color: #fff;
	background: #777;
}
#prodTable .r1 .cR {
	color: #fff;
	background: #e77205;
}
#prodTable .r2 td { min-height: 100px; }
* html #prodTable .r2 td { height: 100px; }

#prodTable .r2 td.cL {
	padding: 8px 16px 8px 8px;
	background: #e9e9e9;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#prodTable .r2 td.cR {
	border-left: 1px solid #fff;
	width: 148px;
}
#prodTable .r3 { height: 11px; }

#prodTable .r2 td p {
	margin-top: 0;
	width: 290px;
	float: left;
	clear: none;
	display: block;
}

#prodTable tr.moDetail,
#prodTable tr.moDetail td {
	display: block;
}

#prodTable tr.rDetHead td {
	background: #e9e9e9;
	border-top: 1px solid #c4c4c4;
	height: 17px;
	line-height: 17px;
	padding-left: 8px;
	color: #444;
}
#prodTable tr.rDet td {
	border-bottom: 1px solid #c4c4c4;
	height: 17px;
	line-height: 17px;
	padding-left: 8px;
	color: #444;
}


/*** other elements ***/
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #444;
	margin: 0;
	padding: 0;
}

h3 {
	font-weight: bold;
	font-size: 12px;
	padding: 7px 7px 0 7px;
	margin: 0;
	color: #777;
	clear: both;
}

h4 {
	font-weight: bold;
	font-size: 15px;
	padding: 7px 7px 0 7px;
	margin: 0;
	color: #777;
	clear: both;
}

strong {
	font-weight: bold;
	color: #777;
}

.text p {
	padding: 7px 7px 10px 7px;
}

.text p {
	margin: 7px 7px 14px 7px;
	padding: 0;
	clear: left;
}

.text .textBorder {
	border-bottom: #c4c4c4 1px solid;
	clear: both;
}




a {
	text-decoration: none;
	color: #ea6300;
}
a:hover {
	color: #703000;
}

#fwContent #fwContentRight ul li {
	list-style-image: url(media/ico_list.gif);
	/*list-style-position: outside;*/
}
#fwContent #fwContentRight ul li p {
	margin: 0;
	padding: 0;
}
