@charset "UTF-8";

/*Farben
blau #172983
gelb #FFED00
grau #AFAFAF
dunkelgrau #
*/


/*- Box-Sizing -*/
* {	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	padding:0;
}

/*- General Styling -*/
html { 
	overflow-y: scroll; 
}/*verhindert das springen von kurzen Seiten wegen der Scrolleiste*/

body {
	background:#999 url(../bilder/hg.png) no-repeat fixed left bottom;
	color:#172983;
	font:400 15px/20px "Open Sans",Arial,sans-serif;
}

h1 {
	font:700 22px/26px "Open Sans",Arial,sans-serif;
	text-transform:uppercase;
	letter-spacing: 0.1em;
	margin-bottom:15px;
}

h2 {
	font:700 17px/20px "Open Sans",Arial,sans-serif;
	text-transform:uppercase;
	letter-spacing: 0.05em;
	margin-top:10px;
	margin-bottom:7px;
}

h3, h4 {
	font:700 16px/22px "Open Sans",Arial,sans-serif;
	margin-bottom:7px;
}

p {
	font:400 15px/20px "Open Sans",Arial,sans-serif;
	margin-bottom:8px;
}

a, a:active, a:visited, a:link {
	text-decoration:none;
	color:#000;
}

a:hover {
	color:#172983;
}

ul, ol {
	margin-bottom:16px;
}

li {
	margin-bottom:4px;
	margin-left:15px;
}

#wrapper {
	margin:0 auto;
	width:980px;
	background-image:url(../bilder/weiss75.png);
	-webkit-box-shadow: 0 7px 14px 7px rgba(18, 18, 18, 0.2);
	-moz-box-shadow: 0 7px 14px 7px rgba(18, 18, 18, 0.2);
	box-shadow: 0 7px 14px 7px rgba(18, 18, 18, 0.2);
}

#oben {
	margin:0 58px;
}

#head {
	height:150px;
	padding-top:0px;
	text-align:right;
}

#nav {
	background-color:#fff;
	height:50px;
	-webkit-box-shadow: 0 2px 11px 3px rgba(18, 18, 18, 0.2);
	-moz-box-shadow: 0 2px 11px 3px rgba(18, 18, 18, 0.2);
	box-shadow: 0 2px 11px 3px rgba(18, 18, 18, 0.2);
}

#content {
	margin:0 auto;
	margin-top:50px;
	width:540px;
	padding-bottom:25px;
}

#footer {
	margin:0 auto;
	width:980px;
	background-color:#fff;
}

#innerfooter {
	margin:0 auto;
	width:780px;
}

#footerlinks, #footermitte, #footerrechts {
	padding-top:20px;
	height:100px;
}

#footerlinks, #footerlinks p {
	width:260px;
	float:left;
	font-size:12px;
	font-style:italic;
	line-height:16px;
	color:#000;
	padding-left:3px;
}

#footermitte {
	width:270px;
	float:left;
	padding-left:70px;
}

#footerrechts {
	width:250px;
	float:left;
}

 #impressum p {
	text-align:right;
	font-size:12px;
	line-height:16px;
}

#impressum {
	width:780px;
	margin:0 auto;
	padding:20px 3px;
	background-color:#fff;
	clear:both;
	border-top:1px solid #9d9d9d;
}

#imageboxright {
	width:auto;
	float:right; 
	margin-left: 25px;
	margin-bottom: 10px;
	padding-top: 4px;
}

#imageboxleft {
	width:auto;
	float:left; 
	margin-right: 20px;
	margin-bottom: 10px;
	padding-top: 4px;
}

.bu, .bu-last-child {
	color:#172983;
	font-style:italic;
	font-size:12px;
	line-height:15px;
}
.bu {
	margin-bottom:4px;
}
.bu-last-child {
	margin-bottom:16px;
}	