/* Standard HTML-Formate #####################*/
body {
	background: url("bg_body.png") repeat-x;
	color: #264772;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
}

a, 
a:link, 
a:visited, 
a:hover, 
a:active {
	color: #940C0C;
	text-decoration: underline;
}

a:hover, 
a:active {
	color: #940C0C;
	text-decoration: none;
}

h1 {
	border-bottom: 2px solid #940C0C;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 20px 0 5px 0; 
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}

img {
	border: none;
}

p {
	margin: 0 0 6px 0;
}

ul {
	list-style-type: square;
	list-style-image: url("li-normal.png");
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px 0px 6px 14px;
}
/* END Standard HTML-Formate */


/* Suche #####################*/
#suche {
	background-color: #009CDA;
	color: #FFFFFF;
	padding: 10px;
}

#suche input.button {
	font-size: 10px;
	height: 22px;
}

input.search {
	background: #F5F8F9 url("bg_input.png") repeat-x;
	margin-top: 5px;
	width: 76%;
}

#searchHelp {
	border: 1px solid #CDCF00;
	background: #FFFFD0;
	color: #333333;
	font-size: 10px;
	padding: 10px;
	position: absolute;
	width: 310px;
	visibility: hidden;
	z-index: 999;
}

ul.searchresult {
	list-style-type: none;
	list-style-image: none;
}

ul.searchresult li {
	margin: 0 0 10px 0;
}

ul.searchresult h4 {
	margin: 0 0 3px 0;
}
/* END Suche */


/* Breadcrumb #####################*/
#breadcrumb {
	width: 645px;
	padding: 6px 0;
}
#breadcrumb a:link, 
#breadcrumb a:visited {
}
#breadcrumb a:hover, 
#breadcrumb a:active {
}
/* END Breadcrumb */


/* Formularformate #####################*/
form {
	margin: 0;
	padding: 0;
	display: inline;
}

label {
	float: left;
	width: 120px;
}

fieldset {
	border: 1px solid #748BA1;
}

legend {
	color: #748BA1;
	font-weight: bold;
}

input, 
select, 
textarea {
	border: 1px solid #748BA1;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input {
	padding: 2px 3px;
}

input[type="checkbox"] {
	border: none;
}

textarea {
	padding: 3px;
}

input.text, 
textarea.textarea {
	width: 70%;
}

#form-module .element {
	margin: 6px 0px;
}

input:hover, 
select:hover, 
textarea:hover {
}

input:focus, 
select:focus, 
textarea:focus {
	border: 1px solid #295178;
}

.button {
	background-color: #D0D0D0;
	background-image: url(backgroundbtn.gif);
	background-repeat: repeat-x;
	border-color: #BEBEBE #888888 #888888 #BEBEBE;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	margin: 0;
	padding: 0px 6px;
}
.button:hover, 
.button:active {
	background-color: #E5E5E5;
	color: #222222;
	text-decoration: none;
}
/* END Formularformate */


/* Navigation #####################*/
#mainnavi {
	background: #295178 url("bg_navi.png");
	border-top: 1px solid #CFD1D4;
	border-bottom: 1px solid #CFD1D4;
	font-size: 13px;
	text-transform: uppercase;
	height: 31px;
	line-height: 18px;
	margin: 0;
	padding: 0 15px 0 27px;
}

#navi,
#navi ul {
	background: url("spacer.gif");
	font: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 100;
}

#navi li {
	float: left;
	margin: 0;
}

/* Unterebenen ul */
#navi li ul {
	background-color: #E8EDF6;
	text-transform: none;
}

/* Unterebenen li */
#navi li li {
	float: none;
	white-space: nowrap;
}

/* Hauptebene a */
#navi li a {
	background: url("li-navi.png") 0 16px no-repeat;
	color: #FFFFFF;
	display: block;
	float: left;
	height: auto;
	padding: 6px 8px 7px 8px;
	text-decoration: none;
}

/* Unterebenen a */
#navi li li a {
	color: #123353;
	background: none;
	border: 1px solid #123353;
	border-top: none;
	float: none;
}

#navi li:hover {
	position: relative;
	z-index: 100;
}

#navi a:hover {
	text-decoration: underline;
	position: relative;
	z-index: 100;
}

#navi li:hover>a {
}

/* Positionierung 2. Ebene */
#navi :hover  ul {
	left: 0;
	top: 30px;
	z-index: 300;
}

/* Unterebenen verstecken */
#navi ul {
	position: absolute;
	left: -9000px;
	top: -9000px;
}

/* Positionierung ab 3. Ebene f�r Standardkonforme Browser */
#navi li:hover li:hover>ul {
	margin-left: 100%;
	left: 0;
	top: 0;
}

/* Positionierung ab 5. Ebene f�r Standardkonforme Browser */
#navi li:hover li:hover li:hover li:hover>ul {
	margin-left: -100%;
	left: 0;
	top: 0;
}

/* weitere Ebenen verstecken */
#navi li:hover>ul ul {
	position: absolute;
	left: -9000px;
	top: -9000px;
	width: auto;
}

