@charset "UTF-8";
/* CSS Document */
/* reset */

*{
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#FFF;
	font-size: 100%;
	line-height: 1.5;
}

h1,h2,h3,h4{
	padding:20px;
	color: #666;
}

#wrapper {
	box-sizing: border-box;
	width: 960px;
	margin: 0 auto;
}

#header {
	float:left;
	box-sizing:inherit;
	background:#FFFF;
	margin: 10px 0 0 0;
	width: 100%;
	height: 80px;
}

#main_content {
	float:left;
	box-sizing:inherit;
	background:#FFFF;
	margin:10px 5px 0 0;
	width:520px;
	height:450px;
}

#main_content2 {
	float:left;
	box-sizing:inherit;
	background:#FFF;
	margin:10px 0 0 0;
	width:960;
	height:auto;
	
}
#main_content2 p{
	padding: 20px;
}

#main_content3 {
	float:left;
	box-sizing:inherit;
	background:#FFF;
	margin:10px 5px 0 0;
	width:740px;
	height:auto;
}

.text{
	padding-left: 20px;
}

#main_content3 table{
	width=100%;
	margin-top:10px;
	margin-left:20px;
	margin-bottom:60px;
	border=0;
	align=center;
	font-style:normal;
}

#spalte_bottom{
	box-sizing:inherit;
	clear:both;
	float:left;
	width:520px;
	height:220px;
	margin:10px 5px 0 0;
	background:#f0f0f0;
	padding-top:10px;
	padding-left:20px;
	padding-right:10px;
	}

#spalte1{
	float: left;
	box-sizing:inherit;
	width: 210px;
	height: 680px;
	margin: 10px 15px 0 0;
	background: FFF;
	padding-top: 0px;
	padding-left: 4px;
	padding-bottom: 0px;
	padding-right: 2px;
}

#spalte1 p{
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 5px;
}

#spalte1 img{

}

/* für 3-spaltige Vorlage */
#sidebar {
	float: right;
	box-sizing:inherit;
	width: 200px;
	height: 680px;
	margin: 10px 5px 0 5px;
	padding-left: 8px;
	padding-right: 0px;
	background:FFF;
	border: solid 1px #DDD;
}

#block1{
	float:left;
	box-sizing:inherit;
}

#block2 {
	float:right;
	box-sizing:inherit;
}

#sidebar p{
	margin-bottom:10px;
	padding-left:20px;
}

.sidebar h4{
	padding-left:0px
	}
	
.sidebar_list{
	margin: 20px;	
}

.sidebar_list li{
	list-style:none;
	margin: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ddd;
}

.sidebar_list li a{
	text-decoration:none;
	color: #333;
	font-size: 15px;
}

.sidebar_list li a:hover{
	background-color:#333;
	color:#fff;
}

/* für 2-spaltige Vorlage */
#sidebar2 {
	float: right;
	box-sizing:inherit;
	width: 200px;
	height: 100%;
	margin: 10px 5px 0 5px;
	padding-left: 0px;
	padding-right: 0px;
	background: #EFEFEA;
	border: none;
}

#sidebar2 p{
	margin-bottom:10px;
	padding-left:20px;
}


#footer {
	clear:both;
	float:right;
	box-sizing:inherit;
	width:100%;
	height:75px;
	background:#000;
	margin-top:20px;
	margin-bottom:20px;
}

#footer li{
	box-sizing:inherit;
	list-style:none;
	float:left;
	margin-top:25px;
	padding: 6px 20px;
	border-right:1px solid #fff;
	font-size:16px;
	color:#fff;
}

#footer li a{
	text-decoration:none;
	color:#fff;
}

#footer li a:hover{
	color:#C00;
}

#logo{
	background:url(../images/logo_klein2.gif) no-repeat;
	float:left;
	width:197px;
	height:70px;
}


.navigation{
	float:left;
	box-sizing:inherit;
	margin:0px 0 10 0;
	width:auto;
}

.navigation li{
	float:left;
	list-style:none;
}

.navigation li a{
	float:left;
	color: #666;
	padding: 6px 20px;
	text-decoration:none;
	border-right:1px solid #666;
	font-size:14px;
}
	
.navigation li a:hover{
	background-color:#333;
	color:#fff;
}

.disclaimer {
	font-size: 14px;
	font-style: normal;
	color: #666;
	border:thin solid;
}

.disclaimer strong {
	color: #666;
}

.impressum {
	margin-right:0px;
	margin-left:0px;
	margin-bottom:75px;
}

.impressum p {
	margin-bottom:-20px;
}

#content_frame {
	border: solid #DDD;
	border-width:1px; 
	background-color:#FFF;
	margin-bottom:5px;
}

.vita ul{ 
	padding-top:100px;
	font-size: 90%;
	font-weight:100;
	line-height: 1.2;
	list-style-type:none;
}

.vita li p{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
}
	
#teamtext {
	margin-top:0px;
	margin-bottom:30px;
}

#kundenliste {
	font-size: 90%;
	color: #666;
	padding-left:0px;
	padding-right:10px;
	list-style-type:none;
	line-height: 1.45;
	}
	
#kundenliste p{
	padding-bottom: 10px;
}

#daten {
	line-height:1.5;
	padding-left: 40px;	
}

#daten li {
	list-style-position: inside;
}
#bildunterzeile{
	font-size: 90%;
	margin: 10px;
}

#spalte1 img a:link {
	/* Sofern Ihre Hyperlinks nicht besonders hervorgehoben werden sollen, empfiehlt es sich, zur schnellen visuellen Erkennung Unterstreichungen zu verwenden. */
}

#spalte1 a:visited {

}

#spalte1 img 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.
	border: 2px solid #C00; */
}