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


/* START LINKEIGENSCHAFTEN*/
a:link{color:#fdec1b; 
text-decoration: none;
text-underline: none;
}

a:visited{color:#fdec1b;
text-decoration: none;
text-underline: none;
}

a:hover{color:#FFF;
text-decoration: none;
text-underline: none;
}

a:active{color:#fdec1b;
text-decoration: none;
text-underline: none;
}

/* ENDE LINKEIGENSCHAFTEN*/

body {
	background:url(images/background.jpg) no-repeat center center fixed;
	background-size:cover;
	background-position:top;
}
	
.wrapper {
	width:1000px;
	height:1000px;
	margin-left:auto;
	margin-right:auto;
}

.header {
	background-image:url(images/Header.png);
	width:1000px;
	height:195px;
}

h1, h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#FFF
	margin:auto;
}

.mainnavi {
	width:800px;
	height:30px;
	padding-top:5px;
	padding-left:105px;
	padding-right:95px;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}

.anschrift {
	width:1000px;
	height:181px;
}

.Leerzeile {
	width:1000px;
	height:20px;
}

.Verlinkung {
	width:1000px;
	height:223px;
}

.content {
	width:895px;
	height:auto;
	padding-left:105px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	color:#FFF;
}

.footer {
	width:800px;
	height:30px;
	padding-left:105px;
	padding-right:95px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	vertical-align:middle;
}