@charset "utf-8";

@font-face {
  font-family: 'Source Sans Pro';
  font-style:normal;
  font-weight: 200;
  src: url(../font/SourceSansPro-Light.eot)
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: local('Source Sans Pro'), local('SourceSansPro'), url('../font/SourceSansPro-Light.ttf') format('truetype');
}

body {
	margin:0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 11px;
	background-color: #F5F5F5;
	background-image:url(../img/waben_bg.png);
	background-position:left bottom;
	background-repeat:no-repeat;
	color:#666;
	cursor:default;
}

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

.playerDiv object{
	background-color:#000;
}

#playerDiv object{
	background-color:#000;
}

#playerDiv{
	top: 100px;
	display:none;
	position:relative;
	height:auto;
}

#close{
	background-image:url(../img/btn_close.png);
	background-repeat:no-repeat;
    height: 50px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 65px;
    z-index: 2;
	cursor:pointer;
}

.videobtn{
	cursor:pointer;
}

.videobtn a:link, .videobtn a:visited, .videobtn a:hover{
	text-decoration:none !important;
	color:#666 !important;
}

#info{
	background-image: url(../img/infobox_top.png);
	background-position:top;
	background-repeat:no-repeat;
    display: none;
    padding: 20px;
    position:absolute;
    width: 353px;
	right: 0px;
    top: 0px;
}

.infobox h2{
	color: #0099D1;
    font-size: 24px;
    font-weight: bold;
	margin:0;
	padding-bottom:5px;
}

.infobox hr{
	border:0;
	border-bottom:1px solid #0099d1;
	margin:0;
}

.infobox p{
	padding-top:5px !important;
}

.infobox .infocenter{
	background-image: url(../img/infobox_center.png);
    background-position: center top;
    background-repeat: no-repeat;
    left: -28px;
    position: relative;
    top: -20px;
	padding: 15px 28px 0px;
	min-height: 158px;
}

.infobox .infobottom{
	background-image: url(../img/infobox_bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
	height: 31px;
	left: -28px;
    position: relative;
    top: -20px;
}

#topmenu{
	height:100px;
	background-color:#fff;
	border-bottom:1px solid #CCC;
    width: 100%;
    
    position: fixed;
	z-index:1;
	top:0;
	left:0;
}

#logo{
	float:right;
	margin-right: 90px;
    margin-top: 25px;
}

#topnavi{
	float:left;
	margin-top:15px;
	font-size:20px;
	color:#0099d1;
	/*position: fixed;*/
	width: 600px;
}

#topnavi ul{
	list-style:none;
	margin:0;
	padding:0;
}

#topnavi li{
	float:left;
	padding-left:5px;
	padding-right: 10px;
}

#topnavi a:link, #topnavi a:visited{
	color:#0099d1;
	text-decoration:none;
}

#topnavi a:hover{
	color:#8f8f8f;
}

#topnavi .active a{
	color:#666;
}

#secondnavi{
	float:left;
	height:25px;
	font-size:14px;
	color:#0099d1;
	margin-top:38px;
    position: fixed;
}

#secondnavi ul{
	list-style:none;
	margin:0;
	padding:0;
}

#secondnavi li{
	float:left;
	padding-left:5px;
	padding-right:5px;
}

#secondnavi a:link, #secondnavi a:visited{
	color:#0099d1;
	text-decoration:none;
}

#secondnavi a:hover{
	color:#8f8f8f;
}

#secondnavi .active a{
	color:#666;
}

#men_fonttext{
	background-image:url(../img/men_fonttext.png);
	background-position: center top;
	background-repeat:no-repeat;
    min-height: 664px;
	overflow:hidden;
}

#wrapper{
	margin:0 auto;
	width:1035px;
	position:relative;
	padding-left: 10px;
    padding-right: 10px;
}

#poster{
	position:relative;
	top:0;
	left:0;
	z-index:0;
}

#poster img{
	position:fixed;
	top:0;
	left:0;
	display:none;
}

/*
#poster img{
	max-width: 100%;
    height: auto;
    width: auto\9;
} */

/*#poster #holder{
	position:fixed;
	width:335px;
	background-color:#F5F5F5;
	border:1px solid #ccc;
	bottom:50px;
	right:10%;
	box-shadow: 0px 0px 10px #6d6d6d;
}*/

