/** global reset **/

ul, h5, h4, h3{
	margin: 0px;
	padding: 0px;
}

body{
	font-family: Arial;
	font-size: 11px;

}

.header_men {
	list-style: none;
	
	padding-top: 10px;
}
.header_men li{
	padding: 0px;
	margin:0px;
	margin-bottom: 8px;
}
.head_img{
	margin-top: 25px;
	margin-left: 40px;
}


h1{
	font-size: 18px;
	color: #002f58;
}
h4{
	color:#fff;
	margin-bottom: 9px;
}
h3{
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
}

h6{
	margin:0px;
	margin-top: 20px;
	background-color:#002f58;
	display: block;
	height: 22px;
	width: 175px;
	font-size: 11px;
	padding-left: 10px;
	padding-top: 8px;
	color:white;
}

h5 a{
	margin:0px;
	background-color:#9ba3aa;
	display: block;
	height: 16px;
	width: 175px;
	font-size: 11px;
	padding-left: 10px;
	padding-top: 4px;
	color:white;
	text-decoration: none;
	font-weight: bold;
	
}



.men a{
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: white;
	width:175px;
	height: 16px;
	background-color: #0fa5dc;
	display: block;
	padding-top: 4px;
	padding-left: 10px;
}
.men a:hover{
	background-color: #002f58;
}
.men{
	text-transform: uppercase;
	list-style: none;
	margin:0px;
	padding: 0px;
	margin-top:47px;

}
.men li{
	margin-bottom: 1px;
}
.bold_text{
	font-weight: bold;
}

.blue_box{
	
	margin-top:0px;
	padding-top: 0px;
	margin-bottom: 11px;
	color:#fff;
}

.gray{
	background-color: #d9e0e6;
	margin-bottom: 20px;
}
.gray p{
	margin: 0px;
	padding:10px;
	height:10px;
	height:120px;
}
.gray a{
	background-color: white;
	color: #9ba3aa;
	display: block;
	width:43px;
	padding-left:10px;
	text-decoration: none;
}
.gray a:hover{
	text-decoration: underline;
}

.contact{
	margin-bottom: 1px;
}
.adress_box{
	padding:10px;


}
.aktiv{
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #9ba3aa;
	width:175px;
	height: 16px;
	background-color: #d9e0e6;
	display: block;
	padding-top: 4px;
	padding-left: 10px;
}
.x2-content-left ul{
	list-style-image: url(../img/listicon.gif);
	padding-left: 15px;

}
.x3-content-right ul{
	margin:0px;
	padding:0px;
	list-style: none;
	color: white;

}
.x3-content-right li{
	margin-bottom: 5px;
	
}

.spalte a{
	color: #0fa5dc;
	font-weight: bold;
	text-decoration: none;
}
.spalte a:hover{
	text-decoration: underline;
}
.author{
	
	font-weight: normal;
	color: #0fa5dc;
}

/* FORMULAR STYLE */


form br { 
  clear: left; 
} 
  
.formular{

	margin-left:49px;
		
  	
  }
  .form_gray{
  	background-color: #d9e0e6;
  	
  	padding-top: 10px;
  	padding-bottom: 10px;
  	width:595px;
  }
  label {
  	padding-left: 10px;
  	
	display:block;
  	float:left;
  	width:185px;
  	
  	
  }
  
.left_input{
	width: 185px;
	border: none;
 	margin-bottom: 5px;
 	color: #9BA3AA;
 }
 .right_input{
	width: 165px;
	margin-left: 20px;
	border: none;
 	margin-bottom: 5px;
 	color: #9BA3AA;
 }
 
 #street, #country, #magazine, #comment{
 	width: 370px;
	border: none;
 	margin-bottom: 5px;
 	color: #9BA3AA;
 }

#zip{
	width: 95px;
	border: none;
 	margin-bottom: 5px;
 	color: #9BA3AA;

}
#city{
	width: 255px;
	margin-left: 20px;
	border: none;
 	margin-bottom: 5px;
 	color: #9BA3AA;
}
.detail_text{
	font-size: 14px;
	margin-left: 5px;
	width:185px;
	display: block;
	float: left;
	margin-bottom: 5px;
}

#senden{
	margin-top:10px;
	margin-left:410px;
	width: 185px;
	border: none;
	background-color: #9ba3aa;
	color: white;

}

.adress_box a{
	color:#002f58;
	text-decoration: none;
}
.adress_box a:hover{
	color:black;
	text-decoration: underline;
}
.campus{
	display: block;
}
.campus a{
	color: #002f58;
	text-decoration: none;
	
}
.campus a:hover{
	text-decoration: underline;
	
}
#left_floater{
	background-color: #d9e0e6;
  	width: 185px;
	padding-left:10px;
	padding-top:10px;
	float: left;
	height: 215px;
	
}
#right_floater{
	background-color: #d9e0e6;
  	padding-left: 20px;
  	padding-right: 10px;
	float: left;
	height: 225px;
	
}
#right_floater a{
	height:16px;
	padding-top:4px;
	display: block;
	text-align: center;
	width:370px;
	color:white;
	font-weight: bold;
	background-color:#9ba3aa;
	text-decoration: none;
}
#right_floater a:hover{
	
	background-color:#002f58;
	
}
#clearer{
	clear: both;
}