body {
	margin: 0px;
	background: #FFFFFF;
	font-family: Verdana;
	/*background: url('images/bg_body.gif') repeat-x;*/
}

hr {
	visibility: hidden;
	clear: both;
}

h1 {
	font-size: 17px;
	font-family: Arial;
	color: #2541a4;
	margin: 20px 0 20px 0;
}

h2 {
	font-size: 16px;
	font-family: Arial;
	margin: 20px 0 10px 0;
}

h3 {
	font-size: 15px;
	font-family: Arial;
	margin: 0 0 10px 0;
	font-weight: normal;
}

span.klein { font-size: 10px; }
span.mittel { font-size: 12px; }
span.gross { font-size: 14px; }

#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	background: url('images/bg_wrapper.gif') repeat-y;
}

#header {
	position: relative;
	width: 900px;
	height: 200px;
	background: url('images/bg_header.jpg') no-repeat;
}

/* MENU ANFANG */

#menu_top {
	width: 900px;
	height: 25px;
	background: #668bd9 url('images/bg_menu_top.gif') repeat-y;
	overflow: visible;
}

#nav, #nav ul {
	margin: 0;
	padding: 0 0 0 50px;
	list-style: none;
	z-index: 1;
}
 
#nav a {
	display: block;
	float: left;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 18px 6px 18px;
	border-left: 1px solid white;
	margin: 0;
}

#nav a:hover { background: #4270ce; }
#nav a.active { background: #4270ce; }
#nav a#m_75 { padding: 5px 41px 6px 42px; border: 0px; }
 
#nav li {
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	z-index: 1;
}
 
#nav li ul {
	position: absolute;
	left: -999em;
	top: 25px;
	height: auto;
	width: 155px;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	padding: 0;
	z-index: 1;
	overflow: visible;
		
}
 
#nav ul li ul li {
	width: 150px;
}
 
#nav li ul a {
	display: block;
	width: 140px;
	float: left;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	padding: 5px;
	margin: 0;
	border-top: 1px solid white;
	background: #cadbf9;
}

#nav li ul a:hover { background: #eeeeee; }
#nav li ul a.active { background: #eeeeee; }

#nav a.menuparent  { background: #cadbf9 url('images/arrow.gif') no-repeat 95% 55%; }
#nav a.menuparent:hover  { background: #eeeeee url('images/arrow.gif') no-repeat 95% 55%; }
#nav a.menuparent_active  { background: #eeeeee url('images/arrow.gif') no-repeat 95% 55%; }
#nav a.menuparent_active:hover  { background: #eeeeee url('images/arrow.gif') no-repeat 95% 55%; }
 
#nav li ul ul {
	position: absolute;
	left: 0px;
	margin: -25px 0 0 150px;
	border-left: 1px solid white;
}

#nav li ul ul a {
	display: block;
	width: 130px;
	float: left;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	padding: 5px 5px 5px 15px;
	margin: 0;
	background: #eeeeee url('images/cube_blue.gif') 5px 10px no-repeat;
}
#nav li ul ul a:hover { background: #eeeeee url('images/cube_blue_hover.gif') 5px 10px no-repeat; }
#nav li ul ul a.active { background: #eeeeee url('images/cube_blue_hover.gif') 5px 10px no-repeat; }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em
}
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: 0;
}
 
#nav li li.sfhover {
	background: #eeeeee;
}

/* MENU ENDE */

#content_wrap { 
	position: relative;
	width: 900px;
	min-height: 400px;
}
* html #content_wrap { height: 400px; }

#content { 
	position: relative;
	right: 50px;
	width: 630px;
	float: right;
	padding: 0 10px 10px 10px;
	font-size: 11px;
}
	#content p { margin: 0 0 0 0; line-height: 16px; }
	#content a { color: #4270ce; }
	#content a:hover { text-decoration: none; }
	#content img { margin: 10px 0 0 10px; }

#clickpath {
	position: relative;
	right: 60px;
	width: 630px;
	font-size: 11px;
	margin: 10px 0 10px 10px;
	padding: 0 0 2px 0;
	color: #333333;
	float: right;
	overflow: hidden;
	border-bottom: 1px solid #333333;
	line-height: 15px;
}
	#clickpath a { color: #4270ce; }
	#clickpath a:hover { text-decoration: none; }

