html, body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
}

img{
	border:none;
}

#red_bar{
	background:#F90027;
	width:100%;
	height:40px;
}

#info{
	padding:10px 0;
	width:100%;
	height:10%;
	
	margin:auto;
	background:url('img/bg_top.png');
	background-position: center bottom;
	background-size:100%;	
	background-repeat:no-repeat;
	position:relative;
	z-index:9999;
}
#slider{
	width:100%;
	position:relative;
	top:-40px;
}
#slider img{
	width:100%;	
}
#main{
	width:80%;
	margin:auto;
	clear:both;
	position:relative;
	top:-50px;
}

#main h1{
	
	color:#F90027;
	font-size:20pt;
	
}

#main h2{
	
	color:#F90027;
	font-size:16pt;
	
}

#main h3{
	
	color:#F90027;
	font-size:14pt;
	
}

#main p{
	line-height:150%;
	font-size:12pt;
}

.list_vert{
	list-style-image:url('img/list-icon.png');	
	margin:0 15px;
	padding:0;
}

.list_vert li{
	float:left;
	padding:0;
	margin:10px 30px 10px 0;
	font-size:11pt;
	font-weight:bold;
}

.list_hor{
	list-style-image:url('img/list-icon.png');	
	margin:0 15px;
	padding:0;
}

.list_hor li{	
	padding:0;
	margin:10px 30px 10px 0;
	font-size:11pt;
	font-weight:bold;
}

.info_feld{
	width:50%;
	margin:auto;
	text-align:center;
	padding:20px;
	border:2px solid #F90027;
}

#menu{
	width:1090px;
	margin:auto;
	position:relative;
	z-index:100;
	top:-70px;
}
.menu_icon{
	background:#F90027;
	width:125px;
	color:#ffffff;
	text-transform:uppercase;
	text-align:center;
	font-size:12pt;
	padding:10px 5px;
	margin:10px;
	float:left;
	
	-webkit-box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.75);
}
.menu_icon a{
	color:#ffffff;
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
}
.menu_icon:hover, .menu_icon.active{
	margin: 0 10px 10px 10px;
}

#footer{
	background:#F90027;
	color:#ffffff;
	height:120px;
	margin-top:100px;
}
#footer_inner{
	width:80%;
	margin:auto;
	position:relative;
	padding:10px 0 0 0;
}

#footer_menu{
	float:right;
	list-style:none;
	font-size:10pt;
}

#footer_menu a{
	text-decoration:none;
	color:#ffffff;
}

#footer_menu a:hover, #footer_menu a.active{
	text-decoration:underline;
	color:#ffffff;
}

img.shadow{
	-webkit-box-shadow: -10px 10px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -10px 10px 20px 0px rgba(0,0,0,0.75);
	box-shadow: -10px 10px 20px 0px rgba(0,0,0,0.75);
	
	position:absolute;
	top:-87px;
}
#info_content{
	margin:auto;
	width:80%;
}
.info_tbl{
	 border-collapse:collapse;
	 float:left;
	 margin-left:20%;
	 font-size:14pt;
	 margin-top:40px;
}

.info_tbl td{
	padding:0px 10px;
}

.info_tbl .red_tbl{
	border-left:3px solid #F90027;
}

img.logo{
	width:200px;	
	float:left;
}
img.slogan{
	width:200px;	
	padding-top:2%;
	float:right;
}

/*Kontakt*/

.form_icon{
	float:left;
	width:50%;	
	text-align:center;
	padding-top:120px;
}

form{
	width:50%;
	float:right;
}

label{
	width:100px;	
	display:block;
	float:left;
	margin:5px 0;
}
input[type="text"] {
	margin: 0;
	width:70%;
	height:25px;

	margin:5px 0;
	border:1px solid #F90027;	
}
input[type="submit"] {
	padding:10px 15px;
	background-color:#F90027;
	border:1px solid #F90027;	
	font-size:10pt;
	margin-right:17%;
	color:#ffffff;
}
textarea {
	width:70%;
	height: 70px;
	float:left;
	margin:5px 0;
	border:1px solid #F90027;	
}

span.ok{
	clear:both;
	
	display:block;
	width:100%;
	background: #2e8b57;
	color:#fff;
	padding:10px;
	text-align:center;
}

span.error{
	clear:both;
	
	display:block;
	width:100%;
	background: #ff0000;
	color:#fff;
	padding:10px;
	text-align:center;
}

.image_box{
		border:1px solid #F90027;
		margin:5px;
		width:20%;
}

.partner_box{
		border:2px solid black;
		margin:15px;
		float:left;
		width:20%;
		padding:10px;
		height:250px;
		-webkit-box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.75);
		box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.75);
}

.partner_box img{
	width:80%;
	margin:auto;
	
	display:block;