@charset "utf-8";
/* CSS Document */


body {
	margin: 0;
	padding:0;
	border: 0;
	color: #000000;
	font-family: 'TrebuchetMS', 'Trebuchet MS', sans-serif;
	font-size: 14px;
/*	background: #81DFFB; */
    background: #6CE0FF;
/*	background: #A7E3FF; */
	line-height:20px;
	font-weight:normal;
}

h1 {
	margin-top:0px;
}

#wrapper {
	position:relative;
	width:800px;
	height:725px;
	margin: 50px auto;
}

#videocontent {
	position:relative;
	width:800px;
	height:725px;
	margin: 0;
	padding:0;
}


#inside {
	position:relative;
	width:428px;
	margin: 0 0 0 213px;
	padding: 45px 0 0 0;
}

#footer_1 {
	position:absolute;
	left:50px;
	bottom:33px;
	width:700px;
	height:150px;
	background: #ffffff;
	text-align:center;
	padding-top:8px;
}

#footer_2 {
	position:absolute;
	left:0px;
	bottom:0px;
	width:800px;
	height:20px;
	text-align:center;
	font-size: 10px;
	line-height:100%;
	font-weight:bold;
	color:black;
	text-decoration:none;
}

#footer_1 a {
	font-size: 11px;
	line-height:14px;
	font-weight:bold;
	font-weight:700;
	color:black;
	text-decoration:none;
	letter-spacing:1px;
}

#footer_1 a:hover {
    color: rgb(148, 23, 81);
    text-decoration: none;
}

#footer_2 a {
	font-size: 10px;
	line-height:100%;
	font-weight:bold;
	color:black;
	text-decoration:none;
}

#footer_2 a:hover {
    color: rgb(148, 23, 81);
    text-decoration: none;
}

#logo {
	position:absolute;
	width:168px;
	height:138px;
	left:10px;
	top:25px;
	background:url(../image/symbol.png) no-repeat;
}

#gesicht {
	position:absolute;
	width:128px;
	height:111px;
	left:645px;
	top:30px;
	background:url(../image/gesicht.png) no-repeat;
}

.mejs-controls
{
	display:none !important;
}

video, .mejs-container {
/*	background: #81DFFB; */
    background: #6CE0FF;
/*	background: #A7E3FF; */
}