/*
	Master CSS Dahmer-Hydraulik
*/

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color:#000;
}

ol, ul {
	list-style: none;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input {
	color: #1982AA;
	border: 0px;
}

/* Ende Reset */

body {
	background-color: #DFDFDF;
	margin-bottom: 50px;
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

body #teaser-bg{
	background-image: url(../img/body-background.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

body#home #teaser-bg{
	background-image: url(../img/body-background-home.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

.wrapper{
	background-image: url(../img/body-background-image.gif);
	background-position:  center 181px;
	background-repeat: no-repeat;
	width: 960px;
	padding:0px 10px;
	margin:auto;
	position: relative;
}

#home .wrapper{
	background-image: url(../img/body-background-home-image.gif);
}
/* H1-H4 Fonts */

h1{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px;
}

h2{
	font-weight: bold;
	line-height: 24px;
	font-size: 12px;
	color: #333333;
	margin-bottom: 15px;	
	font-size: 18px;
}

h3{
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 10px;	
}

.teaser-box h2{
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	line-height: 24px;
	font-size: 12px;
	margin-bottom:5px;
}

.teaser-box h3{
	font-weight: bold;
	color: #5981B5;
	line-height: 18px;
	font-size: 12px;
	padding-bottom: 0px;
	margin-bottom:0;	
}

.teaser-box h3 a{
	color:#5981B5;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	margin-bottom:0pt;
	padding-bottom:5px;
	text-decoration: none !important;
}



/* Ende H1-H3 Fonts */

/* Header */
#header{
	height: 140px;
}
	.container-header-logo{
		padding-left: 20px;
		margin-top: 34px;
		float: left;
	}
	
	.container-header-meta-nav{
		float: right;
		text-transform: uppercase;
		color: #333333;
		font-size: 11px;
		background-image: url(../img/meta-nav-right.gif);
		background-position: right top;
		background-repeat: no-repeat;
	}
		
		ul.meta-nav-content{
			background-image: url(../img/meta-nav-left.gif);
			background-position: left top;
			background-repeat: no-repeat;
			padding: 0px 3px;
			/* IE6 linke runde Ecke wird nicht angezeigt */
			
		}
		
			ul.meta-nav-content li{
				float: left;
				background-image: url(../img/meta-nav-border.gif);
				background-position: right top;
				background-repeat: no-repeat;
				padding:7px 12px;
			}
			
			ul.meta-nav-content li.lastitem{
				background-image: none;
			}
			
			ul.meta-nav-content li a:link,
			ul.meta-nav-content li a:visited{
				text-decoration: none;
			}
			
			ul.meta-nav-content li a:hover,
			ul.meta-nav-content li a:focus,
			ul.meta-nav-content li a:active{
				text-decoration: underline;
			}

/* Header Ende */

/* Navigation */
#navigation{
		margin-bottom: 45px;
		background-color: #fcc;
	
}
	ul.nav{
		background-image: url(../img/nav-border.gif);
		background-position: left bottom;
		background-repeat: no-repeat;

	}
	
	ul.nav li{
		float:left;
		background-image: url(../img/nav-border.gif);
		background-position: right bottom;
		background-repeat: no-repeat;
	}
	
	ul.nav li a{
		display:block;
		padding:15px 15px 8px;
		text-decoration: none;
	}
	

	ul.nav li a:hover,
	ul.nav li a:focus,
	ul.nav li a:active{
		text-decoration: underline;
	}
	
	ul.nav li.active{
		background-image: url(../img/nav-right.gif);
		background-position: right bottom;
		background-repeat: no-repeat;
	}
	
	ul.nav li.active a{
		color: #FFFFFF;
		background-image: url(../img/nav-left.gif);
		background-position: left bottom;
		background-repeat: no-repeat;
	}
	
#submenu{
	float: left;
	background-image: url(../img/submenu-bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 218px;
	padding-bottom: 15px;
}

	#submenu ul{
		border-bottom: 1px solid #FFFFFF;
		background-image: url(../img/submenu-top.gif);
		background-position: left top;
		background-repeat: no-repeat;
		padding-top: 10px;
	}
	
	#submenu ul li{
		background-image: url(../img/icon/pfeil-rechts.gif);
		background-position: 15px;
		background-repeat: no-repeat;
		border-top: 1px solid #FFFFFF;
		border-bottom: 1px solid #D8D8D8;
		padding-left: 30px;
		padding-bottom: 3px;
		padding-top: 5px;
	}
	
	#submenu ul li.top{
		border-top: none;
	}
	
	#submenu ul li a{
		color: #000000;
		text-decoration: none  !important;
		display: block;
	}
	
	#submenu ul li a:hover{
		font-weight: bold;
	}
	
	#submenu ul li.active a{
		font-weight: bold !important;
		text-decoration: none;
	}