#poster #holder{
	position:fixed;
	width:350px;
	background-color:#F5F5F5;
	border:1px solid #ccc;
	bottom:100px;
	right:0;
	box-shadow: 0px 0px 10px #6d6d6d;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	display:none;
}

#poster #text{
	padding:25px;
	color:#666;
	font-size:14px;
	position:relative;
}

#poster h1{
	font-size:26px;
	padding:0;
	margin:0;
	font-weight:lighter;
}

#poster h2{
	font-size:24px;
	padding:0;
	margin:0;
	color:#0099D1;
}

#poster h3{
	font-size:16px;
	padding:0;
	margin:0;
	color:#0099D1;
	font-weight:300;
}

#poster #nav{
	margin-left: 25px;
    margin-top: -15px;
	margin-bottom:25px;
	position: relative;
    z-index: 1;
}

#poster .btn{
	background-image:url(../img/btn_poster.png);
	background-repeat:no-repeat;
	background-position:-15px;
	/*background-color: #8f8f8f;*/
    float: left;
    height: 15px;
    margin-right: 6px;
    width: 15px;
	cursor:pointer;
}

#footer{
	border-top:1px solid #ccc;
	background-color:#fff;
	height:30px;
	width:100%;
	overflow: visible;
	position:fixed;
	z-index:10;
	bottom:0px;
}

#footer #text{
	font-size: 14px;
	line-height:30px;
}

#footer #text .adress{
	font-size: 12px;
	color:#666;
	margin:0;
	line-height:normal !important;
}

#footer #qrAdress{
	display:none;
	left: 100px;
    position: absolute;
    top: -200px;
}

#footer ul{
	list-style:none;
	margin:0;
	padding:0;
}

#footer li{
	float:left;
	padding-left:5px;
	padding-right:5px;
}

#footer a:link, #footer a:visited{
	color:#0099d1;
	text-decoration:none;
}

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

#cleaner{
	clear:both;
}

#site{
	top:100px;
	position:relative;
	padding-bottom:30px;
}

#site #content{
	font-size: 16px;
	color:#666;
	width:650px;
}
#site #content a:link, #site #content a:visited{
	color:#0099D1;
	text-decoration:none;
}

#site #content a:hover{
	text-decoration:underline;
}

#site #content h1{
	font-size: 36px;
    font-weight: lighter;
	line-height: 34px;
	color:#0099d1;
	padding-top:15px;
}
#site #content h2{
	font-size: 20px;
	color:#666;
	margin:0;
}
#site #content h3{
	color:#0099d1;
	margin:0;
	padding:0;
	font-size: 24px;
    font-weight: 300;
}

#site #content hr{
	border:0;
	border-bottom:1px solid #0099d1;
	padding:0;
	margin:0;
}

#site #content .des{
	font-size:12px;
}

#site #content2{
	font-size: 14px;
	color:#666;
	width:304px;
	background-image:url(../img/perfo.jpg);
	background-repeat:repeat-y;
	padding-left:15px;
	padding-right:15px;
	position:relative;
}

#site #content2 a:link, #site #content2 a:visited{
	color:#0099D1;
	text-decoration:none;
}

#site #content2 a:hover{
	color:#666;
	text-decoration:underline;
}

#site #content2 h1{
	font-size: 22px;
    font-weight: lighter;
	color:#0099d1;
	padding:0;
	margin:0;
	padding-top: 20px;
	text-align:center;
}

#site #content2 h1 img{
	margin-right: 10px;
}

#site #content2 p{
	padding:0;
	margin:0;
}
#site #content2 #dynamic{
	position:relative;
	/*top:0px;
	left:0px;*/
}

#site #showcase{
	font-size: 16px;
	width:1000px;
}

#site #showcase a:link, #site #showcase a:visited{
	text-decoration:none;
	color:#0099d1;
}

#site #showcase a:hover{
	text-decoration:none;
	color:#0099d1;
}

#site #showcase h1{
	font-size: 55px;
    font-weight: 300;
    line-height: 67px;
	color:#0099d1;
	padding:0;
	margin:0;
	padding-top: 20px;
}
#site #showcase h2{
	font-size: 20px;
	color:#666;
	padding-top:15px;
	padding-bottom:15px;
	margin:0;
}
#site #showcase h3{
	color:#0099d1;
	margin:0;
	padding:0;
	font-size: 24px;
    font-weight: 300;
}
#site #showcase hr{
	border:0;
	border-bottom:1px solid #0099d1;
	padding:0;
	margin:0;
}

