@CHARSET "UTF-8";
/*
CSS definitions www.hamburger-hautfarben.de

notation with "*" infront of a directive is IE only
*/

html, body {
	text-align: center;
	font-family: Arial, Helvetica, sans serife;
	font-size: 12px;
	background-color: #000000;
	color: #000000;
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 15px;
	color: #A71817;
	border-bottom: 2px solid #A71817;	
	text-align: right;
}
h2 {
	font-size: 13px;
	color: #333333;
	font-weight:bold;	
}
input {
	width:110px;
	background-color: #ffffff;
	border: 1px solid #444444;	
	color: #222222;
	font-family: Arial, Helvetica, sans serife;
	font-size: 10px;
}
textarea {
	width:300px;
	height:100px;
	background-color: #ffffff;
	border: 1px solid #444444;	
	color: #222222;
	font-family: Arial, Helvetica, sans serife;
	font-size: 10px;
}
input.btn {
	width:50px;	
}
table {
	border-collapse: collapse;
}
a {
	color: #A71817;
	text-decoration: none;
}
a:hover {
	color: #B93A39;
	text-decoration: underline;
}
img {
	border: 0;
}
div#main {
	background: url('/images/bg.jpg') no-repeat;
	width: 980px;
	height:734px;
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;	
	text-align: left;
	
}
div.content {
	position:absolute;
	width: 420px;
	height: 550px;
	margin-top:130px;
	margin-left:350px;
	line-height:18px;
	/*
	background-color: black;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	z-index:1;
	*/
}
div.content div.content_text {
	height: 500px;
	width:420px;
	padding-right: 0px;
	overflow: auto;
}
div.navi {
	position:absolute;
	margin-top:180px;
	margin-left: 205px;
}
div.navi ul {
	margin:0;
	padding:0;
}
div.navi li {
	list-style:none;
	padding:2px 0 2px 0;
}
div#copyright {
	text-align:center;
	color: #444444;
	font-size:10px;
	margin-top: 3px;
}
div#copyright a {
	color: #444444;
	text-decoration: none;
}
div#copyright a:hover {
	color: #888888;
}
div.guestbook_entrys {
	padding:2px;
	height: 420px;
	width: 415px;
	overflow:auto;
}
div.video {
	width:300px;
	height:225px;
	border:10px solid #A71817;
}
div.opentimes {
	margin:20px 0 0 15px;
	font-weight:bold;
	font-size: 12px;
	color: #A71817;
	line-height:14px;
}
table.contact {
	width: 400px;
}
table.contact textarea{
	width:300px;
	height:80px;
}
table.guestbook {
	width:98%;
}
table.guestbook tr.head {
	border: 1px solid #A71817;
	border-bottom: 1px solid #A71817;
}
table.guestbook tr.entry {
	border: 1px solid #A71817;
}
table.guestbook td{
	padding:5px;
}
table.shows {
	width:100%;
}
table.shows tr {
	border-bottom: 1px dashed #bbbbbb; 
}
table.shows td {
	padding: 3px;
	vertical-align: top;
}
table.impressum td {
	font-size: 12px;
}
table.error_page {
	margin: 100px 0 0 0;
	background-color: #888888;
	border-collapse: collapse;
}
table.error_page th {
	color: #ffffff;
	border:3px solid #990000;
	padding: 10px;
}
table.error_page td {
	border: 3px solid #990000;
	padding: 10px;
}
.red{
	color: #990000;
}
.w50 {
	width:50px;
}
.w150 {
	width:150px;
}
.w250 {
	width:250px;
}

