body {
    margin: 0px;
    padding: 8px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans serif";
    font-size: medium;
    background-image: url(Bilder/Hintergrund23.jpg);
	background-size: cover;
 	background-repeat: no-repeat;
  	background-attachment: fixed;

  
    color: #555555;
}

strong {
	font-weight: bold;
}

a {
	color: inherit;
	font-family: inherit;
	text-decoration: underline;
}

table {
	border-collapse: collapse;
}

td {
	padding: 15px;
}

a:link {
	color: inherit;
	font-family: inherit;
	text-decoration: underline;
}

a:visited {
	color: inherit;
	font-family: inherit;
	text-decoration: underline;
}

a:hover {
	color: inherit;
	font-family: inherit;
	text-decoration: underline;
}

a:active {
	color: inherit;
	font-family: inherit;
	text-decoration: underline;

}
#kopfleiste h1 {
	text-align: center;
    margin: 0px;
	padding: 0px;
	
	font-size: 400%;
	line-height: 80px;
	color: #FAF9F8;
}
#container {
	width: inherit;
	max-width: 960px;
	margin: 0 auto 0 auto;
}
#kopfleiste {
    width:inherit;
    height:80px;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 15px;
    background-image: url(Bilder/Hintergrund15.jpg);
    background-repeat: repeat;
    
    -moz-box-shadow: 2px 2px 2px 0px #515151;
    -webkit-box-shadow: 2px 2px 2px 0px #515151;
    box-shadow: 5px 5px 4px 2px #515151;
}
#menu {
    float: left;
    width:auto;
    height:auto;
    margin: 0px 15px 0px 0px;
	padding: 10px;
    background-image: url(Bilder/Hintergrund15.jpg);
    background-repeat: repeat;
    -moz-box-shadow: 2px 2px 2px 0px #515151;
    -webkit-box-shadow: 2px 2px 2px 0px #515151;
    box-shadow: 5px 5px 4px 2px #515151;


  
}

#menu a:hover {
	background-color: #ffb533;
}

#menu ul {

  	padding:15px;
	list-style-type: none;
}

#menu li {
    margin: 0px 0px 15px 0px;
	padding: 0px 10px 0px 10px;
	font-size: 100%;
}

#menu  ul > li {
    margin: 0px 0px 15px 0px;
	padding: 0px 10px 0px 10px;
	font-size: 100%;
}

#menu li.current {
	color: #FAF9F8;
	background-color: #366BF4;
}

  
  

  
#inhalt {
    overflow: hidden; /*Damit das Layout mit float funktioniert*/
    width:auto;
    height:auto;
    padding: 10px 15px 10px 15px;
    background-image: url(Bilder/Hintergrund15.jpg);
    background-repeat: repeat;
    -moz-box-shadow: 2px 2px 2px 0px #515151;
    -webkit-box-shadow: 2px 2px 2px 0px #515151;
    box-shadow: 5px 5px 4px 2px #515151;
}
#inhalt h2 {
	text-align: center;
	font-size: 200%;
	line-height: 1.3;
}
form.kontaktformular fieldset {
	margin-top: 25px;
	padding: 10 10 10px;
	width: 500px;
	//border: none; //gefÃ¤llt Ihnen der Rahmen nicht, entfernen Sie die zwei // am Zeilenanfang
}

form.kontaktformular legend {
  padding: 0 10px;
  font-weight: bold;
}

form.kontaktformular label {
	float: left;
	width: 130px;
}

.bold {
	font-weight: bold;
}

form.kontaktformular input, textarea {
	width: 220px;
	margin-bottom: 5px;
}

form.kontaktformular textarea {
	width: 350px;
	height: 150px;
}

#submitbutton {
	margin-left: 0px;
	margin-top: 25px;
	width: 100px;
}
iframe{
    border-width: 0px;
}