* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #899249;
	text-align: center;
	font: normal normal 11px/16px verdana, sans-serif;
	color: #414649;
	
	scrollbar-base-color:#D8DCC1;
	scrollbar-track-color:#EDEFE0;
	scrollbar-darkshadow-color:#cccccc;
	scrollbar-shadow-color:#F4F5E9;
	scrollbar-3dlight-color:#cccccc;
	scrollbar-highlight-color:#F4F5E9;
	scrollbar-arrow-color:#333333;
	scrollbar-highlight-color:#F4F5E9;
}

#header {
	height: 67px;
	background: url('../images/bg_header.jpg') left top repeat-x;
	border-bottom: 3px solid #838d40;
}

#navigation {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

#content_wrapper {
	padding-bottom: 10px;
	background-color: #f4f5e9;
}

	#image {
		padding: 7px 0 6px 0;
	}

	#content {
		margin: 0 auto;
		width: 900px;
		text-align: left;
	}
	
		#content_box_left {
			float:left;
		}
		
			#content_box_left a, #content_box_left a:link, #content_box_left a:visited {
				padding-left: 15px;
				background: url('../images/arrow.png') left top no-repeat;
				color: #b28433;
				text-decoration: none;
				border-bottom: 1px dotted #b28433;
			}
	
			#column_left {
				width: 276px;
				float: left;
			}
			
			#column_center {
				padding-left: 20px;
				width: 276px;
				float: left;
			}
			
				#column_center ul, #column_center ol {
					padding-left: 20px;
				}
				
				#column_center li {
					padding-bottom: 10px;
				}

		#content_box_right {
			padding: 12px 9px;
			width: 270px;
			background: #e6eacc url('../images/bg_sidebar.jpg') left top repeat-y;
			float: right;
		}
			#content_box_right a, #content_box_right a:link, #content_box_right a:visited {
				padding-left: 15px;
				background: url('../images/arrow.png') left top no-repeat;
				color: #b28433;
				text-decoration: none;
				border-bottom: 1px dotted #b28433;
			}
			
			#content_box_right ul li a, #content_box_right ul li a:link, #content_box_right ul li a:visited {
				padding: 0;
				background: none;
				border: none;
			}
			
			#content_box_right ul li.active a, #content_box_right ul li.active a:link, #content_box_right ul li.active a:visited {
				font-weight: bold;
				text-decoration: underline;
			}
			
			#content_box_right ul {
				padding-left: 10px;
				list-style: none;
			}
			
			#content_box_right ul li {
				padding-bottom: 6px;
				padding-left: 10px;
				background-image:url('../images/li_dot.gif');
				background-repeat:no-repeat;
				background-position:0px 6px;
			}
			
			#content_box_right input, #content_box_right select {
				background: #f4f5e9;
				border: 1px solid #f4f5e9;
				text-align: center;
			}
			
			#content_box_right select {text-align: left;}
		
		.newsbox_1 {
			margin-top: 7px;
			padding: 30px 8px 0 12px;
			width: 256px;
			height: 173px;
			background: url('../images/bg_newsbox_1.png') left top no-repeat;
			float: left;
		}
		
		.newsbox_2 {
			margin: 7px 0 0 20px;
			padding: 30px 8px 0 12px;
			width: 256px;
			height: 173px;
			background: url('../images/bg_newsbox_2.png') left top no-repeat;
			float: lefT;
		}
		
			.newsbox_1 h1, .newsbox_2 h1 {
				font-size: 12px;
				color: #414649;
				font-weight: bold;
				line-height: 14px;
			}
			
			#newsboxes .newsbox_1 a, #newsboxes .newsbox_1 a:visited, #newsboxes .newsbox_2 a, #newsboxes .newsbox_2 a:visited {
				padding: 0;
				border: none;
				color: #414649;
				text-decoration: none;
				background: none;
			}
		
			.calendar {
				padding-right: 12px;
				width: 47px;
				height: 57px;
				background: url('../images/bg_calendar.png') left top no-repeat;
				text-align: center;
				float: left;
			}
			
				.calendar_day_in_week {
					font-size: 9px;
					line-height: 10px;
					color: #fff;
				}
				
				.calendar_day {
					line-height: 32px;
					font-size: 32px;
					font-weight: bold;
				}
				
				.calendar_month {
					line-height: 9px;
					font-size: 9px;
				}

#footer_wrapper {
	padding-top: 10px;
	background: url('../images/bg_footer.png') left top repeat-x;
}

	#footer {
		margin: 0 auto;
		width: 900px;
		height: 180px;
		text-align: left;
		color: #fff;
	}

		#footer h1 {
			font-size: 12px;
			color: #fff;
		}
		
		#footer p {
			font-size: 11px;
			color: #fff;
		}
		
		#contact {
			padding-right: 30px;
			float: left;
		}
		
		#news {
			float: left;
		}
			table {
				border-spacing: 0px;
			}		
			
				#news td {
					background: url('../images/bg_table.png');
				}
				
				#news td.empty {
					height: 3px;
					background: none;
				}
				
				table .headline {
					width: 340px;
				}
			
			#news .date {
				font-size: 9px;
				padding: 2px 5px;
			}
			
			#news .time {
				font-size: 9px;
				padding: 2px 5px;
			}
			
			#news .headline {
				padding: 2px 5px;
			}
		
		#login {
			float: right;
		}
			
			#login form {
				padding: 2px 10px 5px 10px;
				background: url('../images/bg_table.png');
			}
			
			#login input {
				border: 2px solid #c3c7a4;
				background: #F4F5E9;
			}
			
			#login .login_btn {
				width: 57px;
				height: 21px;
				margin-left: 90px;
				font-size: 0px;
				background: url('../images/login_btn.png') right top no-repeat;
				border: none;
			}
		
		#copyright {
			text-align: center;
			background: url('../images/element.png') center top no-repeat; 
		}
		
		#footer a, #footer a:link, #footer a:visited {
			color: #fff;
		}

