@charset "utf-8";
/* CSS Document **************************************************/
body {
	font-family:trebuchet ms, arial, sans serif;
	font-size:12px;
	line-height:20px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
	background: #000000;
	/* background-image:url(image/background.jpg); */
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
}
a {
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.h1 {
	font-family:trebuchet ms, arial, sans serif;
	font-size:11px;
	line-height:14px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:normal;
}
.h2 {
	font-family:trebuchet ms, arial, sans serif;
	font-size:14px;
	line-height:20px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
.h3 {
	font-family:trebuchet ms, arial, sans serif;
	font-size:18px;
	line-height:30px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
.h4 {
	font-family:trebuchet ms, arial, sans serif;
	font-size:22px;
	line-height:40px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
.strong {
	font-family:trebuchet ms, arial, sans serif;
	font-size:12px;
	line-height:20px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
/* HEADER ************************************************************************ */

#header {
	width:980px;
	height:200px;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	background-image: url(image/header.jpg);
	background-repeat: repeat-x;
}
.logo {
	width:400px;
	height:200px;
	background: url(image/logo.gif) bottom no-repeat;
	float:left;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	margin-left:30px;
}

/* TOPMENUE ************************************************************************ */

#menue {
	width:980px;
	height:50px;
	background-image:url(image/menue_back.gif);
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	text-align: center;
}
#navi {
	overflow: hidden;
	margin: 0 0 0 -10px;
	text-align:center;
}
#navi ul, #navi li {
	margin: 0;
	padding: 0;
	display:inline;
	list-style-type:none;
}
#navi li a {
	float: left;
	display:block;
	line-height: 35px;
	font-size:14px;
	font-weight: nold;
	margin: 0;
	padding: 0px 15px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
}
#navi a:hover, #navi li.selected a {
	background-color:#6A0000;
}
/* CONTENT ************************************************************************ */

#content {
	width:980px;
	height:auto;
	background: #991021;
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	padding-top:20px;
}
#content_left {
	float: left;
	width:550px;
	height:auto;
	background: none;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:20px;
}
#content_right {
	float: right;
	width:370px;
	height:auto;
	background: none;
	margin-top:0px;
	margin-right:20px;
	margin-bottom:0px;
	margin-left:0px;
}
#content_text {
	width:940px;
	height:auto;
	background: none;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:20px;
}

#foto1 {
	float:right;
	width:170px;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	padding:0;
}
#foto2 {
	float:left;
	width:170px;
	margin-right:0;
	margin-bottom:0;
	margin-left:0;
	padding:0;
}
#videobordercenter {
	float:center;
	width: 330px;
	background:#000000;
	padding: 10px;
	border: 1px solid #FFFFFF;
}
img.imgbordercenter {
	float:right;
	background:#000000;
	padding: 10px;
	border: 1px solid #FFFFFF;
}

/* VIDEO STARTSEITE ************************************************************************ */

#center {
	position: absolute;
   	left: 50%;
   	top: 50%;
   	text-align:left;
   	width: 720px;
   	height: 406px;
   	margin-left: -360px;
   	margin-top: -203px;
	background:#000000;
	padding: 10px;
	border: 1px solid #FFFFFF;
}

/* FOOTER ************************************************************************ */

#footer {
	width:980px;
	height:180px;
	background-image:url(image/footer_back.gif);
	margin-top:0px;
	margin-right:auto;
	margin-bottom:0px;
	margin-left:auto;
	font-family:trebuchet ms, arial, sans serif; font-size:11px; font-weight:normal; color:#FFFFFF; text-decoration:none; text-align:left; line-height:40px;

}

#footertext {
	width:760px;
	height:90px;
	margin-top:auto;
	margin-right:0;
	margin-bottom:auto;
	margin-left:200px;
	font-family:trebuchet ms, arial, sans serif; font-size:11px; font-weight:normal; color:#FFFFFF; text-decoration:none; text-align:right; line-height:40px;
}

.Stil1 {color: #FFFFFF;}


/* FOOTERMENUE ************************************************************************ */

#footermenue {
	width:560px;
	height: 85px;
	margin-top:auto;
	margin-right:0;
	margin-bottom:auto;
	margin-left:400px;
	text-align:center;
}
#footernavi {
	overflow: hidden;
	margin: 0 0 0 100px;
	text-align:center;
}
#footernavi ul, #footernavi li {
	margin: 0;
	padding: 0;
	display:inline;
	list-style-type:none;
}
#footernavi li a {
	float: right;
	display:block;
	line-height: 35px;
	font-size:11px;
	font-weight: normal;
	margin: 0;
	padding: 0px 20px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: none;
}
#footernavi a:hover, #footernavi li.selected a {
	background-color:#000000;
}

/* referenz menü ************************************************************/	


.referenz_menu{
	height:70px; width:940px;
	background:none;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:20px;
	padding:0px;
	}
	
.referenz_menu ul{
	background:none;
	list-style:none;
	margin:0;
	padding:0;
	}
	.referenz_menu li{
		border-width:0 0 0 1px; border-style:dotted; border-color:#FFFFFF; 
		float:left;
		padding:0px;
		}
	.referenz_menu li a{
		background:none;
		display:block;
		font-family:trebuchet ms, arial, sans serif; text-align:center; font-size:14px; color:#FFFFFF; font-weight:bold;
		line-height:35px;
		margin:0px;
		padding:0px 20px;
		text-align:center;
		text-decoration:none;
		}
		.referenz_menu li a:hover, .referenz_menu ul li:hover a{
			background: #6A0000;
			color:#FFFFFF;
			text-decoration:none;
			}
	.referenz_menu p{
		clear:left;
		}

