﻿@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #DEE3ED;
	margin: 0;
	padding: 0;
	color: #666;
}


ul, ol, dl {  
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}
.bold{
font-weight:bold;		
}
.small-text{
font-size:10px;
color:#666;		
}
.footer a:visited{
text-decoration:none;	
}

/* ~~ 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: none; 
}

a:hover, a:active{ 
	text-decoration: none;
	color:#C9D8E0;
}

.container {
	width: 1098px;
	background: #FFF;
	margin: 0 auto;

	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}


.header {
	background-image:url(img/header.jpg);
	height:112px;
}
.home-link{
width:530px;
height:80px;
position: absolute;
top:20px;
margin-left:50px;
	
	
	
}

ul.quick-nav {
	
	list-style:none;
	position:absolute;
	width:300px;
	height:30px;
	top:85px;
	margin-left:805px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
ul.quick-nav li {
	display:inline;
	margin-left: 10px;
}
ul.quick-nav li a {
	color: #34587d;
}
ul.quick-nav li a:hover {
	color: #498fb1;
}
/* 

1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.


*/

#mid-section{
height:450px;
padding:0;
margin:0;		
}
#mid-section_aktuelles{
height:450px;
padding:0;
margin:0;	
background-image:url(img/bg-aktuelles.jpg);
background-repeat:no-repeat;	
}
#slider {
    width:1098px;
	overflow:hidden;
}
#slider img{
    border:none;
}
#slider ul, #slider li{
    position:relative;
    margin:0;
    padding:0;
    list-style:none;
    display:block;
}
#slider li { 
    width:1098px;
    overflow:hidden; 
}


.sidebar1 {
	float: right;
	width: 448px;
	height:450px;

	font-family:Arial, Helvetica, sans-serif;
}
.sidebar1 p {
	padding-left:30px;
	padding-top:20px;
	padding-right:40px;
	color:#2c4652;
}
.titel{
font-weight: bold;
font-size: 18px;		
}
.small-titel{
line-height:25px;
font-size: 15px;		
}
.text{
margin-top:-20px;
font-size:13px;	
}
.smallerText{
margin-top:-20px;
font-size:11px;	
}
.content {	
	width: 650px;
	height:450px;
	float: left;	
}
.superSmall {
font-size:9px;
color:#666;	
}
.superSmall a {
text-decoration:none;
color:#666;	
}
.unternehmen{
background-image:url(img/unternehmen.jpg);
background-repeat:no-repeat;	
}
.hoch-stahlbetonbau{
background-image:url(img/hoch-stahlbetonbau.jpg);
background-repeat:no-repeat;	
}
.putz-verblendarbeiten{
background-image:url(img/putz-verblendarbeiten.jpg);
background-repeat:no-repeat;	
}
.umbau-sanierung{
background-image:url(img/umbau-sanierung.jpg);
background-repeat:no-repeat;	
}
.schluesselfertiges-bauen{
background-image:url(img/schluesselfertiges-bauen.jpg);
background-repeat:no-repeat;	
}
.referenzen{
background-image:url(img/bg_galerie.jpg);
background-repeat:no-repeat;	
}
.impressum{
height: auto;
font-size: 13px;
padding: 20px 20px;
width: 590px;

}

.impressum h2, .impressum h3 {
	font-size: 18px!important;
}
.projekte{
	
}

.impressum ul {
	margin-left: 40px;
}
.route{
margin-left:30px;	
	
}



/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; 
	position:absolute;
	top: 90px;
	margin-left: 50px;
	width:700px;
	
}
ul.nav li {

	display:inline;
	margin-left: 30px; 
}
ul.nav a  { 
	text-decoration: none;
	color:#E0E9ED;
}
ul.nav a:hover { 
	color: #FFF;
	
}
.subnav-leistungen{
	position: absolute;
width:200px;
top:115px;
margin-left:208px;	
}
.subnav-referenzen{
	position: absolute;
width:200px;
top:115px;
margin-left:318px;
	
}

.subnav{
font-size:12px;
border-left:solid 5px #aecaf2;
padding-left:7px;
padding-top:7px;
}
.subnav ul{
list-style-type:none;		
}
.subnav ul a{
color:#E0E9ED;
text-decoration:none;	
}
.subnav ul a:hover{
color:#FFF;	
}
/* für alle links im footer */
.active, li.active a{
	color: #FFF;
	font-weight:bold;
	
}

/* ~~ The footer ~~ */
.footer {
	height:216px;
	padding: 10px 0;
	background-color:#35587e;
	background-image:url(img/footer.jpg);
background-repeat:no-repeat;
	position: relative;
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	font-family:Arial, Helvetica, sans-serif;
}
.adress{
	height:200px;
	width:300px;	
	position:absolute;
	top:18px;
	margin-left:850px;
	color:#E0E9ED; 
}

.form-label {
    position: absolute;
  	height: 16px;
  	width: 200px;
  	color: #666;
  	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	}
.form-input {
  	position: absolute;
  	height: 29px;
  	width: 228px;
	}
.form-input-inner {
  	height: 100%;
  	width: 100%;
  	background-image: url(img/kontakt-input.png);
  	background-repeat: no-repeat;
	}
.form-input input {
  	height: 16px;
  	line-height: 16px;
  	width: 212px;
  	padding: 0;
  	border: 0 none;
  	margin: 6px 8px 7px 8px;
  	background: none;
  	position: relative;
	color:#2f4e6f;
	}
#form-label-name {
	margin-left:78px;
  	top: 160px;
	}
#form-input-name {
margin-left:74px;
  	top: 177px;
	}
#form-label-email {
	margin-left:78px;
  	top: 210px;
	
	}
#form-input-email {
margin-left:74px;
  	top: 227px;
	}
#form-label-betreff {
	margin-left:328px;
  	top: 210px;
	}
#form-input-betreff {
margin-left:324px;
  	top: 227px;
	}
.form-textarea {
  	position: absolute;
  	height: 295px;
  	width: 500px;
  	top: 280px;
  	margin-left: 74px;
	 color: #a6a6a6;
	font-family:Arial, Helvetica, sans-serif;
	}
.form-textarea-inner {
  	height: 100%;
  	width: 100%;
  	background-image: url(img/kontakt-textarea.png);
  	background-repeat: no-repeat;
  	overflow: hidden;
	}
.form-textarea-label {
  	margin: 15px 0 0 28px;
  	height: 20px;
  	font-size: 11px;
  	font-weight: bold;
  	overflow: hidden;
	font-family:Arial, Helvetica, sans-serif;
	}
.form-textarea-inner textarea {
  	position: relative;
  	height: 170px;
  	width: 458px;
  	margin: 10px 0 0 28px;
  	padding: 0;
  	border: 0 none;
  	background: none;
  	overflow: auto;
	}
.form-submit {
  	position: absolute;
  	width: 110px;
  	height: 28px;
  	margin-left: 480px;
  	top: 480px;
	}
.form-submit-inner {
  	width: 100%;
  	height: 100%;
  	background-image: url(img/kontakt-button.png);
  	background-repeat: no-repeat;
	}
.form-submit input {
  	width: 100%;
  	height: 100%;
  	margin: 0;
  	border: 0;
  	background: none;
  	text-align: center;
  	color: #424141;
  	padding: 2px 0 6px 0;
  	line-height: 20px;
	}


/* ~~ 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;
}