#site #content input{
	width:200px;
	margin-top:5px;
	border: medium none;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 4px #BBBBBB inset;
    font-size: 12px;
    padding: 5px;
	color:#666;
	margin-bottom: 5px;
    margin-top: 5px;
}

#site #content .btn{
	background-color: #B2B2B2;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 4px #BBBBBB;
    color: #FFFFFF;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 15px;
    padding: 5px;
    width: 100px;
	cursor:pointer;
}

#site #content textarea{
	width:500px;
	margin-top:5px;
	border: medium none;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 4px #BBBBBB inset;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    padding: 5px;
	color:#666;
	margin-bottom: 5px;
    margin-top: 5px;
}

#site #content select{
	width:500px;
	margin-top:5px;
	border: medium none;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 4px #BBBBBB inset;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
    padding: 5px;
	color:#666;
	margin-bottom: 5px;
    margin-top: 5px;
}

img{
	border:0;
}

#site #content ul{
	display: inline-block;
    list-style: disc outside none;
    margin: 0;
    width: 330px;
}

#site #content ol{
	
}

#site #content li{
	padding-top:15px;
}

#kontakt{
	background-image:url(../img/kugelschreiber.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	height:600px;
}

#impressum{
	background-image:url(../img/impressum.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	height:375px;
}

.tblTop{
	background-color:#0099d1;
	height:30px;
	line-height:30px;
	width:640px;
	padding:5px;
	color:#fff;
	font-weight:bold;
	font-size: 18px;
	margin-top:20px;
}

.tblEcke{
	background-image:url(../img/ecke_blau.png);
	background-position:top right;
	background-repeat:no-repeat;
}

.tblBody{
	background-color:#fff;
	width:610px;
	padding:10px 10px 10px 20px;
}

.tblBody ul{
	padding:0;
	margin:0;
	display:inline-block;
}

.tblBody li{
	float:left;
	margin-left: 15px;
    padding-right: 20px;
	max-width: 250px;
}

.ab_kontakt_msg {display:none}

.news{
	background-image: url(../img/presse_headline.png);
    background-repeat: no-repeat;
    height: 160px;
    padding-left: 68px;
    padding-right: 40px;
    padding-top: 12px;
    width: 555px;
	margin-bottom:50px;
	margin-left: -5px;
}

.news .date{
	font-size: 12px;
    margin-top: -6px;
    padding:0;
	margin:0;
	width:100px;
}

.news p{
	margin:0;
	padding: 3px 0 0;
}

.partner{
	margin:15px 0px;
}

.partner img{
	padding-right:15px;
	vertical-align:middle;
}

.projecke{
	width:994px;
	background-image:url(../img/ecke_grau.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	padding-right:6px;
	margin-top:-13px;
	position:fixed;
	z-index:2;
	top:100px;
}

.projnavi{
	background-color:#ccc;
	height:40px;
	box-shadow: 0px 0px 5px #ccc;
	font-size:14px;
	font-weight:bold;
	color:#666;
}

.projnavi ul{
	list-style-position:inside;
	list-style-type:none;
	padding:10px;
	font-weight:normal;
}

.projnavi li{
	float:left;
	margin-right:30px;
	padding:0;
	display:block;
}

.projnavi a:link,
.projnavi a:visited{
	color:#666;
	text-decoration:none;
}

.projnavi a:hover, 
.projnavi li.active a {
	color:#000;
}

.projnavbottom{
	background-color: #B2B2B2;
    border-top: 1px solid #999999;
	border-right:1px solid #999999;
    box-shadow: 0 0 5px #CCCCCC;
    color: #FFFFFF;
    float: right;
    font-size: 14px;
    height: 24px;
    text-align: center;
    width: 150px;
}

.projnavbottom a:link, .projnavbottom a:visited{
	color:#666666;
	text-decoration:none;
}

.projnavbottom a:hover{
	color:#000;
}

.tvshow{
	background-image:url(../img/showcase/tv.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	width:1000px;
	height:563px;
	z-index:1;
}