body {
	padding: 0;
	margin: 0;
	font-family: 'Muli', sans-serif;
}

#header {
	height: 700px;
	background-color: #bad3ec;
}

#header_klein {
	height: 500px;
	background-color: #bad3ec;
}

#header_ohne {
	height: 140px;
	background-color: #bad3ec;
}

#hauptnavi {
	width: 1600px;
	height: 140px;
	left: 50%;
	margin-left: -800px;
	background-image: url(/files/layout/img/hauptnavi.png);
	position: fixed;
}

#hauptnavi .text {
	width: 1000px;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	margin-top: 22px;
	margin-left: 63px;
	margin-right: 63px;
	float: left;
	width: 132px;
	height: 97px;
	text-align: center;
}

#logo h1 {
	margin: 0;
	padding: 0;
}

#hauptnavi ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#hauptnavi ul li {
	float: left;
}

#hauptnavi ul li .navipunkt {
	width: 135px;
	height: 49px;
	padding-top: 91px;
	display: block;
	text-align: center;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}

#hauptnavi ul li .navipunkt_klein {
	height: 1px !important;
	overflow: hidden;
}

#hauptnavi ul li:hover .navipunkt {
	background-position: 0 140px;
}

#hauptnavi ul li .home {
	background-image: url(/files/layout/img/home_inaktiv.png);
}

#hauptnavi ul li.aktiv .home {
	background-image: url(/files/layout/img/home_aktiv.png);
}

#hauptnavi ul li .pools {
	background-image: url(/files/layout/img/pools_inaktiv.png);
}

#hauptnavi ul li.aktiv .pools {
	background-image: url(/files/layout/img/pools_aktiv.png);
}

#hauptnavi ul li .wasserpflege {
	background-image: url(/files/layout/img/wasserpflege_inaktiv.png);
}

#hauptnavi ul li.aktiv .wasserpflege {
	background-image: url(/files/layout/img/wasserpflege_aktiv.png);
}

#hauptnavi ul li .zubehoer {
	background-image: url(/files/layout/img/zubehoer_inaktiv.png);
}

#hauptnavi ul li.aktiv .zubehoer {
	background-image: url(/files/layout/img/zubehoer_aktiv.png);
}

#hauptnavi ul li .unternavi {
	position: absolute;
	display: none;
	border-left: 1px solid #06a7dd;
	border-right: 1px solid #06a7dd;
	width: 134px;
	overflow: hidden;
}

#hauptnavi ul li .unternavi li {
	width: 134px;
	height: 100%;
	margin-right: 1px;
	float: none;
	background-color: #6bbde4;
	border-bottom: 1px solid #06a7dd;
	font-size: 13px;
}

#hauptnavi ul li .unternavi li:hover {
	background-color: #f19402;
}

#hauptnavi ul li .unternavi li a {
	color: white;
	text-decoration: none;
	display: block;
	height: 100%;
}

#hauptnavi ul li .unternavi li .navibild {
	display: none;
}

#hauptnavi ul li .unternavi li .beschriftung {
	display: block;
	padding-left: 22px;
	padding-top: 8px;
	padding-bottom: 7px;
	background-image: url(/files/layout/img/unternavi.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#hauptnavi ul li .unternavi li:hover .navibild {
	display: block;
}

#hauptnavi ul li .unternavi .aktiv {
	background-color: #f19402;
}

#hauptnavi ul li:hover .unternavi {
	display: block;
}

#suchen {
	height: 51px;
	padding-top: 89px;
	width: 202px;
	float: left;
	overflow: hidden;
	text-align: center;
	color: white;
	background-image: url(/files/layout/img/suchen.png);
}

.suchen_klein {
	height: 3px !important;
}

#suche {
	position: absolute;
	top: 53px;
	margin-left: 25px;
}

#suchfeld {
	width: 123px;
	height: 22px;
	border: 0;
	background: transparent;
	color: #00448a;
	font-family: 'Muli', sans-serif;
}

#suchbutton {
	position: absolute;
	margin-left: 8px;
	width: 22px;
	height: 22px;
}

#slider {
	width: 1400px;
	height: 700px;
	margin-left: -700px;
	left: 50%;
	position: relative;
	color: white;
	text-shadow: 0.1em 0.1em #333;
}

.slider_klein {
	height: 500px !important;
}

#slider h2 {
	padding: 0;
	margin: 0;
	margin-top: 52px;
	font-weight: normal;
	font-size: 56px;
	line-height: 57px;
}

#slider .smalldesc {
	font-size: 26px;
}

#slider .kaesten {
	width: 290px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 11px;
	padding-bottom: 14px;
	margin-bottom: 1px;
	background-color: #ffffff;
	font-size: 26px;
	color: #000000;
	text-shadow: none;
	cursor: pointer;
}

#slider .inaktiv {
	background: url(/files/layout/img/kasten_inaktiv.png) transparent;
	color: #5a5a5a;
}

#slider .zeichen {
	background-repeat: no-repeat;
	background-position: top right;
}

#slider .aktiv .zeichen {
	background-image: url(/files/layout/img/minus.png);
}

