/*global*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-image: url(img/bg.jpg);
	color: #660000;	
	margin: 0px;
	padding: 0px;
}
p {	
	line-height: 130%;
}
p.error {	
		color: #cc0000;
}
a {
	color: #336633;
	text-decoration: underline;
}
img {	
	border: none;
}
hr {	
	border: solid #d6b583 1px;
}

/*global ende*/

#holidays {
	position: absolute;
	height: 18px;
	width: 546px;
	left: 197px;
	top: 5px;
	z-index: 100;
	overflow: hidden;
	text-align:center;
	font-size: 95%;
	color: #ff0000;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #660000;
}

#container {
	position: relative;
	min-height: 100%;
  	height: auto !important; 
  	height: 100%;
	left: 0px;
	top: 0px;
	width: 763px;
	z-index: 0;
	background: url(img/bg_content.jpg) repeat-y;
}
#brand-print {
	height: 1px;
	z-index: -100;
	visibility: hidden;
	overflow: hidden;
}
#head {
	position: relative;
	top: 0px;
	left: 0px;
	height: 359px;
	width: 760px;
	z-index: 1;
	margin: 0px;
	padding: 0px;
	background: url(img/head.jpg);
}
#nav {
	position: absolute;
	height: 25px;
	width: 570px;
	left: 190px;
	top: 30px;	
	z-index: 10;
}
#navholidays {
	position: absolute;
	height: 25px;
	width: 570px;
	left: 190px;
	top: 42px;	
	z-index: 10;
}
#content {
	position: relative;
	top: -10px;
	left: 125px;
	z-index: 1;
	width: 382px;
	padding-bottom: 5px;
}
#termine {
	position: absolute;
	display: table-cell;
	top: 370px;
	left: 555px;
	height: 124px;
	width: 195px;
	z-index: 1;
	padding: 55px 10px 91px 10px !important;
	color: #FFFFFF;
	background-image: url(img/bg_termine.jpg);
	background-repeat: no-repeat;
}
#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 {
	position: absolute;
	left: 460px;
	height: 20px;
	width: 300px;
	bottom: 0px;
	z-index: 1;
	padding-bottom: 5px;
}
.termine-txt {
	line-height: 110%;
	font-size: 11px;
	color: #FFFFFF;
}
.print {
	visibility: visible;	
}
table.shop {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 100%;	
}
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;
}
