html {
	overflow-y: scroll;
}
body {
	background-color: #fff;

	margin: 0px;
	padding: 8px;

	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	color: #F00;

	font-size: medium;
}

#container {
	max-width: 960px;
	/* height: 100%; */
	margin: 0 auto 0 auto;
}

a {
	color: inherit;
	font: inherit;
	text-decoration: none;
}

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

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

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

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

a:active {
 	color: inherit;
	font: inherit;
	text-decoration: none;
}

h1 {
	margin: 0px;
	padding: 0px;
}

#kopfleiste {
	background-color: #eee;
	
	width: inherit;
	height: 140px;
	
	margin-bottom: 15px;
	padding-left: 20px;
	
	font-size: 1.2em;
	/* line-height: 50px; */
	box-shadow: 2px 3px 3px 0px #555;
	-webkit-box-shadow: 2px 3px 3px 0px #555;
}

#kopfleiste img {
	float: left;
}

#kopfleiste h1 {
	margin: 0px;
	padding: 70px 0px 0px 150px;
	/* line-height: 160px;  */
	/* display: inline; */
}
#kopfleiste span {
	font-size: 0.6em;
	color: #333;
}
#termine {
	background-color: #f00;
	
	width: auto;
	height: auto;
	
	margin: 10px;
	padding: 10px 15px;
	border-radius: 5px;
	
	color: #eee;
	text-align: center;
	letter-spacing: 1px;
	font-size: 1.2em;
	float: right;
	/* line-height: 50px; */
	box-shadow: 2px 3px 3px 0px #555;
	-webkit-box-shadow: 2px 3px 3px 0px #555;
}

#teilnehmer {
	margin-top: 20px;
	text-align: center;
	float: right;
}

#menu {
	width: auto;
	height: auto;
	
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
	margin-right: 15px;
	
	font-size: 1.0em;
	box-shadow: 2px 3px 3px 0px #555;
	-webkit-box-shadow: 2px 3px 3px 0px #555;

	color: #333;
	background-color: #eee;
}
#menu_img {
	display: none;
}

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

#menu li {
	font-weight: bold;
	letter-spacing: 2px;
	
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	<!--[if IE]
	display: block;
	filter: dropshadow(color=#555,offX=1,offY=2);
	<![endif]-->
}

#menu li.current {	
	color: #eee;
	background-color: #f00;
}

#menu li:hover {
	color: #fff;
	background-color: #f88;
}

#inhalt {
	background-color: #eee;
	
	width: auto;
	height: auto;
	
	overflow: auto;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	
	font-size: 100%;
	line-height: 1.3;
	
	color: #000;
	box-shadow: 2px 3px 3px 0px #555;
	-webkit-box-shadow: 2px 3px 3px 0px #555;
}
#inhalt a:hover {
	color: #f66;
}

table {
border-collapse:collapse;
}

td {
padding:15px;
}

tr.wechsel {
background-color: #eee;
}

form.kontaktformular fieldset {
	/* margin-top: 40px; */
	margin: 40px auto 20px auto;
	padding: 30px 10px;
	width: 390px;
	/* border: none; */
}

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

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

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

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

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

.bold {
	font-weight: bold;
}
.zentriert {
	text-align: center;
}
.rechts {
	float: right;
}
.rot {
	color: #f00;
} 
.highlight {
	background-color: #fcc;
}
