body {
	font-family: Georgia, serif;
	background-color: #000;
	color: #f1f1f1;
	background-image: url("pics/texture.jpg");
	background-attachment: fixed;
	font-size: 14px;
	position: absolute;
	width: 100%;
	min-width: 1100px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
#ruler {
	width: 1100px;
	margin: 0px;
	padding: 0px;
}
#container{
	position: absolute;
	top: 150px;
	left: 155px;
	padding: 0px 100px 100px 0px;
	width: 500px;
}
#content {
	clear: left;
	margin-top: 20px;
}
#menu {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	height: 21px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 80px;
	left: 100px;
	width: 530px;
}
#menu a {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	padding: 3px 6px 3px 6px;
	border-left: 2px solid;
	border-bottom: none;
}
#menu a#firstItem {
	border: 0px none;
}
a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid;
}
a#language{
	position: absolute;
	right: 0px;
	border: 0px none;
	padding-left: 0px;
	padding-right: 0px;
}
#menu a#homeLink {
	width: 40px;
	text-indent: -1000px;
	border-left: 0px none;
	background: url(pics/cross-blau.gif);
	background-repeat: no-repeat;
	background-position: center;
	border: none;
}
hr {
	border-bottom: 1px solid;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}
#introtext {
	width: 500px;
	margin: 20px 0px 0px 0px;
	line-height: 25px;
	font-size: 15px;
}
#introtext #top{
	color: #000;
}
#flashcontent {
	width: 570px;
	height: 650px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#flashcontent p {
	border: 1px dotted;
	padding: 10px;
	margin: 10px;
}
h2, h3, h4 {
	color: #fff;
	font-family: Georgia;
	padding: 2px 2px 2px 0px;
	font-weight: normal;
}
h4 {
	line-height: 20px;
	font-size: 17px;
}
h3 {
	font-size: 20px;
	line-height: 24px;
}
p {
	margin: 10px 0px 10px 0px;
}
iframe#newsletter, iframe {
	width: 100%;
	height: 450px;
	border: 0px none;
	background-color: transparent;
}
#staff {
	font-size: 11px;
	line-height: 16px;
}
img#tisch {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -640px;
	margin-top: -454px;
}
#tischPattern {
	position: absolute;
	width: 100%;
	height: 650px;
	background-color: #000;
	background-image:url(pics/tischPattern.jpg);
	background-repeat: repeat-x;
}
#stuhl {
	position: absolute;
	width: 100%;
	background-color: #000;
	height: 149px;
	background-image:url(pics/stuhl.jpg);
	background-repeat: no-repeat;
	top: 650px;
	left: 0px;
	
}
.unsichtbar { display:none; 
}