body {
	background-color: #fae02f;
	font-family: Arial;
	font-size: 12px;
}

#background {
	background-image: url('../images/background.jpg');
	background-repeat: repeat-y;
	
	margin: 0px;
	padding: 0px;
	
	width: 968px;
}

#header {
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-position: top;
	width: 968px;
}

#nav {
	padding-top: 270px;
	padding-left: 50px;
	width: 150px;
	float: left;
	text-align: left;
	
	font-size: 14px;
	font-weight: bold;
	color: #001c81;
}

#headerimage {
	width: 730px;
	height: 165px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align:left;
}

#content {
	width: 535px;
	float: right;
	text-align: left;
}

#infobar {
	padding-top: 25px;
	width: 170px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: left;
	
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

#picturebar {
	padding-top: 235px;
	width: 170px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	text-align: left;
}		

#infohead {
    background-image: url('../images/info_back.jpg');
    background-repeat: no-repeat;
	
	text-align:center;
    font-weight: bold;
    
    width:147px;
    
    padding: 0px;
	padding-top:5px;
	padding-bottom: 4px;
	
}
#infocontent {
	background-color: #e9eab7;
	width: 137px;
	padding:5px;
}

td {
 	font-family: Arial;
	font-size: 12px;
}

h1 {
 	font-size:13px;
 	font-weight: bold;
 	background: #fef782;
 	padding:3px;
}

a {
 	color: #001c80;
 	text-decoration: none;
}

a:hover
{
 	text-decoration: underline;
}

.buchen
{
 	width:100%;
 	background-color:#fef782;
 	border: 1px solid #000;
}