@charset "UTF-8";
/* CSS Document */

 #maincontainer {
	position: absolute;
	width: 800px;
	min-height: 600px;
	height:auto;
	z-index: 1;
	top:20px;
	border:1px;
  -webkit-box-shadow: 0 0 3px rgba(0,0,0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0,0,0, 0.2);
    box-shadow: 0 0 3px rgba(0,0,0, 0.2);
	background-color:#FFF;
}

#header {
	position: absolute;
	width:800px;
	height: 245px;
	z-index: 1;
}
#headerlogo {
	position: absolute;
	width: 220px;
	height: 90px;
	margin-top: 140px;
	z-index: 2;
	margin-left: 535px;
}
#headerimg {
	position: absolute;
	width: 712px;
	height: 170px;
	margin-left:44px;
	margin-top:5px;
	z-index: 2;
}

html {
	min-height:100%;
	overflow-x:hidden;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-size: 15px;
	color: #333;
	line-height:19px;
	margin: 0 auto;
	width: 800px;
	background-color:#273B68;
}

p.eingerueckt {
	text-indent: 1em;
	}
ul.nav {
	list-style:none;
	position:relative;
	margin:0px;
	padding:20px 0 0 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	width: 135px;
	color:#666;
}
ul.nav li a {
	font-size:16px;
	text-decoration:none;
	margin:0px;
	color:#666;
	line-height:30px;
	display:block;
}
ul.nav li a:hover {
	color:#273B68;
	font-weight:400;
}
ul.nav li ul {
	display:none;
	list-style:none;
}
ul.nav li:hover ul {
	display:block;
	position:relative;
	margin: 0 0 0 -20px;
}
ul.nav li:active ul {
	display:block;
	position:relative;
	margin: 0 0 0 -20px;
}
ul.nav li a.small {
	color:#000;
	line-height:18px;
	margin-bottom: 5px;
	}

h1 {
	font-size: 18px;
	color:#273B68;
	font-weight: 300;
	font-family: 'Merriweather', serif;
	font-style:italic;
}

#navi {
	position: relative;
	width: 135px;
	z-index: 2;
	margin-top: 245px;
	padding-left: 45px;
	float: left;
}
#content {
	position: relative;
	width: 525px;
	z-index: 3;
	margin-top: 245px;
	margin-left: 185px;
	padding-right: 55px;
	padding-left: 35px;
	border-left:1px solid #374C68;
	padding-bottom: 30px;
}
 
#footer {
	clear: both;
}

.duenn {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	font-style:normal;
	font-size:15px;
}
.duennkursiv {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	font-style:italic;
}
.regular {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-style:normal;
}
.regularkursiv {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:400;
	font-style:italic;
}
.fett {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
	font-style:normal;
}
.fettkursiv {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
	font-style:italic;
}
.ultrafett {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:700;
	font-style:normal;
}
.ultrafettkursiv {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:700;
	font-style:italic;
}
