/* FARBSCHEMA ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

Bg-Farbe: 	#36251A > Braun
Links:	  	#888 > Grau
Hover:	  	#721319 > Orange

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */



/* RESET :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
}
 
fieldset,img {  
	border:0; 
}
 
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
}
 
ol,ul { 
	list-style:none; 
} 

h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

a, a:hover {
	text-decoration: none;
}



/* GRUNDKONFIGURATION ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

html{
	font-size:100%;
	height: 100%;
}

body{
	font-family:"Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 19px;
	color:#888;
	background-image: url(../../images/body_bg.gif);
}


h1 a {
	font-size: 30px;
}

h2 {
	font-size: 24px;
	color: #666;
	letter-spacing: -1px;
	margin-top: 1px;
	line-height: 24px;
	margin-left: -3px;
}

h3 {
	font-size: 19px;
	line-height: 22px;
	letter-spacing: -1px;
	color: #666;
	margin-left: 0px;
	margin-bottom: 18px;
}

body.main h3 {

}

h4 {
	font-size: 18px;
	color: #777;
	height: 23px;
	background-image: url(../../images/subnavi_linie.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 30px;
}

a {
	color: #888;
	text-decoration: underline;
}

a:hover {
	color: #721319;
	text-decoration: underline;
}

em {
	color: #721319;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	padding-left: 2px;
}

b {
	color: #000;
	font-weight: normal;
}

li a b {
	color: #FFFFFF;
}

strong.none {
	color: #888888;
	text-transform: none;
	font-size: 14px;
	font-weight: normal;
}

strong {
	font-size: 12px;
	font-weight: bold;
	color: #721319;
	text-transform: uppercase;
}

.faq strong {
	padding-top: 25px;
}

.faq strong:first-Child {
	padding: 0px;
	border: none;
}


address {
	color: #999999;
	font-size: 11px;
}

address strong {
	color: #666;
}



/* Floatings :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.left {
	float: left;
	width: auto;
}

.center {
	float: left;
	width: auto;
}

.right {
	float: right;
	width: auto;
}

.clearer {
	clear: both;
	width: auto;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}

.centered {
	margin: 0px auto;
}

.overflow {
	overflow: hidden;
    text-indent: -999px;
	font-size: 0px;
	line-height: 0px;
}



/* BOXEN ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#webContainer{
	width:900px;
	margin:0px auto;
	margin-top: 21px;
}

#miniNavi li {
	float: left;
	width: auto;
	font-size: 12px;
	font-weight: bold;
	color: #777;
	padding-left: 5px;
	padding-right: 9px;
	background-image: url(../../images/subnav_trenner.png);
	background-position: right;
	background-repeat: no-repeat;
	margin-bottom: 6px;
}

#miniNavi li.last {
	background: none;
	padding-right: 0px;
	margin-right: -2px;
}

#miniNavi a {
	color: #777;
	text-decoration: none;
}

#miniNavi a:hover, #miniNavi a.active {
	color: #721319;
}

#header {
	position: relative;
}

#header #logo {
	width: 145px;
	height: 80px;
	background: url(../../images/dh_logo.png) no-repeat;
	_background: url(../../images/dh_logo.gif) no-repeat;
	position: absolute;
	left: 746px;
	_left: 750px;
	top: 24px;
	_top: 22px;
	z-index: 2;	
}

#header #logo a {
    display: block;
    width: 100%;
    height: 100%;
}

#headerBild {
	height: 250px;
	position: relative;
	background-image: url(../../images/webcontainer_bg.png);
}

#headerBild img {
	padding-left: 1px;
}

#headerBild .ecke {
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	width: 26px;
	height: 26px;
	background-image: url(../../images/headerbild_ecke.png);
	margin-left: -3px;
	margin-top: -3px;
	_display: none;
}

#mainNavi {
	position: relative;
	width: 920px;
	height: 165px;
	overflow: hidden;
	margin-left: -11px;
	margin-top: -11px;
	_position: relative;
	_top: -15px;
	_left: -11px;
	_margin: 0px;
	background-image: url(../../images/navi_bg.png);
	_background-image: url(../../images/navi_bg.gif);
	background-repeat: no-repeat;
}

#mainNavi ul {
	margin: 0px;
	padding: 0px;
}

#mainNavi li {
	color:#FFFFFF;
	background-position: bottom center;
	background-repeat: repeat-x;
	display:block;
	float:left;
	font-size:14px;
	margin-top:5px;
	padding-bottom:9px;
	padding-top:130px;
	text-align:center;
	text-transform:uppercase;
	width:230px;
	_width: 229px;
	cursor: pointer;
}

#mainNavi li.planika {
	background-image: url(../../images/navi_planika.png);
	width: 230px;
	/*margin-left: 1px;*/
}