/* Ende Navigation */

/* Foto */
#foto{
	background-image: url(../img/foto-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	width: 273px;
	height: 187px;
	top: 83px;
	left: 696px;
	padding: 6px 0px 8px 12px;
}

	#foto img{
		border: 0px;
		margin: 7px 0px 0px 1px;
	}
	
#home #foto{
	background-image: url(../img/foto-bg-home.png);
	top: 88px;
	left: 611px;
	padding: 6px 0px 8px 12px;
	width: 362px;
	height: 248px;
}

	#home #foto img{
		border: 0px;
		margin: 17px;
	}
/* Ende Foto */
/* Teaser Content */
#teaser-content{
	padding: 45px 15px 42px;
	width: 50%;
}

	#teaser-content p{
		color: #FFFFFF;
		line-height: 18px;
	}
	
#home #teaser-content{
	padding: 45px 15px 75px;
}
/* Ende Teaser Content */

/* Teaser Boxes */
#teaser-boxes{
	width: 100%;
	margin-bottom: 25px;
	padding-top: 45px;
}

#home #teaser-boxes{
	padding-top: 0px;
}

	.teaser-box{
		background-image: url(../img/box-bg.png);
		background-position: left top;
		background-repeat: no-repeat;
		padding: 15px 20px;
		width: 185px;
		float: left;
		font-size: 11px;
	}
	
	#home #teaser-boxes .teaser-box{		
		margin-right: 15px;
	}
	
	.teaser-box p{
		line-height: 18px;
		padding-bottom: 10px;
	}
	
	ul.services{
		/*list-style-position: none;*/
	}
	
	ul.services li{
		color: #5981B5;
		font-size: 12px;
		line-height: 18px;
		padding: 4px 0 8px 35px;
		background-image: url(../img/services-li-bg.gif);
		background-repeat: no-repeat;
		background-position: left 2px;
		font-weight: bold;		
	}
	
	ul.produkte li {
		 padding-bottom: 10px;
	}
	
	ul.produkte li .produkte-container-img{
		 float: left;
	}
	
	ul.produkte li .produkte-container-content{
		float: left;
		margin-left: 7px;
		width: 110px;
	}
	
	ul.produkte li .produkte-container-img img{
		background-image: url(../img/teaser-produkte-img-bg.gif);
		background-repeat: no-repeat;
		background-position: left top;
		padding: 7px;

	}
	
	.teaser-box a:link, .teaser-box a{
		text-decoration: underline;
	}
	.teaser-box a:hover,
	.teaser-box a:focus,
	.teaser-box a:active{
		text-decoration: underline;
		cursor: pointer;
		
	}
	
	.teaser-box ul.services a:link{
		color: #5981B5;
	}
	
/* Ende Teaser Boxes*/
/* Content */
#content{
	padding: 0px 28px 30px 28px;
	float: left;
	width: 460px;
	padding-bottom:30px;
}

#content img{
	background-repeat: no-repeat;
	padding: 3px;
	margin-right: 12px;
}

#content h3{
	color:#000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 5px;
}

#content h4{
	color:#999999;
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
	margin-bottom: 0px;
}



#content2sp{
	padding:  0px 28px 30px 0;
	float: left;
	width: 706px;
}

