@import url("navi.css");

html, body {
	font-family:Verdana, Arial, Geneva, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	color:#f2f2f2;
	background:url(../img/bg.jpg) repeat-x #000000;
}

/* global def */
#content a { color:#8ce7d4; font-weight:bold; }
a { text-decoration:none; color: #8ce7d4; }
a:hover { text-decoration:underline; }
img { border:0px; }
h1 { font-size:14px; font-weight:bold; margin:0px; padding:0px; }
/* end global */

h1 {
	margin-top: 20px;
}

/* site def */
#wrap {
	width:1000px;
	margin-left:auto;
	margin-right:auto; 
}

#top { width:1000px; float:left; font-size:10px; margin-top:5px; }
#top span { float:left; margin-left:30px; }
#top #impressum { float:right; }
#top a { text-decoration:none; color:#f2f2f2; text-transform: uppercase;}
#top a:hover { color:#8ce7d4; }

#header {
	width:1000px;
	height:283px;
	background:url(../img/header.jpg) no-repeat;
	float:left;
	margin-top:8px;
}
#header #logo { float:left; }

#content {  
	width:1000px;
	float:left;
	background:url(../img/bg_cont.jpg) no-repeat top center;
	min-height:120px;
}
#content #teaser {  
	width:600px;
	text-align:justify;
	float:left;
	margin-left:150px;
	margin-top:30px;
}
#content #teaser img { float:right; margin-left:10px; margin-bottom:10px; border:2px solid #fff; }
#left, #right {
	margin: 30px 0 0 60px;
	width: 350px;
	float: left;
}
#right {
	margin-top:60px;
}
#bottom {
	clear: both;
	width:750px;
}
p {
	background: #212121;
	padding:5px;
	line-height:1.8em;
}
.slideshow {
	width:348px;
	height:220px;
/*	border:1px solid #FFF; */
	position:relative;
	overflow:hidden;
}
.slide  {
	position:absolute;
	text-align:center;
	width:348px;
}
div.slide_info {
	position:absolute;
	width:100%;
	height:20px;
	padding:2px 0 0 2px;
	top:200px;
	left:0;
	text-align: center;
	background:transparent url(../img/pixel25.png);
}

div.news {
	position:relative;
	padding:20px 0 20px 0;
	margin-bottom:10px;
	clear:both;
	background: transparent url(../img/line.png) bottom center no-repeat;
}
div.news h2 {
	font:14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0;
	padding:5px 0;
}
div.news img {
	float:right;
	display:block;
	width:130px;
	margin-left:10px;
	border:2px solid #fff;
	-moz-border-radius:5px;
}
#right div.news img.signet {
	float:left;
	position:relative;
	left:-10px;
	top: 5px;
	width:auto;
	border:0;
}
div.news p {
	background:transparent;
	margin:0 0 10px 0;
	padding:0;
}

#right img {
	border:2px solid #fff;
	-moz-border-radius: 5px;
}

.ansprechpartner p {
	display:block;
	margin:20px 0 40px 0;
	padding:0 0 60px 0;
}

.ansprechpartnerimg img{
	width:140px;
}

#right #spacer{
	padding-top:30px;
}
#left table, #left table tr td{
	border:0 none;
}

#right p{
	margin:0 0 20px 10px;
	width:225px;
	color:#8CE7D4;
}
