@charset "utf-8";
/* CSS Document */

body { 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: #f3f3f3;
}

a {
	color:#585858;
	text-decoration: none;
	float: none;
}

a:hover {
	
	text-decoration: underline;
}

img {
	border: none;
}

ul {
	list-style-type: circle;
}

.green {
	color: #9cc451;
	font-weight: bold;
}

.big {
	font-size: 18px;
}

#main {
	margin: 0 auto;
	width: 796px;
	height: auto;
}

.main_ct{
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 60px;
	padding-right: 60px;
	width: 628px;
}

#banner {
	margin: 0 auto;
	width: 796px;
	height: 128px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}

#navigation {
	margin: 0 auto;
	text-align: right;
	background-image:url(../images/navi.jpg);
	width: 796px;
	height: 23px;
}

#navigation ul {
	list-style-type: none;
	margin: 0 0;
	height: 23px;
	padding: 0 30px;
	
}

#navigation li {
	display: inline;
	font-size: 14px;
	line-height: 23px;
}

#navigation a {
	color:#585858;
	text-decoration: none;
	padding: 0 10px;
	float: none;
	border-right: solid 1px;
}

#navigation a:hover {
	
	text-decoration: underline;
}

.content {
	margin: 0 auto;
	width: 796px;
	height: 637px;
	background-image: url(../images/bg_main.jpg);
	background-repeat: no-repeat;
	text-align: left;
	float: none;
	
}

.headline {
	width: auto;
	height: 70px;
	padding: 30px 20px 10px 40px;
}

.ref_head{
	width: auto;
	height: 70px;
	padding: 30px 20px 10px 40px;
}

.leftcol {
	width: 309px;
	padding: 10px 5px 10px 60px;
	float: left;
}

.rightcol {
	width: 357px;
	height: auto;
	text-align: left;
	font-size: 16px;
	padding: 10px 60px 10px 5px;
	float: left;
}

#sng_left{
	width: 460px;
	height: auto;
	padding: 10px 5px 10px 60px;
	float: left;
}

#sng_right{
	width: 170px;
	padding: 10px 60px 10px 40px;
	height: auto;
	float: right;
	text-align: left;
	line-height: 30px;
}

#leist_mitte{
	width: 676px;
	height: auto;
	padding: 50px 60px 0 60px;
	position: relative;
	float: right;
}

#map{
	padding: 0 0 0 0;
	background-image: url(../images/map.gif);
	background-repeat: no-repeat;	
	float: right;
	width: 249px;
	height: 334px;
}

#prinzip{
	width: 748px;
	height: 634px;
	margin: 0 auto;
	background-image: url(../images/prinzip.jpg);
	background-repeat: no-repeat;
}

#referenzen{
	width: 796px;
	height: 637px;
	margin: 0 auto;
	background-image: url(../images/bg_ref.jpg);
	background-repeat: no-repeat;
}

#logos{
	margin: 0 auto;
	width: 489px;
	text-align: center;
}

#ref_unten{
	margin: 0 auto;
	text-align: right;
}

#footer {
	margin: 0 auto;
	width: 796px;
	height: 46px;
	background-image :url(../images/footer.jpg);
}

#footer_ct {
	margin: 0 auto;
	width: 796px;
	height: 46px;
	line-height: 20px;
	text-align: center;
}

#footer_ct ul {
	list-style-type: none;
	margin: 0 0;
	height: 29px;
	padding: 0 30px;
	
}

#footer_ct li {
	display: inline;
	font-size: 14px;
	line-height: 20px;
}

#footer_ct a {
	color:#585858;
	text-decoration: none;
	padding: 0 10px;
	float: none;
	border-right: solid 1px;
	border-left: solid 1px;
}

#footer_ct a:hover {
	
	text-decoration: underline;
}

