/*global*/

html, body {
  	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;	
	margin: 0px;
	padding: 0px;
}
p {	
	font-size: 75%;	
	line-height: 130%;
}
p.error {	
		color: #cc0000;
}
a {
	color: #336633;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {	
	border: none;
}
hr {	
	border: solid #d6b583 1px;
}

/*global ende*/

#holidays {
	z-index: -100;
	visibility: hidden;
}

#container {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 0;
}
#brand-print {
	position: relative;
	visibility: visible;
	z-index: -50;
	height: 150px;
	width: 150px;
	margin-bottom: -30px;
}
#head {
	z-index: -100;
	visibility: hidden;
}
#nav {
	z-index: -100;
	visibility: hidden;
}
#navholidays {
	z-index: -100;
	visibility: hidden;
}
#content {
	position: absolute;
	top: 0px;
	left: 50px;
	z-index: 1;
	width: 90%;
}
#termine {
	z-index: -100;
	visibility: hidden;
}
#termine ul { 
	padding: 0; 
	margin: 0; 
	list-style: none;
}
#termine a {
	color: #FFFFFF;
	text-decoration: underline;
}
#termine a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#foot {
	z-index: -100;
	visibility: hidden;
}
.print {
	visibility: hidden;	
}
table.shop {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 75%;	
}
table.shop tbody tr th {
	background-color: #d6b583;
	text-align: left;
	padding-left: 3px;
}
table.shop td {
	vertical-align: top;	
}
.error {
	color: #ff0000;
}
.booked-up {
	color: red;	
	font-weight: bold;
}
.img-left {
	margin-right: 15px;	
	margin-top: 4px;
	left: 0px;
	clear: both;
	float: left;
}
input {
	border: 1px solid #660000;
	color: #660000;
}
textarea {
	border: 1px solid #660000;
	color: #660000;
}
