@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(/Bilder/hintergrund.jpg);
	background-repeat: no-repeat;

}
#daten {
	width: 250px;
	height: 25px;
	margin-top: -30px;
	float: right;
	clear: both;
	margin-right: 350px;
	margin-bottom: auto;
	margin-left: auto;
}

#header {
	width: 1224px;
	height: 250px;
	background-image: url(/Bilder/header3.png);
}
section {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
h1 {
	color: #aa04da;
	text-shadow: 2px 2px #000000;
	text-align: center;
}
#bilder {
	text-align: center;
}

h3 {
	text-align: center;
}





#rahmen {
	height: 900px;
	width: 1224px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(/Bilder/rahmen.png);
	-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);
	
}

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: 1180px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 8px 8px 11px -3px rgba(0,0,0,1);
	-moz-box-shadow: 8px 8px 11px -3px rgba(0,0,0,1);
	box-shadow: 8px 8px 11px -3px rgba(0,0,0,1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  }

   nav ul li {
	list-style: none;
	color: #FFFFFF;
	display: inline;
  }
  
  
 nav ul a {
	text-decoration: none;
	color: #FFFFFF;

  }
  
  
   nav ul  a:hover {
	color: #aa04da;
}
table {
	margin-right: auto;
	margin-left: auto;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #E184FD;
}

p {
	padding-right: 50px;
	padding-left: 50px;
}
#impressum {
	width: 450px;
	background-color: #30C;
	margin-right: 500px;
}

.scroll {
	overflow: scroll;
	overflow-x: hidden;
	height: 600px;
	margin-left: 10px;

}
#referenzen {
	margin-left: 55px;
	float: left;
	margin-top: 50px;
}
#karte {
	text-align: center;

}