#slider .inaktiv .zeichen {
	background-image: url(/files/layout/img/plus.png);
}

#slider .beschreibung {
	font-size: 12px;
	display: block;
}

#slider .inaktiv .beschreibung {
	display: none;
}

#content .text {
	font-size: 16px;
	color: black;
	width: 960px;
	margin: 20px auto;
	padding: 0 20px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#content .linke_spalte_startseite {
	border-right: 1px solid black;
	width: 579px;
	padding-bottom: 25px;
	float: left;
}

#content .linke_spalte_unterseite {
	width: 560px;
	float: left;
}

#breadcrumb {
	font-size: 12px;
	margin-bottom: 21px;
}

#breadcrumb_pfeil {
	vertical-align: top;
	margin-top: 1px;
	margin-right: 6px;
}

#content a {
	color: #005597;
	border:none;
}

#content h2 {
	padding: 0;
	margin: 0;
	margin-top: 22px;
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 72px;
	line-height: 64px;
}

#content h3 {
	padding: 0;
	margin: 0;
	font-size: 26px;
	font-weight: normal;
}

#content .searchresults li {
	margin-bottom: 50px;
}

#content .searchresults h4 {
	padding: 0;
	margin: 0;
	padding-bottom: 15px;
	font-size: 22px;
	font-weight: normal;
}

#content .searchresults h4 a {
	text-decoration: none;
}

#content p {
	padding: 0;
	margin: 0;
	margin-bottom: 18px;
}

#content ul {
	list-style-image: url(/files/layout/img/breadcrumb_pfeil.png);
	margin: 0;
	padding-left: 21px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 19px;
}

#content ul li {
	margin: 0;
	padding: 0;
}

#content .rechte_spalte_startseite {
	width: 340px;
	float: left;
}

#content .rechte_spalte_unterseite {
	width: 300px;
	float: left;
}

#content .linke_spalte_startseite {
	padding-right: 20px;
}

#content .linke_spalte_unterseite {
	padding-right: 80px;
}

#content .rechte_spalte_startseite, #content .rechte_spalte_unterseite {
	padding-left: 20px;
}

#content .rechte_spalte_unterseite #socialmedia {
	margin-bottom: 23px;
}

#content .informationen {
	width: 960px;
	margin-top: 50px;
}

#content .informationen .buttons {
	height: 126px;
	background-image: url(/files/layout/img/button_inaktiv.gif);
	font-size: 22px;
}

#content .informationen .buttons .aktiv {
	background-image: url(/files/layout/img/button_aktiv.gif);
}

#content .informationen .buttons .button {
	height: 100px;
	padding-top: 26px;
	width: 320px;
	float: left;
	text-align: center;
	cursor: pointer;
}

#content .informationen .buttons .icon {
	vertical-align: top;
	margin-right: 12px;
}

#content .informationen .kaesten .kasten {
	display: none;
}

#content .informationen .kaesten .aktiv {
	display: block;
}

#content .tipps {
	width: 960px;
	margin-top: 33px;
	background-color: #b0dff5;
	background-image: url(/files/layout/img/tipps_links.png);
	background-repeat: repeat-y;
}

#content .tipps .links {
	width: 334px;
	float: left;
	font-size: 22px;
}

#content .tipps .links .ueberschrift {
	height: 53px;
	padding-top: 28px;
}

#content .tipps .links .ueberschrift .gluehbirne {
	background-image: url(/files/layout/img/gluehbirne.png);
	display: block;
	width: 31px;
	height: 31px;
	float: left;
	margin-left: 40px;
	margin-right: 15px;
}

#content .tipps .links .button {
	height: 37px;
	padding-top: 13px;
	width: 271px;
	padding-left: 62px;
	background-image: url(/files/layout/img/tipp_inaktiv.gif);
	cursor: pointer;
}

#content .tipps .links .aktiv {
	background-image: url(/files/layout/img/tipp_aktiv.gif);
	color: white;
}

#content .tipps .rechts {
	width: 605px;
	padding-left: 21px;
	padding-top: 0px;
	float: left;
	font-size: 14px !important;
}

#content .tipps .rechts .kasten {
	display: none;
}

#content .tipps .rechts .aktiv {
	display: block;
}

#content .produkte {
	width: 960px;
	height: 81px;
	margin-top: 6px;
	overflow: hidden;
}

#content .produkte p {
	font-size:13px;
}

#content .produkte_aktiv {
	height: auto;
}

#content .produkte .balken {
	height: 56px;
	padding-top: 25px;
	background: #e6e6e6 url(/files/layout/img/balken_inaktiv.png) top right no-repeat; 
	cursor: pointer;
	font-size: 22px;
}

#content .produkte .aktiv {
	background: #e6e6e6 url(/files/layout/img/balken_aktiv.png) top right no-repeat;
}

#content .produkte .balken .icon {
	display: block;
	width: 85px;
	height: 45px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}

#content .produkt {
	float: left;
	padding-top: 15px;
	background-image: url(/files/layout/img/produkt.png);
	background-repeat: no-repeat;
}

