@CHARSET "ISO-8859-1";


body{
	
	font-family: 'Muli', sans-serif;
	padding: 0;
	margin: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	display: table;
	color: #185483;
	background-image:url(../img/dots.png);
	background-repeat:repeat;
}


h1 {font-size: 38px; font-weight: 400; line-height: 29px; color: #185483;}
h2 {font-size: 24px; font-weight: 300; line-height: 29px; color: #185483;}


div#wrap{
	width: 860px;
	position: relative;
	left: 50%;
	margin-left: -430px;
}

div#content{
	position: relative;
	padding: 20px 30px;
	vertical-align: middle;
	width: 800px;
	margin: 60px 0 30px 0;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 1px;
	font-weight: 300;
	text-align: justify;
}

div.page-block{
	clear: both;
}


div.margtop{

	margin-top: 150px;
	padding-top: 150px;
	background-image:url(../img/pfeil.png);
	background-repeat:no-repeat;
	background-position: top center;
}


#header, #footer {
	
	position: relative;
	height: 7px;
}

#header{
	width: 100%;
	background-color: #185483;
	
}

#footer{
	
	bottom: 0;
	float: left;
	width: 100%;

}

.float_l{
	float: left;
}

.marg_r{
	margin-right: 50px;
}

ul#nav{
	list-style-type: none;
	margin: 0;
	padding: 0;
	heigth: 100%;
}

ul#nav li{
	float: left;
	margin-left: 40px;
	padding: 32px 40px 0 0;
	border-right: 2px solid #185483;
	font-size: 18px;
	color: #ffffff;
	height: 58px;
}

div.start-pad {
	padding: 10px 30px;

	background-color: #ffffff;

}

div#logo-container {
	width: 160px;
	height: 200px;
	position: relative;
	right: -75px;
	bottom: 150px;
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	background-position: bottom right;
	float: right;
}

div.cont-spalte, div.cont-spalte2, div.cont-spalte3 {
	
	position: relative;
	top: 0;

}

div.cont-spalte3 {
	float: right;
	width: 420px;
}

div.cont-spalte2{

	float: left;

}

div.cont-spalte{


	width: 800px;
	text-align: justify;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 22px;
	-webkit-column-gap: 22px;
	column-gap: 22px;
	text-align: justify;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

td.nametag{ vertical-align: bottom; padding-left: 10px; font-weight: 300; font-style: italic; margin-bottom: -3px; color: #185483;}

div.float-l {float: left;}
div.p-header{width: 245px; font-size: 24px; letter-spacing:3px; font-weight: 400;}

br.clear{clear: both;}

.block {display:block;}


a {text-decoration: underline;color: #185483;}


div#map {
	clear:both;

	padding-top: 50px;
}
