@charset "utf-8";
/* CSS Document */


* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../Bilder/hintergrund.jpg);
	background-repeat: no-repeat;


}


#header {
	width: 1224px;
	height: 250px;
	background-image: url(../Bilder/header.jpg);
	-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

section {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
.script {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}


h1 {
	color: #B0CA1F;
	text-shadow: 2px 2px #000000;
	text-align: center;
}
h3 {
	text-align: center;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	height: 250px;
	width: 700px;
}


#rahmen {
	height: 900px;
	width: 1224px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 18px 3px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 18px 3px rgba(255,255,255,1);
	box-shadow: 0px 0px 18px 3px rgba(255,255,255,1);
	background-image: url(../Bilder/rahmen.png);
	border: medium solid #B0CA1F;
}

nav {
	word-spacing: 6.5em;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	padding-top: 0px;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #1e1e1e;
}
  ul {
	background-color: #1e1e1e;
	height: 32px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	padding-top: 8px;
	width: 1224px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 7px 5px 0px rgba(51,51,51,1);
	-moz-box-shadow: 0px 7px 5px 0px rgba(51,51,51,1);
	box-shadow: 0px 7px 5px 0px rgba(51,51,51,1);
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B0CA1F;
	border-bottom-color: #B0CA1F;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
  }

   nav ul li {
	list-style: none;
	color: #FFFFFF;
	display: inline;
  }
  
  
 nav ul a {
	text-decoration: none;
	color: #FFFFFF;

  }
  
  
   nav ul  a:hover {
	color: #B0CA1F;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #B0CA1F;
}

p {
	padding-right: 50px;
	padding-left: 50px;
}
.scroll {
	overflow: scroll;
	overflow-x: hidden;
	height: 600px;
	margin-left: 10px;

}
#karte {
	text-align: center;

}
#fb {
	background-color: rgba(141, 141, 141, 0.8);
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 850px;
	height: 500px;
	color: rgba(176, 128, 128, 0);
	border: medium solid #B0CA1F;
	border-radius: 10px;

}
table {
	margin-right: auto;
	margin-left: auto;
}