@import url(http://fonts.googleapis.com/css?family=Roboto:400,700);

img#preview_logo{display:none;}

body{
	font-family: 'Roboto', 'sans-serif';
	font-size:14px;
	font-weight: 400; 
	background-color:#58889D;
	margin:0;
	padding:0;
	}

#outer{
	width:1040px;
	background:#032F49;
	margin:auto;
	padding:0;
	
	 -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
	
	}

.logo { 
	position:absolute;
	z-index:15;
	width:300px;
	height:150px;
	top:40px;
	left:20px;
	border:none;
}

.logo img{border:none; width:300px;}

 
.header{
	background:#032F49;
	position:relative;
	width:1000px;
	height:530px; 
	margin:auto;
	border-bottom: 3px solid #EE7B00;
	

	
}

.lang {position:absolute; top:10px; right:15px;}

.pdf { 
	background: url('../images/pdf.png') 1px 1px no-repeat;
	width:400px;
	height:48px;
	display:block;
	text-indent:55px;
	color:#fff;
	text-decoration:none;
	}
	
#page{width:100%; color:#fff; background:#032F49;}

#page h1,#page h2{font-size:22px;font-weight: 700;}
.left{width:260px; float:left; padding:20px;}
.right{width:660px; float:left; padding:20px;}

.teilen50{width:460px; float:left; padding:20px;}

.content{width:960px; padding:20px; }

.slider-wrapper { 
	position:absolute;
	top:130px;
	width: 1000px;
	height:250px;	
}

ul {margin:20px 0 20px 20px; padding:0;}



.images a img{width:180px; border:1px solid #000; margin:3px;}

.images a img:hover{border:1px solid #fff;}


.right img{width:250px; margin-right:20px;}

.link {color:#fff;}
.link:hover {color:#ff0;}


/*++++++++++++++++++++TOP-NAVIGATION+++++++++++++++++++++++++++++*/

/**
 * Navigation
 */

.navi {
  position:absolute;
  z-index:100;
  top:85px;
  font-size: 15px;
  color: #fff;
  width:auto;
  right:0px;
  font-weight: 700;
  text-transform: uppercase;
}


.navi ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  z-index: 99;
  
}

.navi li {
  float: left;
  margin: 0px;
 
}

.navi li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 3px 16px;
  margin: 0px;
  
}

.navi li:hover, .navi li.active {
  background: #0099cc;
  color: #fff;
}

.navi li:hover a, .navi li.active a {
  color: #fff;
  background: #EE7B00;
}


.navi ul li.active {
  background:#000;
  color:#c00 !Important;
  
}

.navi ul li.active:hover a h1{
  color:#000;
}



.navi li ul {
  position: absolute;
  width: 230px;
  left: -9999px;
  font-size: 12px;
  
}

.navi li ul a {
  height: 30px;
  line-height: 30px;
  }

.navi li:hover ul {
  left: auto;
  }

.navi li ul li {
  width: 300px;
  float: none;
}

.navi li ul li:hover a {
  background: #fff;
  color:#000;
  }

.navi li ul li a {
  width: 300px;
}

/*++++++++++++++++++++SUB-NAVIGATION+++++++++++++++++++++++++++++*/

.subnavi {
			margin-top:20px;}

.subnavi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;}

.subnavi li {
	float: left;
	margin: 0px;
		}

.subnavi li a {
	display: block;
	color: #fff;
	width:200px;
	text-decoration: none;
	padding: 5px 10px;
	margin: 0px;
	border:1px solid #065F91;
	margin-bottom:5px;
	}
	
.subnavi li a:hover{
	background:#043F61;
	}

.subnavi li a.active{
	background:#EE7B00;
	}

/*--------------------------------------------*/
#footer{
	font-size:13px;
	width:auto;
	height:40px;
	margin-top:100px;
	padding:20px;
	background:#054F79;
	border-top:3px solid #EE7B00;
	
	}
#footertxt{
	color:#FFF;
	text-align:center;
	}
.footerlink{
	color:#FFF;
	text-decoration:none;
	}



/*++++++++++++++++++++Formular++++++++++++++++++++++++++++++++++++++++++++++*/


label { width:100px; display:block;float:left; color:#fff !Important;}

.mailform{
	float:left;
	padding:0px;
	color:#fff;
	
}
.mailform-input{
	border: 1px solid #065F91;
	background-color:#032F49;
	width:394px;
	margin:2px;
	padding:6px;
	color:#fff;
}

.error{
	border: 1px solid #ff0000 !Important;
	border-style:dashed !Important;
	
}

.mailform-input2{
	border: 1px solid #065F91;
	background-color:#032F49;
	width:394px;
	margin:2px;
	padding:6px;
	color:#fff;
}
.mailform-textarea{
	border: 1px solid #065F91;
	background-color:#032F49;
	width:400px;
	padding:3px;
	color:#fff;
	margin:2px;
}



.mailform-check{
	border:none;
	padding: 5px;
	background-color:#FFFFFF;
	margin-left:2px;
}
.mailform-radio{
	margin-left:140px !Important;
	clear:left;
}
.mailform-submit{
	margin:15px 0 0 100px;
	background-color:#013F7F!Important;
	color:#FFFFFF;
	border:0px solid #FFFFFF !Important;
	padding: 8px 0px !Important;
	width:410px !Important;
	 -webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	cursor:pointer;
	
}


.submit {
    padding:3px 10px;
	background: #999;
	color:#fff;
	text-decoration:none;
	 -webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	cursor:pointer;
	 -webkit-box-shadow: 1px 2px 4px 0px #999;
    -moz-box-shadow: 1px 2px 4px 0px #999;
    box-shadow: 1px 2px 4px 0px #999;
	border:none;
	margin-top:10px;
	margin-bottom:30px;
	 -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; 
	}
	
.submit:hover {
    background: #339900;
  -webkit-transform: rotate(0deg) scale(1.1);
    -moz-transform: rotate(0deg) scale(1.1);
    -o-transform: rotate(0deg) scale(1.1);
    -ms-transform: rotate(0deg) scale(1.1);
    transform: rotate(0deg) scale(1.1);

}

