@charset "UTF-8";

@import "reset.css";

body {
	font-size:100.01%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background:#e9e9ea;
}
#content {
	margin:0 auto;
	text-align:left;
	width:950px;
	background:#fff;
	padding:10px 10px 0 10px;
    height: 610px;
	margin-top:50px;
}

#content2 {
	margin:0 auto;
	text-align:left;
	width:950px;
	background:#fff;
	padding:10px 10px 0 10px;
	margin-top:50px;
}
#content2 #left {
	float:left;
	width:400px;
	padding-right:20px;
}
#content2 #right {
	width:520px;
	float:left;
}
#content2 h1, #content3 h1 {
	font-weight:bold;
	font-size:1.1em;
	padding:10px 0;
	color:#333;
}
#content3 h2 {
	font-weight:bold;
	font-size:0.9em;
	padding:10px 0 5px 0;
	color:#333;
}
#content2 #right p, #content2 #left p, #content3 p {
	font-size:0.8em;
	padding:5px 0;
	line-height:1.4em;
}
#content3 p {
padding:5px 10px;
}
#content2 #left div.grau p, #content2 #right div.grau p {
	color:#666;
	font-size:0.7em;
}
#header {
	height:100px;
	background:#9bcce3;
	width:950px;
	margin-bottom:5px;
}

#picture, #picture_wrapper {
	width:950px;
	margin-bottom:5px;
}
#picture2 {
	width:950px;
	margin-bottom:5px;
}
#menue {
	clear:both;
	position:relative;
	height:120px;
	width:950px;
	background:#b7d1a2;
	margin-bottom:5px;
}

#menue .video {
	position:absolute;
	top:57px;
	left:852px;
}
#tables {
	height:85px;
	width:950px;
	background:#e1e0de;
}
#tische {
	height:85px;
	float:left;
}
#footer {
	height:20px;
	width:920px;
	font-size:0.6em;
	padding:10px 30px 0 0;
	text-align:right;
}

#tischetext {
	font-size:0.65em;
	padding-left:58px;
	width:400px;
}
#tischetext p {
	padding:1px 0;
	color:#8b0204;
}
#tischetext a {
	color:#666;
	text-decoration:none;
}
#tischetext a:hover {
	color:#8b0204;
}

#footer a {
	color:#000;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

#text h1 {
	font-size:1.5em;
	padding:20px 0;
	font-weight:bold;
}

#text th {
	font-weight:bold;
	padding:5px 3px;
	border-bottom:1px solid #000;
	font-size:0.8em;
}
#text p {
	font-size:0.8em;
	padding:5px 0;
}
#content2 a, #text a {
	color:#000;
	text-decoration:none;
}
#content2 a:hover, #text a:hover {
	text-decoration:underline;
}
td {
	padding:3px;
	font-size:0.68em;
	vertical-align:top;
}
table {
	margin-bottom:10px;
}
table tr {
	background:#f5f5f5;
	border-bottom:1px solid #fff;
}
table tr:nth-child(odd) {
	background:#f5f5f5;
	border-bottom:1px solid #fff;
}

table tr:nth-child(even) {
	background:#e5e5e5;
	border-bottom:1px solid #fff;
}
#text li {
	text-align:right;
	padding:5px 0;
}
#text input {
	font-size:0.8em;
	padding:2px;
	width:125px;
	border:1px solid #ccc;
}
#text input.ohne {
	border:1px solid #f5f5f5;
	font-weight:bold;
	background:#f5f5f5;
}
#text input.button {
	border:0px;
}
#text input.small {
	width:50px;
}
#text input.name {
	width:350px;
}


#text ul li:nth-child(odd) {
	background:#f5f5f5;
	border-bottom:1px solid #fff;
}

#text ul li:nth-child(even) {
	background:#e5e5e5;
	border-bottom:1px solid #fff;
}
