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

body{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #ffffff;
	background-repeat: repeat-x;
}
img {
	border: none;
}
a {
	color: #3f90fa;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

input[type=text], input[type=email] {
	height: 24px;
	width: 220px;
	border: 0;
	margin-top: 3px;
	padding-right: 3px;
	padding-left: 7px;	
/*	background-image: url(../images/input.png);
	background-repeat: no-repeat;*/
	border: 1px #a8a8a8 solid;
	color: #4F535B;
	font-size: 13px;
}
input[type=submit] {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 24px;
	width: 95px;
	border: 0;
	margin-top: 3px;
	padding-right: 3px;
	padding-left: 7px;	
	background-color: #efefef;
	border: 1px #a8a8a8 solid;	
/*	background-image: url(../images/button.png);*/
	color: #4F535B;
}
textarea  {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px #a8a8a8 solid;
	width: 216px;
	height: 136px;
	margin-top: 3px;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;	
	padding-bottom: 7px;
/*	background-image: url(../images/textarea.png);*/
	color: #4F535B;
}

.search-box input[type=text] {
	font-size: 11px;
	border: none;
	width: 74px;
	background-image: none;
	margin: 0;
	background-image: url(../images/first-name.png);
	height: 24px;
	width: 84px;
	color: #4F535B;
	padding-right: 3px;
	padding-left: 7px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.main {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.spontactsheader {
	height: 124px;
	width: 900px;
	background-image: url(../images/spontacts_silhouette.png);
	background-position: right 2px;
	background-repeat: no-repeat;
}
.logo {
	height: 80px;
	width: 180px;
	float: left;
	margin-top: 25px;
	margin-left: 10px;
}
.header-text {
	height: 30px;
	width: 381px;
	float: right;
	margin: 25px 15px;
}
.tool-navi, .language-navi {
	text-align: right;
}
.language-navi {
	margin-top: 10px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.tool-navi a, .language-navi a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.header-title {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #35383e;
	float: right;
}
h1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #35383e;
	font-weight: normal;
	margin: 1px 0 10px 0;
	padding: 7px;
}
h2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #35383e;
	font-weight: normal;
	margin: 1px 0 10px 0;
}
h3 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #35383e;
	font-weight: normal;
	padding: 0 7px 5px 7px;
	margin: 0;
}
h4 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #35383e;
	padding: 0 7px 0 0;
	margin: 0;
}
th {
	text-align: left;
}
tbody, td, tr { 
	padding-top: 3px;
	padding-bottom: 3px;
}
td a {
	font-size: 13px;
}
label {
	width: 100px;
	float: left;
}
blockquote {
	margin: 0 0 6px 0;
	font-size: 13px;
	line-height: 16px;
}
blockquote::before {
	content: '\201C';
	font-weight: bold;
	margin-right: 4px;
	font-size: 16px;
}
blockquote::after {
	content: '\201D';
	font-weight: bold;
	margin-left: 4px;
	font-size: 16px;
}
fieldset {
	border: none;
	padding: 15px 0 15px 0;
}
.banner {
	height: 242px;
	width: 900px;
	background: url(../images/spontacts_blue_box.png) no-repeat;
}
.banner h1 {
	color: #000000;
	margin: 10px 0 10px 5px;
	font-size: 22px;
}
.banner h2, .banner h2 a {
	font-family: 'HelveticaNeue-CondensedBold',	'Helvetica Neue Condensed Bold', 'Helvetica NeueCondensed Bold', 'HelveticaNeue CondensedBold', 'HelveticaNeueCondensedBold', 'Helvetica-Neue-Condensed-Bold', 'Helvetica-Neue Condensed-Bold', 'Helvetica Neue-Condensed Bold';
	font-size: 24px;
	color: #000000;
}
.banner table, .banner tr, .banner td, .banner p {
	margin: 0;
	padding: 0;
}
.banner .zettel {
	background: url(../images/zettel.png) no-repeat top center;
	width: 130px;
	height: 117px;
	padding: 8px 0 0 30px;
/*	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;	*/
}