#menu_left {
	position: relative;
	width: 199px;
	float: left;
	margin: 0;
}
	#menu_left ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		#menu_left ul li {
			margin: 0;
			padding: 0;
			float: left;
			clear: both;
		}

			#menu_left ul li a {
				display: block;
				width: 138px;
				font-size: 12px;
				font-weight: bold;
				text-decoration: none;
				color: #ffffff;
				padding: 5px;
				margin: 0 0 0 50px;
				background: #65a51a;
				border-top: 1px solid #ffffff;
			/*
				display: block;
				width: 144px;
				float: left;
				color: #333333;
				font-size: 12px;
				text-decoration: none;
				font-weight: bold;
				padding: 5px 0 5px 55px;
				margin: 0;
				background: #cadbf9 url('images/bg_menu_left.gif') repeat-y;
				border-top: 1px solid #ffffff;
			*/
			}
			#menu_left ul li a:hover { background: #4c7d14; }
			#menu_left ul li a.active { background: #4c7d14; }
			
			#menu_left ul li ul li a {
				display: block;
				width: 138px;
				font-size: 11px;
				font-weight: normal;
				text-decoration: none;
				color: #000000;
				padding: 5px;
				margin: 0 0 0 50px;
				background: #89df23;
				border-top: 1px solid #ffffff;
			}
			#menu_left ul li ul li a:hover { background: #eeeeee; color: #333333; }
			#menu_left ul li ul li a.active { background: #eeeeee; color: #333333; }
			
			#menu_left ul li ul li ul li a {
				display: block;
				width: 128px;
				font-size: 11px;
				font-weight: normal;
				text-decoration: none;
				color: #000000;
				margin: 0 0 0 50px;
				padding: 5px 5px 5px 15px;
				background: #eeeeee url('images/cube_green.gif') 5px 10px no-repeat;
				border-top: 0;
			}
			#menu_left ul li ul li ul li a:hover { background: #eeeeee url('images/cube_green_hover.gif') 5px 10px no-repeat; }
			#menu_left ul li ul li ul li a.active { background: #eeeeee url('images/cube_green_hover.gif') 5px 10px no-repeat; }			

#footer {
	width: 900px;
	height: 25px;
	background: #668bd9 url('images/bg_menu_top.gif') repeat-y;
	overflow: visible;
}

#menu_bottom {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 8px 0 10px 0;
	background: #ffffff;
}
	#menu_bottom ul {
		margin: 0;
		padding: 0;
		list-style: none;
		display: inline;
	}
		#menu_bottom ul li {
			margin: 0;
			padding: 0;
			text-align: center;
			display: inline;
		}
			#menu_bottom ul li a {
				display: inline;
				color: #4270ce;
				font-family: Arial;
				font-size: 12px;
				margin: 0 5px 0 0;
				padding: 0 10px 0 0;
				background: url('images/bg_menu_bottom_item.gif') right top no-repeat;
			}
			#menu_bottom ul li a:hover { color: #4270ce; text-decoration: none; }
			#menu_bottom ul li a.last { background: none; }
			#menu_bottom ul li a.top { background: none; margin: 0 0 0 610px; padding: 0; }
			
#judical {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #999999;
	color: #999999;
	font-size: 11px;
	background: #ffffff;
}

/* Galerie */

.gfpb_landscape { background: #cadbf9; width: 120px; height: 120px; text-align: center; }
.gfpb_portret { background: #cadbf9; width: 120px; height: 120px; text-align: center; }

/* Bildunterschrift */
.csc-caption { color: #999999; font-style: italic; }

/* Gästebuch */
.tx-guestbook-list-header { background: #4270ce; }
.tx-veguestbook-pi1 { margin: 0 0 20px 0 }
.tx-veguestbook-list-row { padding: 5px; }
.tx-veguestbook-pi1 input.field { 
	width: 205px;
	font-size: 11px;
	padding: 2px;
	font-family: Verdana;
}
.tx-veguestbook-pi1 input.submit { 
	font-size: 11px;
	padding: 2px;
	font-family: Verdana;
}

.tx-veguestbook-pi1 textarea { 
	font-size: 11px;
	padding: 2px;
	font-family: Verdana;
	width: 100%;
}

.tx-srfreecap-pi2-image { margin: 0px; border: 1px solid #7f9db9; }
.tx-srfreecap-pi2-cant-read a { font-weight: normal; text-decoration: underline; }

/* Sitemap */

#content p.csc-sitemap-level1 { margin: 0 0 10px 30px; font-size: 12px; display: list-item; list-style: disc; }
#content p.csc-sitemap-level2 { margin: 0 0 10px 70px; font-size: 12px; display: list-item; list-style: circle; }
#content p.csc-sitemap-level3 { margin: 0 0 10px 110px; font-size: 12px; display: list-item; list-style: square; }
#content p.csc-sitemap-level4 { margin: 0 0 10px 150px; font-size: 12px; display: list-item; list-style: square; }
