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

body {
	font-family:Arial,Helvetica,Tahoma;
	font-size:16px;
	line-height:1.5em;
	margin:0;
	padding:0;
	background-color:#FFF;
}

a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}

h1 {
	font-size:40px;
	font-weight:lighter;
	margin:0;
	padding:0 0 20px 0;
}

h2 {
	font-size:24px;
	font-weight:lighter;
}

P {
	margin-top:20px;
}

table td.kontur {
	border:1px solid #333;
}

table td.kontur h1 {
	margin-top:15px;
}

table td ul {
	list-style-type:none;
	padding:0 0 0 20px;
}

table td ul li {
}

ul#nav {
	list-style-type:none;
	margin:0;
	padding:0;
	opacity: .85; filter:Alpha(Opacity=85);
}

ul#nav a:link,
ul#nav a:visited {
	display:inline-block;
	color:#FFF;
	background-color:#2f6e8f;
	text-decoration:none;
	padding:5px 15px;
	font-size:20px;
}

ul#nav a:hover,
ul#nav a:active {
	background-color:#FFF;
	color:#2f6e8f;
}


#black-box-first {
	position:relative;
	float:left;
	width:100%;
	background:#2f6e8f;
	margin-top: -20px;
	margin-bottom: -10px;
}

#black-box {
	position:relative;
	float:left;
	width:100%;
	background:#2f6e8f;
}

#black-content {
	position:relative;
	margin:0 auto;
	width:940px;
	padding:40px 30px;
	color:#FFF;
}

#white-box {
	position:relative;
	float:left;
	width:100%;
	background:#FFF;
}

#white-box-last {
	position:relative;
	float:left;
	width:100%;
	background:#FFF;
}

#white-content {
	position:relative;
	margin:0 auto;
	width:940px;
	padding:40px 30px;
	color:#000;
}

#white-content-bio {
	position:relative;
	margin:0 auto;
	width:940px;
	padding:40px 30px;
	color:#000;
	background: url(images/mano-meter_2.jpg) #FFF bottom right no-repeat;
}

#white-content-video {
	position:relative;
	margin:0 auto;
	width:940px;
	padding:40px 30px;
	color:#000;
/*	border-left:1px solid #EDEDED;
	border-right:1px solid #EDEDED; */
	background: url(images/mano-meter_1.jpg) #FFF bottom right no-repeat;
}

.input {
	font-size:14px;
	font:Arial, Helvetica, sans-serif;
}

.anzahl {
	text-align:center;
	font-size:18px;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.submit {
	width:940px;
	height:50px;
	font-size:18px;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#black-content.imprint {
	font-size:12px;
	color:#EEEEEE;
	margin-top: -20px;
	margin-bottom: -20px;
}

#black-content.imprint a:link,
#black-content.imprint a:visited {
	color:#EEEEEE;
	text-decoration:none;
}

#black-content.imprint a:hover,
#black-content.imprint a:active {
	color:#FFF;
	text-decoration:none;
}

.text-area {
	width:700px;
}


.language {
	margin-left: 390px;
}

.language a:link,
.language a:visited {
	color:#FFF;
	text-decoration:none;
	font-size:13px;
}

.language a:hover,
.language a:active {
	color:#999;
	text-decoration:underline;
	font-size:13px;
}