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

/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	margin-left: 25px;
	margin-right: 25px;
	padding-right: 15px;
	padding-left: 15px; 
}

table {
	padding-left: 40px;

	}

td {
	line-height: 25px;
	border: 1px solid #666;
	
	}

ul
{
	font-size: 90%;
	line-height: 22px;
	
	}

p {
	font-size: 90%;
	line-height: 22px;
	
	}
a img { /* Dieser Selektor entfernt den standardmäßigen blauen Rahmen, der in einigen Browsern um ein Bild angezeigt wird, wenn es von einem Hyperlink umschlossen ist. */
	border: none;
}

/* ~~ Die Reihenfolge der Stildefinitionen für die Hyperlinks der Site, einschließlich der Gruppe der Selektoren zum Erzeugen des Hover-Effekts, muss erhalten bleiben. ~~ */
a:link {
	color: #e5e5e5;
	/*background-color: #43464b;*/
	background-repeat: no-repeat;
	margin-left: 10px;
	text-align: left;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* Durch diese Gruppe von Selektoren wird bei Verwendung der Tastatur der gleiche Hover-Effekt wie beim Verwenden der Maus erzielt. */
	text-decoration: none;
}


/* ~~ Dieser Container mit fester Breite umschließt alle anderen div-Tags. ~~ */
.container {
    padding:0;
	width: 1024px;
	height: auto;
	margin: 0 auto;  
	overflow: hidden; 
	
}


#header {
	width: 750px;
	height: 150px;
	background-color: #edece9;
	margin: auto;
	margin-bottom: 20px;
	float: right; 
	padding: 10px 30px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khmtl-border-radius-top-right: 5px;
	-khtml-border-radius-top-left: 5px;
	-khmtl-border-radius-bottom-right: 5px;
	-khtml-border-radius-bottom-left: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
/*	-moz-box-shadow:0 0 20px rgba (0, 0, 0, .75);
	-webkit-box-shadow:0 0 20px rgba (0, 0, 0, .75);
	box-shadow:0 0 20px rgba(0, 0, 0, .75);*/
	
	
	}

.sidebar1 {
	float: left;
	width: 200px;
	height: 700px;
	background: #43464b;
	margin-top: 60px;
	padding-bottom: 10px;
	
}
.content {
	width: 750px;
	float: right;
	background-color: #edece9;
	height: auto; 
	margin: auto;
	padding-top: 60px;
	padding-right: 30px;
	padding-left: 30px;
	overflow: hidden;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-khmtl-border-radius-top-right: 5px;
	-khtml-border-radius-top-left: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-moz-box-shadow:0 0 20px rgba (0, 0, 0, .75);
	-webkit-box-shadow:0 0 20px rgba (0, 0, 0, .75);
	box-shadow:0 0 20px rgba(0, 0, 0, .75);
	

}

.content a{
	text-decoration: none;
	background-color: #e5e5e5;
	color: #43464b;
	margin: 0;
	}

#logo {
	padding-bottom: 40px;
	}
	
	
#haftung p {
	font-size: 70%;
	line-height: 15px;
}

/* ~~ Dieser gruppierte Selektor gibt die Listen im .content-Bereich an. ~~ */
.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}


#startbild {
	margin-top: 20px;
	margin-left: 150px;
	
	
	}	

#fotobox2 {
	width: 250px;
	height: auto;
	margin: 0 auto;
	padding: 15px 35px;
	
	}

#fotobox {
	width: 350px;
	height: auto;
	margin: 0 auto;
	padding: 15px 35px;
	
	}

#fotobox1 {
	width: 500px;
	height: auto;
	margin: 0 auto;
	padding: 15px 35px;
	
	}
#fotobox3 {
	width: 650px;
	height: auto;
	margin: 0 auto;
	padding: 15px 35px;
	
	}


#team {
	margin-left: 100px;
	margin-bottom: 5px;
	}
	
#service {
	padding-left: 150px; float: left;
	}

#leistungen{
	margin-top: 30px;
	margin-left: 20px;
	}


.content tr td {
	font-size: 11px;
	padding-left: 40px;
	}

#referenz {
	font-size: 14px;
	color: #43464b;
	font-weight: bold;
	padding-left: 40px;
	display: block;
	
	}
	
#footer {
	width: 750px;
	height: auto;
	background-color: #edece9;
	font-size: 9px;
	text-align: center;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	float: right; 
	padding: 10px 30px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khmtl-border-radius-top-right: 5px;
	-khtml-border-radius-top-left: 5px;
	-khmtl-border-radius-bottom-right: 5px;
	-khtml-border-radius-bottom-left: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
/*	-moz-box-shadow:0 0 20px rgba (0, 0, 0, .75);
	-webkit-box-shadow:0 0 20px rgba (0, 0, 0, .75);
	box-shadow:0 0 20px rgba(0, 0, 0, .75);*/
	
	
	}


/* ~~ Verschiedene float/clear-Klassen ~~ */
.fltrt {  /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse kann in einem <br />-Tag oder leeren div-Tag als letztes Element nach dem letzten fließenden div-Tag (im #container) platziert werden, wenn overflow:hidden im .container entfernt wird. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
