@charset "utf-8";

@media all
{

	h3 { font-size: 1.7em; color: #fff; margin-bottom: 1em; }

	#head { display: block; height: 26.2em; background-color: #ccc; position: relative; }
	
	#head_content, #head_image { position: absolute; }
	#head_content { z-index: 2;  bottom: 1em; left: 2em; }
	#head_image { z-index: 1; top: 5em; left: 0; }
	#head_image img { height: 21.2em; width: 66.67em; }

	
	#navi { background-color: #1f1f1f; height: 5em; position: absolute; top: 0; left: 0; }
 
	#main { background-color: #373634; border-bottom: 3em solid #1f1f1f; padding: 2em 0; color: #ccc; }
	
	#sidebar { float: right; width: 19em; border-left: 1px dashed #82817f; padding: 0 0 1em 2em; } 
	#mainbar {  margin-right: 23em; margin-left: 0; border-left: 0; padding-left: 0; }
	
	.leistungen li { width: 19.5em; padding: 0; }
	
	.csc-frame-frame1 p { margin-bottom: 0; }
	
}





