/* Hover des Unterebenenpfads */
#navi li:hover li:hover>a {
	background-color: #123353;
	color: #E8EDF6;
}

/* Aktiv Formate */
#navi a.navActive {
	font-weight: bold;
}

#navi li:hover li>a.navActive {
	font-weight: bold;
}
/* END Navigation */


/* Sitemap #####################*/
.sitemap1 ul {
	list-style-type: circle;
	margin: 2px 0px 14px 20px;
	padding: 0px;
}
.sitemap1 li {
	margin: 2px 20px;
}
/* END Sitemap */

/* Newsboxen #####################*/
.newsContainerLeft {
	margin-left: -15px;
}

.teaser {
	background: url("bg_box.png") no-repeat;
	margin-bottom: 30px;
	padding: 15px 0 0 15px;
}

.teaser .date {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}

.teaser h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 6px 0;
}
/* END Newsboxen */


/* START Infoboxen #####################*/
.box {
}
/* END Infoboxen */


/* START Produkt / Produktliste #####################*/
.product,
.productOther {
	clear: both;
	margin-bottom: 30px;
	border-top: 1px dotted #D3D4D6;
	padding-top: 30px;
}

.product:first-child,
.productOther:first-child {
	border: none;
	padding-top: 0;
}

.product dfn,
.productOther dfn {
	font-weight: bold;
	font-style: normal;
	display: block;
}

.textBox {
	float: left;
	width: 470px;
}

.textBox h2 {
	font-size: 13px;
	margin: 0 0 6px 0;
}

.textBox ul {
	margin: 12px 0 0 0;
	list-style-type: none;
	list-style-image: none;
}

.textBox li {
	margin: 0 0 6px 0;
	padding-left: 25px;
	background: url("pdf_icon.png") 0 2px no-repeat;
}

.imageBox {
	float: left;
	width: 75px;
	margin-left: 30px;
}

.imageBox img {
	border: 1px solid #C7EAF8;
	margin: 2px 0;
}

.nrBox {
	float: left;
	width: 110px;
	margin-left: 30px;
}

.productOther .nrBox {
	float: left;
	width: 210px;
	margin-left: 30px;
}

.nrBox dl {
	margin: 6px 0;
}

.nrBox dt {
	font-weight: bold;
	border-top: 1px dotted #D3D4D6;
	padding-top: 6px;
}

.nrBox dt.first {
	border: none;
	padding-top: 0;
}

.nrBox dd {
	margin: 0 0 6px 0;
	font-style: italic;
}

.attributeBox {
	float: right;
	width: 135px;
	margin-left: 30px;
}

.attribute {
	height: 11px;
	margin: 2px 3px;
	width: 0px;
}

.attributeBox .m1 { background: url("m-icon1.gif") repeat-x; }
.attributeBox .m2 { background: url("m-icon2.gif") repeat-x; }
.attributeBox .m3 { background: url("m-icon3.gif") repeat-x; }
.attributeBox .m4 { background: url("m-icon4.gif") repeat-x; }
.attributeBox .m5 { background: url("m-icon5.gif") repeat-x; }
.attributeBox .m6 { background: url("m-icon6.gif") repeat-x; }
.attributeBox .m7 { background: url("m-icon7.gif") repeat-x; }
.attributeBox .m8 { background: url("m-icon8.gif") repeat-x; }

.wth { width: 0px; }
.wth1 { width: 12px; }
.wth2 { width: 24px; }
.wth3 { width: 36px; }
.wth4 { width: 48px; }
.wth5 { width: 60px; }
.wth6 { width: 72px; }
.wth7 { width: 84px; }
.wth8 { width: 96px; }
.wth9 { width: 108px; }
.wth10 { width: 120px; }

.attributeFooter {
	background: url("merkmal-nr.gif") no-repeat;
	height: 11px;
	width: 126px;
	margin-top: 6px;
}

.clearer {
	clear: both;
}
/* END Produkt / Produktliste */


/* START category / productHeader #####################*/
.productHead {
	border-bottom: 4px solid #295178;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.productHead dfn {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	display: block;
}
.categoryHead .phImg,
.productHead .phImg {
	background: url("bg_productHead.gif") 0 40px repeat-x;
	text-align: right;
}

.productHead .mBox1,
.productHead .mBox2 {
	font-size: 12px;
}

.productHead .mBox1 {
	float: left;
}

.productHead .mBox2 {
	width: 700px;
	float: right;
}

.productHead .catBox {
	clear: both;
	padding-top: 20px;
}

.productHead .catBox .navActive {
	font-weight: bold;
}

.productHead .catBox dfn {
	display: inline;
}

.productHead li {
	list-style-image: none;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0 2px;
	margin: 0;
	padding-left: 20px;
}

.productHead .m1 { background-image: url("m-icon1.gif"); }
.productHead .m2 { background-image: url("m-icon2.gif"); }
.productHead .m3 { background-image: url("m-icon3.gif"); }
.productHead .m4 { background-image: url("m-icon4.gif"); }
.productHead .m5 { background-image: url("m-icon5.gif"); }
.productHead .m6 { background-image: url("m-icon6.gif"); }
.productHead .m7 { background-image: url("m-icon7.gif"); }
.productHead .m8 { background-image: url("m-icon8.gif"); }