.banner p {
	font-family: Georgia, serif;
	font-size: 14px;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;	
}
.banner .img-box {
	margin: 0 0 0 10px;
	padding: 10px;
	width: 250px;
	text-align: center;
	float: left;
	font-size: 15px;
}
.roundedCorners {
	padding: 0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.clear {
	clear: both;
}
.navi {
	width: 870px;
	height: 42px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-right: auto;
	margin-left: auto -20px;
	padding: 0 0 0 0;
	text-transform: uppercase;
}
#home-navi {
	margin-top: 0px;
}
.navi a {
	color: #ffffff;
	text-decoration: none;
	background: none;
}
.navi a:hover {
	color: #fdb400;
}
.navi li {
	display: block;
	float: left;
	width: 123px;
	height: 29px;
	list-style-type: none;
	padding: 9px 0 0px 0;
	text-align: center;
}
.navi li.long {
	width: 133px;
}
.navi ul {
	padding: 0;
	margin: 0;
}
.navi .highlight {
	font-weight: normal;
	background: url('../images/bg4.gif') no-repeat bottom left;
	background-color: #ffffff;
}

.subnavi {
	width: 870px;
	height: 30px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto 80px;
	padding: 0 0 0 30px;
}
.subnavi a {
	color: #808080;
	text-decoration: none;
	background: none;
}
.subnavi a:hover {
	color: #fdb400;
}
.subnavi li {
	display: block;
	float: left;
	width: 140px;
	list-style-type: none;
	padding: 5px 0 0px 0;
	text-align: left;
}
.subnavi ul {
	padding: 0;
	margin: 0;
}
.highlight {
	font-weight: bold;
	background: none;
}

.middle {
	width: 900px;
	height: 180px;
}
.height125 {
	height: 125px;
}
.wrapper-one {
	width: 640px;
	float: left;
	height: 150px;	
}
.center {
	text-align: center;
}
.search-box {
	position: relative;
	width: 210px;
	height: 525px;
	float: right;
	margin-left: 20px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;	
	border: 0px solid #ffffff;
	background: #efefef url(../images/bg3.png) repeat-x top left;
	padding: 0 15px 20px 15px;
}
.text, label, .wrapper-two p {
	font-family: Trebuchet, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #35383e;
	line-height: 18px;
	padding: 0 3px 0 0;
}
.text-right {
	font-family: Trebuchet, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #35383e;
	line-height: 18px;
	padding: 0 0 0 0;
	margin: 0;
}
.image {
	text-align: center;
}
.text-italic {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #35383e;
}
.text-thankyou {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #35383e;
}
.content {
	margin-top: 30px;
	width: 900px;
}
.wrapper-two {
	width: 610px;
	float: left;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;	
	border: 0px solid #ffffff;
	background: #efefef url(../images/bg3.png) repeat-x top left;
	padding: 15px;
}
.wrapper-two ul {
	font-size: 13px;
}
.wrapper-two p.image, td.image {
	background-color: #ffffff;
}
.wrapper-two-two {
	width: 610px;
	float: left;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;	
	border: 0px solid #ffffff;
	background: #efefef url(../images/bg3.png) repeat-x top left;
	margin-top: 20px;
	padding: 15px;
}
.subtext {
	font-style: italic;
	font-size: 11px;
}
.wrapper-three {
	width: 210px;
	float: left;
	padding: 15px 0 0 0;
	margin: 0;
	clear: both;	
}
.facebook {
	width: 230px;
	float: left;
	margin-left: 20px;
	height: 325px;
}
.bottom {
	clear: both;
	width: 875px;
	margin-top: 40px;
	padding: 25px 0 35px 25px;
	height: 100px;
	position: relative;
	float: left;
	border-top-right-radius: 10px; 
	-moz-border-radius-topright: 10px; 	
	-webkit-border-top-right-radius: 10px; 
	border-top-left-radius: 10px; 	
	-moz-border-radius-topleft: 10px; 	
	-webkit-border-top-left-radius: 10px; 	
	background-color: #a8a8a8;
}
.bottom h2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin-bottom: 25px;
}
.bottom a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}
.footer-box {
	width: 200px;
	margin: 0 15px 0 0;
	position: relative;
	float: left;
}
.first-name {

}
.textfield {
	border: 0;
	color: #999999;
	margin-top: 3px;
}
.email {
	background-image: url(../images/your-email.png);
	height: 24px;
	width: 100px;
	color: #4F535B;
	padding-right: 2px;
	padding-left: 7px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.blank {
	width: 900px;
}
#container {
     position:relative;
     width:	600px;
     height:345px;
     overflow:hidden;
     background-color:#fff;
     margin: 0 0 10px 0;
 }
