body {
	background-color: #FFFFFF;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

#container {
	max-width: 1070px;
	margin: 0 auto;
	padding: 0px;
	background-color: #FFFFF8;
	border-bottom: thin solid #003300;
	border-right: thin solid #999780;
	border-left: thin solid #999780;
}

header {
	float: left;
	width: 100%;
	background-color: #081B30;
	
}


#logo {
	background: #081b30;
	height: 66px;
	display: block;
	width: 230px;
	margin-bottom: 1px;
}

#navMain {
	list-style: none;
	padding: 0;
}

#navMain li {
	float: left;
	width: 25%;
	background-color: #081B30;
}

#navMain li a {
	padding: 7.5% 7% 6.5% 7%;
	color: white;
	margin: 0 0 1% 0;
	display: block;
	text-decoration: none;
	background-color: #3D4A5F;
}

#navMain li a:hover { background: #666; }

#content {
	float: left;
	width: 100%;
	padding-top: 0px;
	margin-bottom: 5%;
	
}

#content figure {
	margin-bottom: 3%;
	border-spacing: 0px 0px;
	border-bottom: 0px solid #CC0000;
}

#content h1 {
	font-size: 1.25em;
	margin-bottom: 0em !important;
	color: #0A4385;
	letter-spacing: 0.05em;
}
#content h2 {
	font-size: 1em;
	margin-bottom: 0em !important;
	color: #081B30;
}

#content img {
	max-width: 100%;
	height: auto;
}

#content section {
	margin: 0 0 1% 0;
	width: 100%;
	float: left;
	color: #081B30;
	font-size: 1em;
	line-height: 1.35em;
}

#content section:nth-of-type(1) {
	width: 69%;
	float: left;
	padding-left: 1%;
	margin-right: 2%;

}

#content section:nth-of-type(2) {
	width: 25%;
	float: right;
	padding-left: 1%;
	font-size: 0.9em;
	line-height: 1.25em;
	border-left: thin dotted #3D4A5F;
	padding-right: 1%;
}


footer {
	clear: both;
	text-align: left;
	font-size: 0.75em;
	background-color: #91AF57;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-right: 3px;
	padding-left: 3px;
	height: 30px;
}
.headmotiv   {
	color: #FBFBFB;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: lighter;
	font-size: 2em;
	vertical-align: middle;
	max-width: 100%;
	padding-left: 35px;
	text-align: center;
	letter-spacing: 0.1em;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-shadow: 2px 2px 5px #191717;
	padding-top: 3px;
	position: absolute;
	top: 35%;
}


@media screen and (max-width:1190px) {
	body {
	font-size: 0.9em;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	}
	
	#container {
	padding: 0px;
	
}
}

@media screen and (max-width:910px) {
	body {
	font-size: 0.8em;
	}
	
	header,
	#content {
		width:100%;	
	}
	
	#logo {margin-bottom:2%;}
	
	#navMain li {
		width:25%;
		text-align:center;
	}
	
	#navMain li a {
		padding:7% 5% 7% 5%;	
		margin-bottom:1%;
	}
	
	#content {
	padding-top: 0%;
	
}
	
	#content img {width:100%;}
	
	
}

@media screen and (max-width:620px) {
	
	body {margin:0;}
	
	#container {padding:0px 0px;}
	
	#logo {margin:0 auto;}
	
	#navMain li {
	float: left;
	width: 100%;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(255,255,255,1.00)),color-stop( 100% , rgba(33,42,57,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(33,42,57,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(33,42,57,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(33,42,57,1.00) 100%);
	}
	
	#navMain li a {
		padding:4% 0% 4% 0%;	
		margin-bottom:1%;
	}
	
	#content section {
		font-size: 0.9em;
		line-height: 1.25em;
	}
	
	#content section:nth-of-type(1),
	#content section:nth-of-type(2) {
		width:97%;
		padding-left:3%;
		
	}
	
	#content section img {float:left; max-width:45%; margin:2% 5% 3% 0;}
	
	#logozone {
	margin-bottom: 0px;
	padding: 1% 0% 1% 0%;
	text-align: center;

}

.headmotiv   {
	font-size: 2em;
	vertical-align: baseline;
	max-width: 100%;
	position: absolute;
	top: 260px;
}
	
}


@media screen and (max-width:400px) {
.headmotiv   {
	font-size: 1.6em;
	top: 250px;
}

	#logozone img{
		display: block;
		height: auto;
		width:97%;
}
}
	
#logozone {
	width: 100%;
	height: auto;
	margin-bottom: 0px;
	padding: 2% 0% 2% 0%;
	text-align: center;
	background-color: #FFFFF8;
	-webkit-box-shadow: 0px 0px 0px 0px #333333;
	box-shadow: 0px 0px 0px 0px #333333;
	z-index: auto;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
	border-style: none none solid;
}
#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.liste {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 1em;
    list-style-type: circle;
    list-style-position: outside;
}
@media screen and (max-width:320px) {
.headmotiv   {
	font-size: 1.3em;
	top: 190px;
}
}