/* END category / productHeader */


/* Startseite Liste #####################*/
.startlist {
	list-style-image: none;
	list-style-type: none;
}

.startlist li {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0 0 1px 0;
}

.startlist li a, 
.startlist li a:link, 
.startlist li a:visited {
	color: #FFFFFF;
	text-decoration: none;
	height: 42px;
	display: block;
	padding: 23px 0 0 90px;
}

.startlist li a:hover, 
.startlist li a:active {
	text-decoration: underline;
}

.startlist .head {
	background: #E1E1E1 url("bg_start-head.jpg") no-repeat;
	color: #696D71;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;;
	font-size: 15px;
	text-transform: uppercase;
	height: 31px;
	padding: 13px 0 0 90px;
}

.startlist .spuelkueche { background: #67799A url("bg_start-spuelkueche.jpg") no-repeat; }
.startlist .altenheim { background: #A8B3A8 url("bg_start-altenheim.jpg") no-repeat; }
.startlist .catering { background: #9CBEA5 url("bg_start-catering.jpg") no-repeat; }
.startlist .gastronomie { background: #D18C8C url("bg_start-gastronomie.jpg") no-repeat; }
.startlist .housekeeping { background: #D1B18C url("bg_start-housekeeping.jpg") no-repeat; }
.startlist .personalhygiene { background: #D2A564 url("bg_start-personalhygiene.jpg") no-repeat; }
.startlist .spezialreiniger { background: #8E6778 url("bg_start-spezialreiniger.jpg") no-repeat; }
.startlist .dosierhilfen { background: #7EA2B2 url("bg_start-dosierhilfen.jpg") no-repeat; }
.startlist .beratung { background: #67799A url("thump_beratung.jpg") no-repeat; }
.startlist .entwicklung { background: #A8B3A8 url("thump_entwicklung.jpg") no-repeat; }
.startlist .produktdesign { background: #9CBEA5 url("produktdesign.jpg") no-repeat; }
.startlist .fertigung { background: #D18C8C url("fertigung.jpg") no-repeat; }
.startlist .qualitaet { background: #D1B18C url("qualitaet.jpg") no-repeat; }

/* END Startseite Liste */


/* Allgemein #####################*/
#frame {
	margin: 0px auto;
	width: 947px;
	background-color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#headerContainer {
}

#logo {
	background: #FFFFFF;
	border-bottom: 2px solid #6B7072;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 35px 15px 0 23px;
	height: 60px;
}

#customMenu {
	float: right;
	margin-top: 36px;
}

#header {
	height: 215px;
}

#breadcrumbContainer {
	background: #D8D8D8 url("bg_breadcrumb.png") repeat-x;
	border-top: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 15px 10px 27px;
}

#searchContainer {
	float: right;
	width: 240px;
	text-align: right;
}

#contentContainter {
	margin: 10px 15px 0 27px;
}

/* 2-Spalten schmal Inhalt */
#contentMain2 {
	margin: 15px 0px 0 159px;
	border-left: 1px solid #D3D4D6;
	padding-left: 20px;
}

/* 2-Spalten schmal links */
#contentLeft2 {
	float: left;
	width: 150px;
}

/* Produktkategorie Inhalt */
#categoryMain {
	margin: 15px 0px 0 159px;
	border-left: 1px solid #D3D4D6;
	padding-left: 20px;
	width: 460px;
}

/* Produktkategorie links */
#categoryLeft {
	float: left;
	width: 150px;
}

/* Produktkategorie rechts */
#categoryRight {
	float: right;
	width: 250px;
}

/* 2/3-Spalten breit Inhalt */
#contentMain2b,
#contentMain3 {
	margin: 15px 0px 0 255px;
}

/* 3-Spalten Inhalt */
#contentMain3 {
	width: 400px;
}

/* 2/3-Spalten breit links */
#contentLeft2b,
#contentLeft3 {
	float: left;
	width: 230px;
}

/* 3-Spalten rechts */
#contentRight3 {
	float: right;
	width: 220px;
}

#contentClear {
	clear: both;
}

#footer {
	border-top: 1px solid #D3D4D6;
	font-size: 12px;
	text-align: center;
	margin: 20px 15px 10px 27px;
	padding-top: 10px;
}

.fett {
	font-weight: bold;
}
/* END Allgemein */


/* Accordion #####################*/
.accordion .panel {
    /* IE Hack */
    margin: 0;
    padding: 0;
}

.accordion h3 {
    background: #264772;
    color: #FFFFFF;
    font-size: 14px;
    text-transform: none;
    padding: 3px 6px;
}

.accordion li.active {
	list-style-image: url("li-down.png");
}

.accordion li.active h3 {
    background: #34639B;
}

a.accordion-opener {
    color: #FFFFFF;
    text-decoration: none;
}

.accordion p {
    padding-top: 10px;
}
/* END Accordion */

