@charset "UTF-8";
/* CSS Document */
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

html{ 
	margin:0px;
	background: url(images/hintergrund.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Open Sans', sans-serif;
	color:#5a6666;
	text-decoration:none;
}

body{
	border-top:5px solid #a23d5e;
	margin: 0px;
	text-decoration:none;
}

#wrapper{
	width:800px;
	height:auto;
	min-height:500px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	box-shadow: 0px 1px 15px #333;
	padding:20px 50px 50px 50px;
}

#logo{
	background:url(images/Logo.jpg);
	height:142px;
	width:222px;
	float:left;
	clear:both;
}

#text{
	float:right;
}

#navi{
	position:relative;
	margin-top:50px;
	width:850px;
}

#navi ul{
	margin:0;
	padding:0;
	margin-left:-14px;
}

#navi ul li{
	list-style:none;
	float:left;
	padding-right:14px;
	padding-left:14px;
	font-weight:600;
	color:#a23d5e;
}

#navi ul li a{
	float:left;
	font-size:1.05em;
	color:#a23d5e;
	text-decoration:none;
}

#navi ul li a:hover,
#navi ul li a#active{
	color:#5a6666;
}

h1{
	font-size:1.3em;
	color:#a23d5e;
}

h2{
	font-size:1.2em;
	margin-bottom:2px;
}

#bild{
	height:240px;
	margin-left:-50px;
	width:900px;
	position:relative;
	top:15px;
	margin-bottom:50px;
}

#footer{
	width:860px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	font-size:0.9em;
	margin-bottom:50px;
}

#content a,
#content a:visited{
	color:#5a6666;
	text-decoration:none;
	border-bottom:2px solid #a23d5e;
}

#content a:hover,
#content a:active{
	color:#a23d5e;
	text-decoration:none;
	border-bottom:none;	
}

#language {
	height:12px;
	float:right;
	margin-bottom:20px;
}