#mainNavi li.planika:hover, #mainNavi li.planika.active {
	background-image: url(../../images/navi_planika_hover.png);
}

#mainNavi li.panele {
	background-image: url(../../images/navi_panele.png);
}

#mainNavi li.panele:hover, #mainNavi li.panele.active {
	background-image: url(../../images/navi_panele_hover.png);
}

#mainNavi li.kabinen {
	background-image: url(../../images/navi_kabinen.png);
}

#mainNavi li.kabinen:hover, #mainNavi li.kabinen.active {
	background-image: url(../../images/navi_kabinen_hover.png);
}

#mainNavi li.technik {
	background-image: url(../../images/navi_technik.png);
}

#mainNavi li.technik:hover, #mainNavi li.technik.active {
	background-image: url(../../images/navi_technik_hover.png);
}

#mainNavi li.wasser {
	background-image: url(../../images/navi_wasser.png);
}

#mainNavi li.wasser:hover, #mainNavi li.wasser.active {
	background-image: url(../../images/navi_wasser_hover.png);
}

#mainNavi li.kontakt {
	background-image: url(../../images/navi_kontakt.png);
	_width: 233px;
}

#mainNavi li.kontakt:hover, #mainNavi li.kontakt.active {
	background-image: url(../../images/navi_kontakt_hover.png);
}

#mainNavi li.ueberuns {
	background-image: url(../../images/navi_ueberuns.png);
}

#mainNavi li.ueberuns:hover, #mainNavi li.ueberuns.active {
	background-image: url(../../images/navi_ueberuns_hover.png);
}

#mainNavi a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}

#inhalt {
	margin-top: -3px;
	_margin-top: -18px;
	background-image: url(../../images/webcontainer_bg.png);
}

#hauptSpalte p {
	margin-top: 16px;
	width: 500px;
}

#hauptSpalte ul.newsList p {
    width: auto;
}

#hauptSpalte ul.downloads p, #hauptSpalte .downloads p {
	margin-top: 0px;
}

#hauptSpalte .produktInfo p {
	width: auto;
}

#hauptSpalte {
	width: 539px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 40px;
	border-right: 1px solid #ddd;
}

#randSpalte {
	width: 240px;
	padding-top: 40px;
	padding-left: 30px;
	padding-right: 29px;
	margin-right: 1px;
	font-size:12px;
	overflow: hidden;
}

#randSpalte em {
	display: block;
	margin-bottom: 10px;
}

#subNavi {
	font-size: 14px;
	color: #777;
	height: 23px;
	background-image: url(../../images/subnavi_linie.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 30px;
	padding-left: 2px;
}

#subNavi li {
	float: left;
	width: auto;
	height: 18px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-right: 2px solid #EBEBEB;
	background-image: url(../../images/subnavi_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#subNavi .first {
	padding-left: 0px;
}

#subNavi a {
	text-decoration: none;
}

#subNavi li.active {
	background-image: none;
	background-color: #fff;
	height: 20px;
}

#subNavi li.active a {
	color: #000;
}


/* Bilderliste */

ul {
	padding-left: 0px;
}

#bilderListe {
	padding-left: 0px;
}

#bilderListe li {
	padding-bottom: 22px;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 24px;
}

.newsList li,
.miniInfo {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ddd;
}

#bilderListe li:hover {
	background-image: url(../../images/bilderliste_li_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom: 1px solid #ddd;
}

#bilderListe .left, #bilderListe .right {
	margin-top: 10px;
	margin-left: 0px;
}

#bilderListe .left {
	width: 320px;
	margin-left: -2px;
	padding-right: 20px;
	border-right: 1px solid #ddd;
}

#bilderListe .right {
	width: 185px;
}

#bilderListe em {
	position: relative;
	top: -3px;
}

#bilderListe .left p {
	margin-left: 1px;
}

#bilderListe .right li {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 12px;
	padding-left: 20px;
	background-image: url(../../images/bilderliste_li.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin-left: 2px;
}

#bilderListe .text li, .text li {
	margin: 0px;
	padding: 0px;
	border: none;
	padding: 0 0 1px 21px;
	background-image: url(../../images/bilderliste_li.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-left: 2px;
	border: none;
}

.text div ul {
	margin-top: 15px;
}

#bilderListe .right ul {
	margin-top: -3px;
}

#randSpalte em {
	color: #666;
}

#randSpalte b {
	color: #721319;
}

.bildZwei {
	position: absolute;
	top: 0px;
	height: 150px;
	left: 338px;
	border-left: 2px solid #F2EAE7;
	width: 199px;
	overflow: hidden;
}


/* Forms */
form#direktAnfrage {
	margin-top: 15px;
	_margin-top: -15px;
}

