* {margin: 0; padding: 0}

body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	text-align: center;
	background: #dfcbaa url(images/bg_body.jpg) top left repeat-x;
	}

h1, h2, h3, h4, h5, h6 {font-weight: bold;}

#site {
	width: 1025px;
	text-align: left;
	margin: 0 auto;
	background: url(images/bg_site.jpg) top left repeat-y;
	}

#header {
	height: 228px;
	background: url(images/bg_header.jpg) top left no-repeat;
	}

#header img {display: block;}

#linke_spalte {
	width: 200px;
	min-height: 200px;
	float: left;
	background-color: #ffffff;
	margin: 0 10px 0 0;
	}
	
#inhaltsbereich {
	min-height: 200px;
	margin: 0 29px;
	}

#breadcrumb {
	height: 20px;
	border-bottom: 1px solid #b4202d;
	margin: 0 0 10px 0;
	}

#breadcrumb p {
	color: #666666;
	padding: 0;
	}

#content {
	width: 545px;
	float: left;
	color: #666666;
	min-height: 100px;
	}
	
#content-inside {
	padding: 0 10px 10px 10px;
	}


#content h1 {
	font-size: 20px; 
	margin-bottom: 0.6em;
	color: #b4202d;
	}

#content h1.reservierung {
	border-bottom: 1px solid #b4202d;
	}

#content h2 {
	font-size: 16px; 
	margin-bottom: 0.6em;
	}

#content h3 {
	font-size: 14px; 
	margin-bottom: 0.6em;
	}

#content h4 {
	font-size: 12px; 
	margin-bottom: 0.6em;
	}

#content p {
	margin-bottom: 1em;
	}

#content ul {
	margin-bottom: 1em;
	margin-left: 25px;
	}

#content a {
	color: #b4202d;
	text-decoration: none;
	}

#content a img {
	border: 0;
	}

#rechte_spalte {
	width: 200px;
	float: right;
	min-height: 100px;
	}

#rechte_spalte .box, #linke_spalte .veranstaltungen {
	padding: 5px;
	color: #666666;
	background: #ffffff;
	margin: 0 0 10px 0;
	}

#rechte_spalte .box h3, #linke_spalte .veranstaltungen h3 {
	text-align: center;
	border-bottom: 1px solid #b4202d;
	padding-bottom: 5px;
	margin-bottom: 10px;
	}

#rechte_spalte .box a {
	display: block;
	float: left;
	padding: 3px;
	border: 1px solid #cccccc;
	margin-right: 8px;
	}

#rechte_spalte .box a img {
	display: block;
	border: none;
	}

#rechte_spalte a.box_link {
	display: block;
	float: right;
	border: 0;
	padding: 5px 0;
	margin: 0;
	color: #b4202d;
	text-decoration: none;
	}

#linke_spalte .veranstaltungen a {
	color: #999999;
	text-decoration: none;
	}

#linke_spalte .veranstaltungen p {
	margin-bottom: 10px;
	}

#footer {
	height: 42px;
	clear: both;
	background: url(images/bg_footer.jpg) top left no-repeat;	
	}
#footer p {
	text-align: center;
	padding-top: 12px;
	font-size: 11px;
	color: #b4202d;
	}	
	
#footer p a {color: #b4202d;}



/*Topmenu*/

#topmenu {
	height: 186px;
	}

#topmenu ul {
	list-style-type: none;
	padding-right: 30px;
	}

#topmenu li {
	float: right;
	padding: 8px 0 0 0;
	}

#topmenu li a {
	display: block;
	border-left: 1px solid;
	padding: 0 8px 0 8px;
	color: #666666;
	font-size: 11px;
	text-decoration: none;
	}

#topmenu .noborder{
	border: 0;
	}

/*Scrolldownmenu*/

#scrolldownmenu {
	margin: 0 15px;
	border-top: 3px solid #fff;
	background-color: #b4202d;
	height: 26px;
	}

#navi {
	margin: 0 0 0 30px;
	float: left;
	list-style-type: none;
	}
	
#navi li.ebene1 {
	float: left;
	position: relative;
	padding: 5px 0 0 0;
	height: 21px;
	}

#navi li.ebene1:hover {
	background-color: #fef2d9;
	}
	
#navi li.ebene1:hover a{
	color: #b4202d;
	}
	
#navi li.ebene1 a {
	display: block;
	float: left;
	text-decoration: none;
	padding: 0 14px;
	border-left: 1px solid;
	color: #fef2d9;
	font-weight: bold;
	position: relative; left: -1px;
	}

#navi li.ebene1 a.first {border-left: none;}

#navi li.ebene1 ul {
	display:none;
	}


#navi li.ebene1:hover ul {
	list-style-type: none;
	text-align: center;
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 0 0 0 0;
	background-color: #b4202d;
	border-right: 1px solid #b4202d;
	border-bottom: 1px solid #b4202d;
	border-left: 1px solid #b4202d;
	}

#navi li.ebene2 {
	float: none;
	text-align: left;
	padding: 0;
	background-image: none;
	border-top: 1px solid #fef2d9;
	}

#navi li.ebene2 a {
	display: block;
	border: none;
	float: none;
	font-size: 12px;
	padding: 3px 5px;
	color: #fef2d9 !important;
	position: static;
	white-space: nowrap;
	}

#navi li.ebene2:hover a {
	color:#b4202d !important;
	background-color: #fef2d9;
	}

/*End Scrolldownmenu*/

