@charset "UTF-8";

body {
	margin:0;
	padding:0;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	background-color:#DADADA;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
}

ul, li {
	padding:0;
	margin:0;
}

#container {
	width: 970px;
	margin: 0 auto;
	position:relative;
}

#logo {
	position:absolute;
	z-index:1;
}

a {
	color:#069;
	text-decoration:none;
}

a:hover {
	color:#09C;
}


#menu {
	position:absolute;
	z-index:8;
	width:480px;
	height:70px;
	top:40px;
	right:67px;
	background-image:url(../images/bg_menu.png);
	background-repeat:no-repeat;
	background-position:right;
	font-family: Arial, Helvetica, sans-serif
}

ul#Hauptmenu {
	position:relative;
    margin: 0;
    text-align: center;
	top:26px;
	left:12px;
}
ul#Hauptmenu li {
	list-style: none;
	display: inline;
	padding: 0;
	margin-right:15px;
	text-transform:uppercase;
}

ul#Hauptmenu a, ul#Hauptmenu span {
	text-decoration: none;
	color:#FFF;
	font-weight:bold;
	font-size:13px;
}

ul#Hauptmenu a:hover, ul#Hauptmenu span {
	color:#CCC;
}


#bild {
	position:absolute;
	z-index:3;
}

#video_start {
	position:absolute;
	z-index:1;
}

#bild_content {
	position:absolute;
	z-index:2;
	padding-top:0;
	padding-left:0;
}


#links {
	position:absolute;
	z-index:1;
	width: 560px;
	right: 70px;
	top:147px;
	text-align:right;
}

#facebook {
	position:absolute;
	z-index:4;
	top:550px;
	left:707px;
}

#partner {
	position:absolute;
	z-index:1;
	top:660px;
	width:935px;
	text-align:center;
	padding-right:35px;
}

#footer {
	position:absolute;
	z-index:6;	
	top:760px;
	text-align:center;
	font-size:11px;
	color: #393939;
	width:100%
}

#footer a {
	color: #393939;
	text-decoration:none;
}

#footer a:hover {
	color: #393939;
	text-decoration:none;
}

#facebook_footer {
	position:absolute;
	bottom:0;
	right:0;	
}

#content {
	position:absolute;
	z-index:1;
	width: 460px;	
	height: 530px;
	overflow:auto;
	top: 130px;
	right:70px;
}

#content_video {
	position:absolute;
	z-index:6;
	width: 560px;	
	height: 315px;
	top: 256px;
	right:85px;
}

h1 {
	font-size:18px;
}

td {
	vertical-align:top;
}