#randSpalte .loader {
    height: 20px;
    display: none;
    background: url('../../images/loader.gif') no-repeat -5px 0px;
    font-size: 0px;
    line-height: 0px;
}

#randSpalte .jsRC, form#direktAnfrage {
	_width: 240px!important;
	_display: inline!important;
	*width: 240px!important;
	*display: inline!important;
}

form#direktAnfrage input,
.loginForm input[type=text],
.loginForm input[type=password] {
	width: 235px;
	height: 19px;
	font-size: 12px;
	color: #888;
	font-family:"Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	background-image: url(../../images/input_text_kontakt.png);
	background-color: transparent;
	border: none;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 1px;
	margin-bottom: 5px;
}

form#direktAnfrage input { 
	_width: 229px;
	_height: 18px;
	_padding: 2px;
	_padding-left: 6px;
	_font-family:"Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	_color: #888;
	_font-size: 12px;
	_border: 1px solid #C5C5C5;
	_background: none;
	_margin-bottom: 2px;
}

form#direktAnfrage input:focus,
.loginForm input[type=text]:focus,
.loginForm input[type=password]:focus {
	color: #000;
	background-image: url(../../images/input_text_kontakt_focus.png);
}

form#direktAnfrage textarea {
	width: 234px;
	height: 101px;
	font-size: 12px;
	color: #888;
	font-family:"Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	background-image: url(../../images/input_textarea_kontakt.png);
	_background-image: url(../../images/input_textarea_kontakt.gif);
	background-color: transparent;
	border: none;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-top: 1px;
	line-height: 20px;
	padding-right: 1px;
}

form#direktAnfrage textarea:focus {
	color: #000;
	background-image: url(../../images/input_textarea_kontakt_focus.png);
}

form#direktAnfrage .submit {
	width: 144px;
	height: 25px;
	background-image: url(../../images/input_submit_kontakt.png);
	background-color: transparent;
	border: none;
	overflow: hidden;
	text-indent: 900px;
	font-size: 0px;
	line-height: 0px;
	cursor: pointer;
	_float: left;
	*float: left;
}

form#direktAnfrage .submit:hover {
	background-image: url(../../images/input_submit_kontakt_hover.png);
}



/* NEWS :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

ul.newsList > li {
    clear: both;
}

ul.newsList li img {
    float: left;
    border-right:1px solid #DDDDDD;
    margin-right:20px;
    padding-right:20px;
    width: 160px;
}

ul.newsList .inset {
    margin-left: 200px;
}

/* LOGINFORM :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.loginForm {
    margin-bottom: 40px;
}
.loginForm h2 {
    font-size: 16px;
    color: #721319;
    margin-bottom: 20px;
}

.loginForm LABEL {
    display: inline-block;
    width: 60px;
    font-size: 14px;
}

.loginForm input[type=submit] {
	margin-top: 10px;
}

/* DOWNLOADS ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

ul.downloads li .icon {
    width: 58px;
    height: 58px;
    border: solid #CCC 1px;
    padding: 1px;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}

ul.downloads li .icon.pdf, .downloads li .pdf {
	background: url(../../images/icon_pdf.png) no-repeat 1px 1px;
}



/* KLASSEN :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.bild {
	position: relative;
	margin-bottom: 2px;
}

.bild div.iconLightbox {
	position: absolute;
	left: 513px;
	top: 125px;
	width: 26px;
	height: 25px;
	background: url(../../images/icon_lightbox.png) left top no-repeat;
	display: block;
	border-bottom: 0px;
	z-index: 2;
    cursor: pointer;
}

.bild div.iconLightbox:hover,
.bild div.iconLightbox.hovered {
	background-image: url(../../images/icon_lightbox_hover.png);
}

.miniInfo em {
	margin-bottom: 6px!important;
}

.miniInfo img {
	margin-right: 15px;
	margin-top: 3px;
	margin-bottom: 20px;
}

.miniInfo {
	padding-bottom: 14px;
}

.footer {
	font-size: 12px;
	color: #AAA;
	margin-bottom: 20px;
	margin-top: 30px;
}

.footer a{
	color: #AAA;
}

.footer a:hover {
	color: #721319;
}

#randSpalte input.error {
	background-image:url(../../images/input_text_kontakt_focus.png);
	_background: none;
}

#randSpalte textarea.error {
	background-image:url(../../images/input_textarea_kontakt_focus.png);
	_background-image: url(../../images/input_textarea_kontakt.gif);	
}


#randSpalte .errors {
	background-color:#E2C3BE;
	font-size:11px;
	margin:2px 0 15px;
	padding:10px 10px 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#randSpalte .errors em {
	font-size: 11px;
	display: inline;		
	color:#721319;
	text-transform: none;
}

