/* CSS Document */
* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	text-align:center; /* horizontal centering for IE Win quirks */
	background:url(../images/body_bg.gif) repeat-x #394963;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}

a, .success a:hover{
	color: #394963;
	font-weight:normal;
	text-decoration:underline;
}

a:hover{
	color: #fff;
	font-weight:normal;
	text-decoration: underline;
}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-305px; /* half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:610px;
	width:955px;
	clear:left;
	background-color: #fff;
}
		
#header {
	height: 93px;
	width: 955px;
	text-align: right;
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	color: #394963;
}

#menuhead {
	float: left;
	height: 20px;
	margin-top: 70px;
	padding-left: 14px;
	font-size: 10px;
	color: #aaa;
	line-height: 20px;
}

#menuhead a{
	text-decoration: none;
	color: #aaa;
	font-weight:normal;
}

#menuhead a:hover{
	text-decoration: underline;
	color: #aaa;
	font-weight:normal;
}

#home{
	position: absolute;
	bottom: 51px;
	right: 15px;
	font-size: 11px;
	color: #ccc;
	font-weight: bold;
}

#home a{
	color: #ddd;
	font-weight:normal;
	text-decoration: none;
}

#home a:hover{
	color: #ddd;
	font-weight:normal;
	text-decoration:underline;
}

div.titel {
	margin: 10px 0 10px 20px; 
	width: 683px; 
	height: 32px;
	color: #394963;
	font-size: 24px;
}

div.inhalt{
	margin: 0 0 0 20px;
	width: 657px;
	height: 280px;
	overflow: auto;
	padding: 13px 13px;
	filter:alpha(opacity=90); /* IE */
	-moz-opacity: 0.90; /* Gecko */
	opacity: 0.90; /* Opera */
}

#footer {
	position:absolute;
	bottom: 0px;
	width: 955px;
	height: 40px;
	color: #1f2f4d;
}

#footer a{
	color: #1f2f4d;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover{
	color: #1f2f4d;
	font-weight:bold;
	text-decoration: underline;
}

div.linfarbe {
	height: 10px;
	background:url(../images/footer_bg.gif) repeat-y;
	margin: 0; padding: 0; font-size:0; line-height:0px;
}

div.inhaltfooter {
	height: 25px;
	background-color:#fff;
	filter:alpha(opacity=80); /* IE */
	-moz-opacity: 0.80; /* Gecko */
	opacity: 0.80; /* Opera */
	font-size: 11px;
	color: #1f2f4d;
	line-height: 25px;
	padding: 0 15px;
}

div.inhaltfooter a{
	color: #1f2f4d;
	font-weight:bold;
	text-decoration:none;
}

div.inhaltfooter a:hover{
	color: #1f2f4d;
	font-weight:bold;
	text-decoration: underline;
}

#logoln {
	position: absolute;
	bottom: 4px;
	right: 15px;
	z-index: 10;
}

/* CSS Lang*/
#container_lang {
	position:relative;
	width: 955px;
	min-height: 94%;
	height: auto !important;
	height: 94%;
	margin: 0 auto;
	background-color: #fff;
	text-align: left;
	padding: 0 0 55px 0;
}

div.inhalt_lang {
	margin: 0 0 0 20px;
	width: 657px;
	padding: 15px 13px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	filter:alpha(opacity=90); /* IE */
	-moz-opacity: 0.90; /* Gecko */
	opacity: 0.90; /* Opera */
}

#footer_lang {
	position: absolute;
	bottom: 0px;
	width: 955px;
	height: 40px;
}
/* ENDE CSS Lang*/

/* Navigation */
#nav {
	position: relative;
	z-index: 20;
}

#kwick .kwicks {
	display: block;
	background-color: #c7afaf;
	height: 100px;
	margin: 0;
	padding: 0;
	list-style-type:none;
}

#kwick li {
	float: left;
	list-style-type:none;
	background:none;
	padding: 0;
}

#kwick .kwick {
	display: block;
	overflow: hidden;
	height: 100px;
	width: 191px;
	background: #c7afaf;
}

#kwick .item001 {
	background: url(../navi/navi001_bg.gif) repeat-y #c7c7af;
}

#kwick .item002 {
	background: url(../navi/navi002_bg.gif) repeat-y #afc7bb;
}

#kwick .item003 {
	background: url(../navi/navi003_bg.gif) repeat-y #afb7c7;
}

#kwick .item004 {
	background: url(../navi/navi004_bg.gif) repeat-y #c7afc7;
}

#kwick .item005 {
	background: url(../navi/navi005_bg.gif) repeat-y #c7afaf;
}

span.clear {
	display: block;
	clear: both;
}
/* ENDE Navigation */

/*Schatten*/
div.shadowheader {
	height: 3px;
	background-color: #666;
	border-bottom: 2px solid #999;
	filter:alpha(opacity=10); /* IE */
	-moz-opacity: 0.10; /* Gecko */
	opacity: 0.10; /* Opera */
	margin: 0; padding: 0; font-size:0; line-height:0px;
   }

div.shadowfooter {
	height: 3px;
	background-color: #666;
	border-top: 2px solid #999;
	filter:alpha(opacity=10); /* IE */
	-moz-opacity: 0.10; /* Gecko */
	opacity: 0.10; /* Opera */
	margin: 0; padding: 0; font-size:0; line-height:0px;
   }
/*ENDE Schatten*/

img {
	border:0px;
}

ul {
	padding-left: 0px;
	line-height: 21px;
	list-style-type:none;
}

ul li{
	background: url(../images/pfeile_weiss.gif) 2px 50% no-repeat;
	padding-left: 18px;
}

div.inhalt p {
	margin-bottom: 0.8em;
}

.final{
	margin-bottom: -10px;
}

#team {
	padding:0;
	margin: 0;
	display: block;
	line-height: 16px;
}

#team li {
	float:left;
	background:none;
	width: 213px;
	padding: 0px;
	line-height: 14px;
}

#team li img {
	border: 1px solid #a5b5d4;
}

.klein {
	font-size: 11px;
}

.kleiner {
	font-size: 9px;
	line-height: 9px;
}

.gross {
	font-size: 13px;
	font-weight:bold;
}

h2 {
	font-size: 13px;
	font-weight:bold;
	color: #fff;
	margin-bottom: 0.8em;
	margin-top: 1.6em;
}

img.profil {
	border: 1px solid #c7c78f;
}

.floatlinks {
	float: left;
	margin-right: 13px;
}

.floatrechts {
	float: right;
	margin-left: 13px;
}

/*Subnavi*/
#subnavi {
	position:absolute;
	top:246px;
	right:80px;
	z-index: 5;
}

#subnavi li{
	background:none;
	margin-left: 0;
	padding: 4px 0;
}

/*ENDE Subnavi*/


input {
	height:15px;
}

.button {
	height:20px;
	background-color:#FFFFFF;
}

.success{
	background-color: #fff;
	width: 350px;
	height:400px;
	text-align: right;
}

.sucinhalt{
	background-color: #ba9292;
	padding: 13px 13px;
	filter:alpha(opacity=90); /* IE */
	-moz-opacity: 0.90; /* Gecko */
	opacity: 0.90; /* Opera */
	width: 92%;
	height:200px;
}



div.video {
	margin: 265px 0px 0px 20px;
}