#div1 {
     position:absolute;
     left:0px;
     top:0px;
     width:600px;
     height:345px;
}
#plusone {
	text-align: center;
	width: 240px;
	margin: 40px 0 0 0;
}
#pressestimmen {
	text-align: center;
	width: 240px;
	float: right;
	padding: 15px 0 0 0;
	margin: 150px 0 0 0;
	color: #999999;	
}
#pressestimmen blockquote {
	margin: 5px 20px 5px 20px;
}
#pressestimmen a {
	font-style: italic;
	font-size: 13px;
	color: #999999;
}
#pressestimmen img {
	margin-top: 30px;
}

.raffle .img-box {
	padding: 0;
}



/* Easy Slider */
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider, #slider li{ 
	width:900px;
	height:253px;
	overflow:hidden; 
	}
span#prevBtn{}
span#nextBtn{}		

#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:1000;
	}	
#nextBtn, #slider1next{ 
	left:696px;
	}														
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a, #slider1next a{ 
	background:url(../images/btn_next.gif) no-repeat 0 0;	
	}	
	
/* numeric controls */	

ol#controls{
	float: right;
	z-index: 1001;
	margin: 0px auto 0 auto;
	padding:0;
	height:25px;
	}
ol#controls li{
	margin:0 5px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:25px;
	line-height:28px;
	}
ol#controls li a{
	float:left;
	height:28px;
	line-height:28px;
	background:#83b0d1;
	color:#fff;
	padding:0 10px;
	text-decoration:none;
	}
ol#controls li.current a{
	background:#fdb400;
	color:#fff;
	}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

/* // Easy Slider */

/* Countdown */
#android {
	height: 68px;
	padding-top: 180px;
	margin-bottom: 14px;
	background: url(../images/androidcoming.png) no-repeat top left;
}
br { clear: both; }
.cntSeparator {
font-size: 54px;
margin: 10px 3px;
color: #000;
}
.desc { 
	margin: 7px 0; 
	float: left;
}
.desc div {
float: left;
font-family: Arial;
width: 46px;
margin: 0 3px;
font-size: 13px;
font-weight: bold;
color: #000;
text-align: center;
}


/* Mailchimp Form */
#signup {
	border: none; 
	width: 600px; 
	height: 500px;
}
#mc_embed_signup {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;	
	background-color: #EFEFEF;
	height: 100%;	
}
#mc-embedded-subscribe-form .mc-field-group {
	padding: 3px 0 3px 0;	
}
.mc-field-group label {
	width: 120px;
	height: 30px;
	padding: 7px 0 0 0;
}
.mc-field-group li {
	display: inline;
	float: left; 
}
.mc-field-group li label {
	width: auto; 
	margin: 0 20px 0 3px;
	padding: 0;
}
.mc-field-group ul {
	width: 600px;
	margin: 5px 0 50px 0;
	padding: 0;
}
.input-group {
	margin: 15px 0 0 0;	
}
.mc-field-group input[type=text], input[type=email] {
	height: 30px;
}
.mc-field-group input[type=radio] {
	float: left;
	margin: 0 3px 0 3px; 
}
#mc-embedded-subscribe-form .indicates-required {
	margin-bottom: 20px;
}

