@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;
}
ul {
	margin-top: -12px;
}

.schatten {
	box-shadow: 2px 2px 2px grey;
	width:525px;
	height:130px;
	border: 1px solid #FFF;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
	
	
	}
 
input:focus, textarea:focus {
    border:2px solid #273B68;
}
.links {
	float: left;
	padding-right: 20px;
	font-weight: 600;
	width: 75px;
	text-align: right;
}
.rechts {
	margin-left:100px;
	
}
textarea {
	width:100%;
	
}
#links2 {
	float: left;
	padding-right: 40px;
	font-weight: 600;
	margin-top: 20px;
	width: 250px;
	text-align: left;
}
#rechts2 {
	margin-left:320px;
	
}
#rechts3 {
	margin-left:150px;
	padding-top: 90px;
	
}
#links3 {
	float: left;
}
#linksrechts3 {
	margin-top: 25px;
	height: 180px;
}


.Abstand {
	margin-top: 20px;
	}


#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;
	}
	
a.blau:hover {
	color:#273B68;
	font-weight:400;
	}

a.blau {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	text-decoration:none;
	color:#666;
	font-size:16px;
	}
	
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;
}

h2 {
	font-size: 18px;
	color:#273B68;
	font-weight: 600;
	padding-top: 20px;
}

ul.Liste {
	margin: 0;
	padding: 0;
	line-height: 20px;
	list-style-type: none;
}

ul.Liste li:before { content: "∼ ";
	color:#273B68;
 }

#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;
}