h1 {
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 18px;
	color: #642213;
}

h3 {
	font-size: 12px;
	line-height: 12px;
	color: #414649;
}

p {
	padding-bottom: 15px;
}

.clearer {
	clear: both;
}

#content a.nostyle, #content a.nostyle:link, #content a.nostyle:visited {
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	text-decoration: none;
}

#content a.normal, #content a.normal:link, #content a.normal:visited {
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	text-decoration: underline;
	color: #000;
}

#info_box_unterkuenfte {
	width: 575px;
}

.info_box_unterkuenfte_left {
	width: 245px;
	height: 70px;
	padding: 30px 15px 15px 15px;
	background: #dee2c5 url('../images/unterkuenfte.gif') left top no-repeat;
	float: left;
}

.info_box_unterkuenfte_right {
	width: 195px;
	height: 70px;
	margin-top: 15px;
	padding: 15px 70px 15px 15px;
	background: #dee2c5 url('../images/suche.jpg') right top no-repeat;
	float: right;
}

#item_box_unterkuenfte {
	padding-top: 10px;
	width: 575px;
	font: normal normal 11px/14px Lucida sans, sans-serif;
}

.unterkunft_box_left {
	margin-bottom: 10px;
	width: 280px;
	height: 123px;
	background: url('../images/bg_item.jpg') left top no-repeat;
	float: left;
}

.unterkunft_box_right {
	margin-bottom: 10px;
	width: 280px;
	height: 123px;
	background: url('../images/bg_item.jpg') left top no-repeat;
	float: right;
}

.unterkunft_box_left .image, .unterkunft_box_right .image {
	padding: 10px 5px 0 10px;
	float: left;
}

.unterkunft_box_left .text, .unterkunft_box_right .text {
	width: 160px;
	margin: 10px 10px 0 0;
	float: right;
}

#item_box_veranstaltungen {
	width: 575px;
}

.item_box_veranstaltung {
	padding: 15px;
	margin-bottom: 10px;
	background: #E6E9CC;
}

	.item_box_veranstaltung h2 {
		margin: 0;
		padding: 0;
		font-size: 12px;
		font-weight: bold;
	}
	
	.item_box_veranstaltung .info {
		font-size: 9px;
		font-weight: bold;
		padding-bottom: 5px;
	}
	
	.item_box_veranstaltung .text {
		width: 360px;
		float: left;
	}
	
	.item_box_veranstaltung .image {
		width: 120px;
		float: right;
		text-align: right;
	}
	
.unterkunft_image {
	
}

.unterkunft_image img {
	width: 271px;
}

.unterkunft_description {
	padding: 8px;
	background: url('../images/bg_unterkuenfte.png') left top repeat-y;
}

.unterkunft_gallery img {
	width: 80px;
}

.frei {
	margin-bottom: 10px;
	padding: 10px 10px 10px 30px;
	border: 1px solid #379F31;
	background: #D2DFD1 url('../images/tick.png') 10px 10px no-repeat;
}

.belegt {
	margin-bottom: 10px;
	padding: 10px 10px 10px 30px;
	border: 1px solid #CF0008;
	background: #F5E9EA url('../images/cross.png') 10px 10px no-repeat;
}

#content .infobox a, #content .infobox a:link, #content .infobox a:visited {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	text-decoration: underline;
	color: #414649;
	font-weight: bold;
}

#searchfunctions {
	width: 275px;
	height: 200px;
	border: none;
	overflow: hidden;
}

#searchframe {
	margin-left: -9px;
	width: 289px;
	height: 400px;
	border: none;
	overflow: auto;
}

#contentframe {
	width: 550px;
	height: 500px;
	border: none;
}

.content_big {
	width: 545px;
	padding: 10px;
	background: #dee2c5;
	margin-bottom: 20px;
}

.cb_left {
	width:150px;
	float: left;
}

.cb_right {
	width: 360px;
	float: left;
}

.zweispaltig {
	width: 565px;
	margin-bottom: 20px;
}

.einspaltig_links {
	width:256px;
	float: left;
	padding: 10px;
	background: #dee2c5;
	margin-bottom: 20px;
}

.einspaltig_rechts {
	width:256px;
	float: left;
	padding: 10px;
	background: #dee2c5;
	margin-bottom: 20px;
	margin-left: 20px;
}

.partner_box_left {
	margin-bottom: 10px;
	width: 275px;
	border: 1px solid #CDCFB5;
	background: #EEEFE0;
	text-align: center;
	float: left;
}

.partner_box_right {
	margin-bottom: 10px;
	width: 275px;
	border: 1px solid #CDCFB5;
	background: #EEEFE0;
	text-align: center;
	float: right;
}

.partner_box_left p, .partner_box_right p {
	margin: 0 0 10px 0;
	padding: 2px;
	font-weight: bold;
	background-color: #CDCFB5;
	text-align: left;
	color: #9D9F8B;
}