body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #646567;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 0px;
	padding-left: 0px; 
}
a img { 
	border: none;
	vertical-align: middle;
}
img#Insert_logo {
	margin-top: 50px;
	margin-left: 30px;
}
	
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ This fixed width container surrounds all other divs ~~ */
.container {
	width: 1020px;
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	background: url(../images/background.jpg);
	background-repeat: repeat-x;
	font-size: 0.813em;
}

/* ~~ This fixed width container surrounds all other divs ~~ */
.containerInner1 {
	width: 1020px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-image: url(../images/pipe_bg.jpg);
	background-position: 100% 635px;
}


/* ~~ This fixed width container surrounds all other divs ~~ */
.containerInner2 {
	width: 1020px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	background: url(../images/Unternehmen.jpg) no-repeat top right ;

}
.containerInner2_Ref {
	width: 1020px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	background: url(../images/referenzen_bg.jpg) no-repeat top right ;

}
.containerInner2_Zul {
	width: 1020px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	background: url(../images/zulassung_bg.jpg) no-repeat top right ;

}
.containerInner2_Kon {
	width: 1020px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	background: url(../images/werkstatt_bg_OLD.jpg) no-repeat top right ;

}

.containerInner2_Imp {
	width: 1020px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	background: url(../images/dach_bg.jpg) no-repeat top right ;

}

.product .containerInner2 {
	background: url(../images/Leistungen.jpg) no-repeat top right ;
}
.kalteAnlagen .containerInner2 {
	background: url(../images/kalteanlagen.jpg) no-repeat top right ;
}
.Wasseraufbereitung .containerInner2 {
	background: url(../images/wasseraufb_bg.jpg) no-repeat top right ;
}
.Montage .containerInner2 {
	background: url(../images/montage_bg.jpg) no-repeat top right ;
}

.Werkstattfertigung .containerInner2 {
	background: url(../images/werkstatt_bg.jpg) no-repeat top right ;
}

.narrow {
	width: 430px;
}

/* ~~ The header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo. ~~ */
.header {
	height: 180px;
}

/* ~~ These are the columns for the layout. ~~ 
*/
.sidebar1 {
	float: left;
	width: 140px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 20px;
	color: #257bc3;
}
.sidebar1 h3 { font-size: 1em;}
.content {
	padding: 25px 30px 30px 30px;
	width: 490px;
	float: left;
	background: #fff url('../images/content_bg.jpg') no-repeat 100% 100%  ;	
	min-height: 500px;
}
.sidebar2 {
	float: left;
	width: 180px;
	background-color: none;
	padding: 10px 0;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
	padding: 0 15px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: none; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 100px; /* this creates the space between the navigation on the content below */
}
ul.nav li {
	border-bottom: 1px solid #257bc3; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 10px 0px 10px 0px;
	display: block; /* this gives the anchor block properties so it fills out the whole LI that contains it so that the entire area reacts to a mouse click. */
	width: 140px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background-color: none;
	color: #257bc3;
	text-transform: uppercase;
	font-size: 1.077em;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background-color: none;
	color: #257bc3;
}

/* ~~ The footer styles ~~ */
.footer {
	padding: 30px 0;	
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.contactList {
	list-style-type: none;

}
.contactList li {
	font-size: 0.92em;
	margin-bottom: 5px;
}
.sidebar1 .contactList li label {
	font-weight: bold;
}
.content h1 {
	font-size: 2.05em;
	text-transform: uppercase;
	color: #257bc3;
	font-weight: normal;
}

.content h3 {
	font-weight: bold;
	color: #257bc3;
	margin-bottom: 5px;
	margin-top: 25px;
}
.content h4 {
	font-weight: bold;
	font-size: 1.2em;
}
.content ul {
	list-style-position: outside;
	list-style-image:url('../images/bullet.gif');
}

.content p {
	line-height: 150%;
	word-wrap: break-word;
	word-break:break-all;
}

.Montage .content p  {
 width: 473px;
}

.content .no-bullet{
	list-style: none;
	padding-left: 0;
	padding-bottom: 5px
}

.content .no-bullet li {
	line-height: 20px;
}

.Kontakt .content h3{
	font-size: 100%;
}

.nav a.active { font-weight: bold;}
		div.galleryBox {
			display: block;
			float:left;
			margin-bottom:30px;
		}
		a.gallery {
			display: block;
			float:left;
		}
		a.gallery img {
			margin: 15px 15px 0 0;
		}
		a#bottomNavClose img { margin: 0 }