*{
	padding:0;
	margin:0;
}
body{
	width:100%;
	background:#000000;
	margin-top:10px;
	color:white;
	font-family:Verdana, Geneva, sans-serif;
}
div#page{
	width:950px;
	height:100%;
	margin: 0 auto;
	font-size: 12px;
}
input, textarea {
	background-color: #CCC;
	border: 1px solid #8F8F8F;
	width:670px;
	color:black;
}
textarea {
	height: 200px;
}
div#titel {
	width:360px;
	padding-top:50px;
	text-align:right;
}
#titel a {
	text-align:right;
	color:white;
}
#titel h1 {
	font-size:36px;
	font-weight:nornmal;
	color:white;
	letter-spacing:-1px;
	text-transform: none;
	padding:0;
}
#titel h2 {
	font-size:20px;
	font-weight: normal;
	color:white;
}
h1 {
	font-size: 25px;
	font-weight: normal;
	color:white;
	text-transform: uppercase;
	padding-top:20px;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	padding-left:30px;
	padding-bottom:10px;
}
h3 {
	font-size: 12px;
	
	font-weight: bold;
	padding-bottom:10px;
	padding-top:10px;
}
a {
	text-decoration:none;
	color:#f4b500;
}
a img {
	text-decoration:none;
	border:none;
}
a:hover {
	text-decoration:none;
}

#header{
	background:url(../images/bg.png) no-repeat;
	width:950px;
	height:480px;
}
#nav a{
	padding-left:25px;
	padding-right:20px;
	margin:0;
	font-size:16px;
	background: url(../images/trenner.png) no-repeat;
	color:black;
	height:50px;
}
#nav a:hover{
	color:#999;
}
#nav li{
	display:inline;
	height:50px;
}
#nav ul{
	padding-left:55px;
	padding-top:55px;
	height:50px;
}
#content{
	width:950px;
	height:100%;
	min-height:540px;
	float:left;
	padding:0;
}
#text{
	width:946px;
	padding-top:40px;
}
#left{
	width:550px;
	height:100%;
	float:left;
	margin-left:50px;
	text-align:justify;
	background:url(../images/box_links_bg.png) repeat;
	margin-bottom:30px;
}
#left_content{
	background:url(../images/box_links_head.png) no-repeat;
	min-height:496px;
	height:100%;
	width:100%;
	padding-left:30px;
}
#left_foot{
	background:url(../images/box_links_foot.png) no-repeat;
	height:30px;
	width:100%;
}
#both{
	height:100%;
	background:url(../images/box_both_bg.png) repeat;
	margin-bottom:30px;
	margin-left:130px;
	width:681px;
	text-align:justify;
	margin-top:-250px;
}
#both_content{
	background:url(../images/box_both_head.png) no-repeat;
	min-height:496px;
	height:100%;
	width:100%;
	padding-left:30px;
	padding-right:30px;
}
#both_foot{
	background:url(../images/box_both_foot.png) no-repeat;
	height:30px;
	width:100%;
}
#both p{
	max-width:600px;
	margin-bottom:10px;
	margin-top:10px;
	line-height:20px;
}
#left p{
	width:495px;
	line-height:20px;
	margin-bottom:10px;
	margin-top:10px;
}
#right{
	width:289px;
	padding-right:30px;
	margin-right:11px;
	float:right;
	text-align:justify;
	background:url(../images/box_rechts.png) no-repeat;
}
#right p, #right h1{
	width:245px;
	padding-left:25px;
}
p{
	margin:0;
	padding: 5px 0;
	font-size:12px;
}
#bg{
	background:url(../images/page.png) repeat-y;
	height:100%;
	float:left;
}
#footer{
	background:url(../images/footer.png) no-repeat;
	clear:both;
}
#footer p{
	padding-top:10px;
	color:black;
	text-align:center;
	font-size:10px;
}
#footer a{
	color:black;
}
div.slideshow {
	width:100%;
	text-align:left;
	padding-top:30px;
}
table.slideshow {
	width:875px;;
	margin:0 auto;
	padding-left:7px;
}
.slideshow p {
	padding-left: 50px;
	padding-right: 50px;
}
.slideshow h1 {
	padding-left: 50px;
	padding-right: 50px;
	color:white;
	text-transform:uppercase;
	font-size:24px;
}
.slideshow img.referenz {
	padding-left: 50px;
}
table#features {
	padding-left:25px;
}

table#features td {
	padding-top:30px;	
	padding-bottom:30px;	
}
table#features p {
	padding-left:10px;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	width:160px;
}
@media print {
div#nav, div#header, div#footer {display:none;}
div#content, html, body 	{left:0px; top:0px; padding:0px; margin:0px; width:auto; height:auto;}
}
