
@charset "utf-8";
/* CSS Document */

* {
margin: 0px;
padding: 0px;
}
body {
	background: #fff  url(img/bg_main.jpg) top repeat-x;
	padding-top: 25px;
	text-align: center;
	font-family: "Myriad", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: none;
}
#container {
	width: 780px;
	margin: auto;
	text-align: left;
}
#header {
	width: 670px;
	margin: auto;
	text-align: right;
}
#switcher {
	float: left;
	padding-top: 25px;
	padding-left: 20px;
}
#startpic {
	height: 420px;
	width: 520px;
	float: left;
} 
#startpic h1 {
	visibility: hidden;
}
#content {
	width: 425px;
	float: left;
	min-height: 400px;
	padding-left: 75px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.5;
	z-index: 0;
	
}
#refcontent {
	width: 425px;
	padding-left: 75px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.5;
	z-index: 0;
}
#navi {
	float: right;
	padding-right: 110px;
	padding-top: 170px;
	z-index: 99;
}
#navi ul {
	list-style-type: none;
}
#navi li {
	line-height: 200%;
}
#navi a {
	font-size: 24px;
	color: #b6b6b6;
	display:block;
	text-align: right;
	line-height: 200%;
	text-decoration: none;
}
#navi a:visited {
	text-decoration: none;
	color: #b6b6b6;
}
#navi a:hover {
	color: #000;
}
#navi a.active {
	color: #000;
}
.clearer {
	clear: both;
	height: 0px;
}
.grau {
	height: 4px;
	background: #d1d1d1;
}
#footer {
	width: 670px;
	margin: auto;
	text-align: right;
}
#footer a {
	color: #000;
	text-decoration: none;
}

.box {
	width: 340px;
	padding-bottom: 15px;
	background: url(img/bg_box_unten.gif) bottom left no-repeat;
}
.boxcontent {
	background: url(img/bg_box_oben.gif) no-repeat top left;
	padding: 20px;
}
.boxcontent ul {
	padding-left: 15px;
	list-style-image: url(img/dot.gif);
}
.boxcontent strong {
	font-size: 16px;
}
.text {
	font-size: 11px;
	color: #666666;
}
.big {
	font-size: 16px;
}
.trenner {
	height: 30px;
	background:url(img/trenner.gif) repeat-x center;
}
.copyright {
	font-size: 11px;
	line-height: 150%;
	padding: 0 20px;
	
}
#kontakt td{
	padding: 5px;
}
.eingabe {
	width: 200px;
	border: solid 1px #ccc;
	line-height: 150%;
	padding: 3px;
}
#referenzliste {
	visibility: hidden;
	height: 0px;
	font-size: 0px;
	color: #fff;
}
