/* Grundaufbau */

/*
#container0{
	margin:auto;
	width:950px;
	
	-webkit-box-shadow: 0px 2px 5px #666;
    -moz-box-shadow: 0px 2px 5px #666;
    -ms-box-shadow: 0px 2px 5px #666;
    box-shadow: 0px 2px 5px #666;
	
	}*/
#container{
	width:960px;
	margin:auto;
	}

#container_kopf{
	height:110px;
	}
#kopf_li{
	float:left;
	max-width:260px;
	}
#h1{
	clear:both;
	}
#kopf_logo{
	background-image:url(../pcs/aufbau/logo.png);
	background-repeat:no-repeat;
	float:left;
	position:relative;
	top:0px;
	width:230px;
	height:104px;
	overflow:hidden;
	}
#kopf_suche{
	position:relative;
	top:30px;
	left:200px;
	float:left;
	width:300px;
	height:30px;
	}
#kopf_re{
	float:right;
	width:700px;
	height:110px;
	}
	#kbox_name{
		float:left;
		color:#008000;
		height:40px;
		line-height:40px;
		padding-left:10px;
		text-align:left;
		font-family:"Times New Roman", Times, serif;
		font-size:17px;
		font-weight:normal;
		border-bottom:1px solid #CECCC2;
		}
	#kbox_tel{
		color:#008000;
		height:40px;
		line-height:40px;
		text-align:right;
		font-size:15px;
		font-weight:normal;
		border-bottom:1px solid #CECCC2;
		}
		/* notwendige formatierung, da mobile geräte telefonnummern als link erkennen */
		#kbox_tel a{
			color:#008000;
			}
	/* me1 s.u. */
	
#container_kopfbild{
	/*float:left;*/
	margin:20px 0 0;
	position:relative;
	padding:0;
	border-radius:8px;
	overflow:hidden;
	border:5px solid #ffffff;
	-moz-box-shadow: 0 0 5px 0 #aaa;
	-webkit-box-shadow:  0 0 5px 0 #aaa;
	box-shadow: 0 0 5px 0 #aaa;
	}
		
#container_main{
	}
#container_btwKpfCont{
	height:60px;
	}

#container_me1{
	margin:30px 0 10px 0;
	}
#container_me2{
	position:relative;
	float:left;
	}
#container_me3{
	float:right;
	margin-right:8px;
	}
#container_mainSpalte0{
	}
#container_mainContent{
	float:left;
	width:600px;
	padding:0 0 0 10px;
	}
#conteiner_mainSpalte1{
	margin-left:30px;
	float:left;
	width:320px;
	}
#container_fussMenu{
	padding:50px 0;
	background-color:#1A1818;
	color:#686663;
	border-bottom: 1px solid #7B7B7B;
	}
#container_fusszeile{
	padding:30px 10px;
	background-color:#131212;
	color:#686663;
	}
	#container_fusszeile a{
		color:#898783;
		}
	#container_fusszeile a:hover{
		text-decoration:underline;
		}