@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');

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