#content .produkttext {
	padding: 10px;
	float: left;
	width: 220px;
}


#content .produktbild {
	padding: 10px;
	float: left;
	width: 220px;
}

#content .produkt:hover .produktbild {
	visibility: hidden;
}

#content .produkt:hover .produktbeschreibung {
	visibility: visible;
}

#content .produkt .produktbeschreibung {
	visibility: hidden;
	width: 220px;
	float: left;
	margin-left: -240px;
	margin-top: -15px;
	padding: 25px 10px 10px;
	background-color: #E6E6E6;
	background-image: url(/files/layout/img/produkt.png);
	background-repeat: no-repeat;
}

#sidebar_gross ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#sidebar_gross {
	margin-bottom: 20px;
}

.sidebar_gross {
	width: 323px;
	height: 36px;
	display: block;
	padding-left: 17px;
	padding-top: 24px;
	margin-bottom: 1px;
	color: white !important;
	text-decoration: none;
	font-size: 26px;
}

#sidebar_klein {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 521px;
}

.grosser_aufmacher {
	margin-top: 720px;
}

.kleiner_aufmacher {
	margin-top: 520px;
}

.ohne_aufmacher {
	margin-top: 160px;
}

#sidebar_klein ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

.sidebar_klein_fixed {
	position: fixed !important;
	margin-top: 160px !important;
}

.sidebar_klein {
	width: 65px;
	height: 60px;
	margin-bottom: 1px;
	background-position: right;
	display: block;
}

#sidebar_inhalt {
	padding: 20px;
}

.sidebar_ueberschrift {
	color: white;
	font-size: 26px;
	background-color: #f29402;
	height: 82px;
	margin-bottom: 30px;
}

.sidebar_grafik {
	width: 65px;
	height: 60px;
	margin-top: 7px;
	margin-left: 15px;
	margin-right: 15px;
	background-position: right;
	display: block;
	float: left;
}

.sidebar_ueberschrift .ueberschrift_text {
	display: block;
	padding-top: 23px;
}

.fuer_sie_da {
	background-image: url(/files/layout/img/fuer_sie_da.png);
}

.reklamationen {
	background-image: url(/files/layout/img/reklamationen.png);
}

.wasserpflege_faq {
	background-image: url(/files/layout/img/wasserpflege_faq.png);
}

.einkaufen {
	background-image: url(/files/layout/img/einkaufen.png);
}

.online_katalog {
	background-image: url(/files/layout/img/online_katalog.png);
}

.iphone_app {
	background-image: url(/files/layout/img/iphone_app.png);
}

#footer {
	height: 315px;
	background-color: #bad3ec;
}

#footer .text {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	color: #00448a;
	padding-top: 23px;
}

#kasten1, #kasten2, #kasten3 {
	padding-right: 50px;
	float: left;
}

#kasten1 {
	width: 107px;
}

#kasten2 {
	width: 417px;
}

#kasten3 {
	width: 193px;
}

#kasten4 {
	width: 133px;
	float: left;
}

#footer .ueberschrift {
	border-bottom: 1px solid #00448a;
	font-size: 16px;
	padding-bottom: 9px;
}

#footer ul.kasten {
	padding: 0;
	margin: 0;
	margin-top: 13px;
	list-style-type: none;
	font-size: 12px;
	float: left;
}

#footer ul.unterpunkte {
	padding-right: 27px;
}

#footer ul.kasten li {
	padding-bottom: 2px;
}

#footer ul.kasten li a {
	color: #00448a;
	text-decoration: none;
}

.pt-header {
	color:#FFFFFF;
	font-size:12px;
	text-align:left;
	border-left: 1px solid #FFFFFF;
	padding: 8px 0px 15px 15px;
	background-image: url(/files/layout/img/ptheader_background.gif);
	background-repeat: repeat-x;
} 

.pt-title {
	background-color: #f1940a;
	color:#FFFFFF;
	font-size: 24px;
	text-align:left;
	padding: 2px 0px 2px 0px;
}

.pt-copy {
	border-bottom: 1px solid #000;
	font-size: 12px;
	color:#000000;
	padding: 6px 0px 3px 0px;
}

.pt-copy:hover {
	background-color: #ececed;
}

/*  Download-Modul Download mit Bild (PDF plus Bild) 
	Beispiel CSS
**/
.dwnld{
	width:100%;
	background-color:#d0d0d0;
	display:inline-block;
	margin:6px 0;
}
.dwnld-bild{
	width:190px;
	padding:5px;
	text-align:center;
	float:left;
}
.dwnld-flaeche {
	font-weight:normal;
	text-decoration:none;
	font-size:14px;
	color:#666666;
	padding:13px 20px 13px 10px;
	background-color:#E8E8E8;
	margin:0px 4px 0 0;
    line-height: 28px;
	width:296px;
	float:right;
}

.dwnld-title {
	font-weight:bold;
	font-size:20px;
	text-decoration:none;
	color:#666666;
	padding:13px 24px 13px 10px;
	background-color:#d0d0d0;
	margin:0px;
	width:300px;
	float:right;
}