body {
	margin: 0px;
	padding: 8px;	
	background-color: #f2f1f0;
	font-family: "Helvetica Neue", "Helvetica", "Arial", "sans serif";
	color: #555555;
	font-size: medium;
	background-image:url(pics/Strand_Abend.jpg); 
	background-repeat:no-repeat; 
	background-attachment:fixed;
}

#kopfleiste {
	width: inherit;
	height: 100px;
	/*background-color: #8f1e1e;  #06b706; #8f1e1e; #366BF4;*/
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	color: #FAF9F8;
	overflow: hidden;
	-moz-box-shadow: 2px 2px 2px 0px #515151;
	-webkit-box-shadow: 2px 2px 2px 0px #515151;
	box-shadow: 2px 2px 2px 0px #515151;
}

#kopfleiste h1 {
	margin: 0px;
	padding: 0px;
	font-size: 220%;
	line-height: 80px;
}

#menu {
	position: fixed;
	background-color: rgba(242,242,242,0.7);
	width: auto;
	height: auto;
	margin: 0px 15px 0px 0px;
	padding: 10px;
	-moz-box-shadow: 2px 2px 2px 0px #515151;
	-webkit-box-shadow: 2px 2px 2px 0px #515151;
	box-shadow: 2px 2px 2px 0px #515151;
}

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

#menu a:hover {
	background-color: #7a95b8; /*#f2f2f0;*/
}

#menu ul {
	list-style-type: none;
	padding: 0px;
}

#menu li.current {
	background-color: #8f1e1e;
	color: #FAF9F8;
}

#inhalt {
	width: auto;
	height: auto;
	overflow: hidden; /*Damit das Layout mit float funktioniert*/
	background-color: rgba(242,242,242,0.7);
	margin: 0px 0px 0px 190px;	
	padding: 10px 15px 10px 15px;
	-moz-box-shadow: 2px 2px 2px 0px #515151;
	-webkit-box-shadow: 2px 2px 2px 0px #515151;
	box-shadow: 2px 2px 2px 0px #515151;
}

#inhalt h2 {
	font-size: 100%;
	line-height: 1.4;
	text-align: center;
}

#inhalt p {
	font-size: 90%;
	line-height: 1.3;
	text-align: justify;
}	

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

#strong {
	font-weight: bold;
}

#container {
	margin: 0 auto 0 auto;
	width: inherit;
	max-width: 1100px;
}
a {
	color: inherit;
	font-family: inherit;
	text-decoration: none;
}

a:link {
	color: inherit;
	font-family: inherit;
	text-decoration: none;
}
a:visited {
	color: inherit;
	font-family: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit;
	font-family: inherit;
	text-decoration: none;
}
a:active {
	color: inherit;
	font-family: inherit;
	text-decoration: none;
}

td {
	padding: 10px;
	background-color: #f2f1f0;
}
	
table {
	border-collapse: collapse;
}

form.kontaktformular fieldset {
	margin-top: 30px;
	padding: 10 10 10px;
	width: 500px;
	border-color: #515151;
	text-align: left;
}

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

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

.bold {
	font-weight: bold;
}

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

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

form.feedbackformular fieldset {
	margin-top: 30px;
	padding: 10 10 10px;
	width: 400px;
	border-color: #515151;
	text-align: left;
}

form.feedbackformular textarea {
	width: 350px;
	height: 100px;
}


#submitbutton {
	margin-left: 0px;
	margin-top: 25px;
	width: auto;
}
#resetbutton {
	margin-left: 0px;
	margin-top: 25px;
	width: auto;
}