#content p{
	font-size: 12px;
	line-height: 19px;
	color: #000000;
}

#content .vertrieb-logos {
	background-image: url(../img/teaser-produkte-img-bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 7px;
	margin-bottom:20px;
}


#content a:hover,
#content a:focus,
#content a:active{
	text-decoration: underline;
	cursor: pointer;	
	}

#content ul li {
	background-image: url(../img/pfeil.jpg);
	background-position: left 2px;
	background-repeat: no-repeat;
	padding: 4px 0 8px 30px;
}

/* Ende Content*/

/*News Bereich*/

.newsbox p{
	display: block;
	margin-top: 10px;
}

.newsbox a{
	text-decoration: underline !important;
}

#content .backlink a{
	margin-top: 10px;
	text-decoration: underline;
	display: block;
}

#content small{
	display:block;
	font-size:11px;
	font-weight:normal;
	margin-bottom:10px;
	color: #999;
}

/*Ende News Bereich*/


/* Spalte links */

#spalte-links{
	float: left;
	width: 218px;
}

/* Footer */
#footer{
	position: relative;
	clear: both;
	height: 30px;
}

#footer-content{
	color: #999999;
	font-size: 11px;
	padding: 0px 15px;	
}
/* Ende Footer*/

/* Kontaktformular */
#kontakt{
	margin-bottom: 45px;
}

#kontakt br{
	clear: both;
}

#kontakt label{
	margin: 6px 0 10px 0;
	width: 100px;
	float: left;
	font-weight: bold;
}

#kontakt input.formmini{
	width: 47px;
}

#kontakt input.formklein{
	width: 100px;
}

#kontakt input, #kontakt select{
	border: 1px solid #AFAFAF;
	color: #000000;
	margin: 5px;
	background: transparent url(../img/bg-form-elemente.gif) no-repeat left top;
}

#kontakt textarea{
	background: transparent url(../img/bg-form-elemente.gif) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	font-size:12px;
}

#kontakt option {
	background-color: #FFF;
	padding-left: 5px;
}

#kontakt input{
	width: 335px;
	padding: 2px;
}

#kontakt select{
	width: 341px;
}

#kontakt .pulldown{
	border: 1px solid #000000;
}

#kontakt .button{
	background-color: #DFDFDF;
	font-weight: bold;
	padding: 2px;
	margin-left: 105px;
	width: auto;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
}

#kontakt .formgross{
	vertical-align: top;
	margin: 5px;
	border: 1px solid #AFAFAF;
	width: 334px
}
/* Ende Kontaktformular*/

/* Anfang Sitemap */

.siteMapBox{
	background-color: #ECECEC;
	margin-bottom: 20px;
}

.siteMapBox a{
	background-color: #ECECEC;
	text-decoration : none;
}

.siteMapBox a:hover{
	font-weight: bold;
}

.siteMapBox ul li{
		background-image: url(../img/icon/pfeil-rechts.gif);
		background-position: 15px;
		background-repeat: no-repeat;
		border-top: 1px solid #FFFFFF;
		border-bottom: 1px solid #D8D8D8;
		padding-left: 30px;
		padding-bottom: 3px;
		padding-top: 5px;
}

.siteMapBox h5{
		border-bottom: 1px solid #D8D8D8;
		padding-left: 15px;
		padding-bottom: 3px;
		padding-top: 6px;
}

/* Ende Sitemap */

.links {
	float: left;
}

.rechts {
	float: right;
}

/* Ansprechpartner */

.ansprechpartner {
	padding-bottom:20px;
	clear: both;
	float: left;
	width: 460px;
}

.ansprechpartner h5{
	color:#000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 10px;
	background-color: #ECECEC;
	padding: 0px 10px;
	clear: both;
}

.ansprechpartner img{
	float: left
}


/* Fix fuer Floats
------------------------------------------- */

.clearfix:after {
 	content: ".";
 	display: block;
	height: 0px;
 	clear: both;
 	visibility: hidden;
}
.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height: 0%;}
.clearfix{display: block;}
/* End hide from IE-mac */