* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #58585a;
	text-align: center;
	background: url(images/bg.gif) #979797 repeat-x left top;
}

.clearer {
	clear: both;
	height: 0;
	font-size: 0;
}

/* ======================================================

	= Block
	
========================================================= */
h1 {
	color: #58585a;
	font-size: 28px;
	line-height: 34px;
}

h2 {
	color: #58585a;
	font-size: 16px;
	line-height: 22px;
}

h3 {
	color: #fd1900;
	font-size: 14px;
	line-height: 18px;
}

p {
	color: #58585a;
	font-size: 14px;
	line-height: 18px;
}
/* ======================================================

	= Inline
	
========================================================= */
a {	
	color: #58585a;
	text-decoration: none;
}

a:hover,
a:focus,
a:active { 
	xxxcolor: #fff;
	text-decoration: underline;
}

hr {
	width: 550px;
	height: 1px;
	text-align: left;
	margin: 10px 0px;
	border-width: 1px 0px 0px;
	border-style: solid;
	border-color: #58585a;
}

/* ======================================================

	= Wrapper
	
========================================================= */
#wContainer {
	width: 963px;
	text-align: left;
	margin: auto;
	margin-top: 30px;
	background: url(images/shadow_l_repeat.gif) #fff top left repeat-y;
}

#wPage {
	width: 953px;
	padding-left: 10px;
	background: url(images/shadow_l.gif) top left no-repeat;
}

/* ======================================================

	= Content
	
========================================================= */

#wContent {
	padding: 156px 0 25px 234px;
	background: url(images/bg_content.gif) #fff top left repeat-y;
}

	#wContent #content {
		width: 550px;
		min-height: 100px;
		margin: 25px 0 0 25px;
	}

		#wContent #content div.text{
			padding: 15px 0;
			border-bottom: 1px solid #58585a;
		}

			#wContent #content div.text.last { border-bottom: 0 none; }

		#wContent #content div.wp-caption {
			border-width: 1px 1px 0 1px;
			border-style: solid;
			border-color: #58585a;
			margin-bottom: 15px;
			padding: 0;
		}
		
		#wContent #content p.wp-caption-text {
			color: #fff;
			padding: 4px 4px 4px 10px;
			background-color: #58585a;
		}

		#wContent #content h1,
		#wContent #content h2,
		#wContent #content h3 { margin-bottom: 10px; }

		#wContent #content p {
			margin-bottom: 10px;
		}
		
		#wContent #content ul { list-style-type: none; }

		#wContent #content ul li {
			line-height: 18px;
			padding-left: 10px;
			background: url(images/square_004ebd_4x4.gif) no-repeat 0 7px;
		}

	#wContent #breadcrumb {
		color: #fff;
		font-size: 11px;
		width: 680px;
		height: 14px;
		padding: 3px 10px;
		background-color: #58585a;
	}

		#wContent #breadcrumb a {
			color: #fff;
			font-size: 11px;
		}

	/* ======================================================
		= Formular
	========================================================= */
	#wContent div.formcontainer {}

	#wContent div.formcontainer p.information { color: #fd1900; }

	#wContent form {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #58585a;
		background-color:#FAFAFA;
		padding: 10px;
		border-color: #B2B2B2 #E7E7E7 #E7E7E7 #B2B2B2;
		border-style: solid;
		border-width: 1px;
	}

	#wContent form fieldset,
	#wContent form legend { margin-bottom: 10px; }

	#wContent div.formcontainer div.form-label {
		float: left;
		width: 210px;
		margin: 0 5px 10px 0;
	}

	#wContent div.formcontainer div.form-input,
	#wContent div.formcontainer div.form-textarea,
	#wContent div.formcontainer div.form-option {
		float: left;
		margin-bottom: 10px;
	}

	#wContent div.formcontainer div.form-submit {
		clear: left;
		float: left;
		margin-bottom: 10px;
	}

		#wContent div.formcontainer div.form-textarea textarea,
		#wContent div.formcontainer div.form-input input {
			font-family: Arial, Helvetica, sans-serif;
			color: #58585a;
			
			width: 285px;

			background-color: #ffffff;
			border-color: #B2B2B2 #E7E7E7 #E7E7E7 #B2B2B2;
			border-style: solid;
			border-width: 1px;
			font-size: 12px;
			padding: 1px 2px;
		}

		#wContent div.formcontainer div.form-label label {
			font-weight: bold;
		}
		
		#wContent div.formcontainer div.form-label label,
		#wContent div.formcontainer input.button { cursor: pointer; }

		#wContent div.formcontainer input.button {
			width: 200px;
			background-color: #cd0100;
			color: #fff;
			font-weight: bold;
			border-color: #B2B2B2 #E7E7E7 #E7E7E7 #B2B2B2;
			border-style: solid;
			border-width: 1px;
		}

	/* ======================================================
		= Map24 Karte
	========================================================= */
	#map24_form { margin-top: 20px; }
	
	#map24_form form label {
		float: left;
		width: 210px;
		margin-bottom: 10px;
		font-weight: bold;
	}
	
	#map24_form form input {
		float: left;
		width: 285px;
		margin-bottom: 10px;
		background-color: #ffffff;
		border-color: #B2B2B2 #E7E7E7 #E7E7E7 #B2B2B2;
		border-style: solid;
		border-width: 1px;
		font-size: 12px;
		padding: 1px 2px;
	}

		#map24_form label,
		#map24_form input#map24_calc,
		#map24_form input#map24_del { cursor: pointer; }

		#map24_form input#map24_calc,
		#map24_form input#map24_del {
			width: 200px;
			margin-right: 10px;
			background-color: #cd0100;
			color: #fff;
			font-weight: bold;
			border-color: #B2B2B2 #E7E7E7 #E7E7E7 #B2B2B2;
			border-style: solid;
			border-width: 1px;
		}

	#map24_form #map24_desc {
		margin-top: 20px;
		padding: 10px;
		background-color:#FAFAFA;
		border-color: #B2B2B2 #E7E7E7 #E7E7E7 #B2B2B2;
		border-style: solid;
		border-width: 1px;
	}

		#map24_form #map24_desc ol {
			padding-left: 20px;
		}

		#map24_form #map24_desc ol li {
			margin-bottom: 10px;
		}

/* ======================================================

	= Navigation
	
========================================================= */
#wNavigation {
	position: absolute;
	top: 125px;
}

	#wNavigation ul#menulev1 {
		list-style-type: none;
	}
	
	#wNavigation ul#menulev1 li {
		width: 234px;
	}

		#wNavigation ul#menulev1 li a {
			display: block;
			color: #fff;
			text-decoration: none;
			width: 234px;
			height: 20px;
			padding: 5px 0 0 30px; 
			background: url(images/navi_bg.gif) top left no-repeat;
		}

		#wNavigation ul#menulev1 li a:hover,
		#wNavigation ul#menulev1 li a:active,
		#wNavigation ul#menulev1 li a:focus,
		#wNavigation ul#menulev1 a#menulev1current {
			background: url(images/navi_over_bg.gif) top left no-repeat;
		}

	#wNavigation ul#menulev2 li {
		width: 234px;
		list-style-type: none;
	}

		#wNavigation ul#menulev2 li a {
			display: block;
			color: #58585a;
			text-decoration: none;
			width: 234px;
			height: 20px;
			padding: 5px 0 0 30px;
			background: url(images/subnavi_bg.gif) top left no-repeat;
		}

		#wNavigation ul#menulev2 li a:hover,
		#wNavigation ul#menulev2 li a:active,
		#wNavigation ul#menulev2 li a:focus,
		#wNavigation ul#menulev2 a#menulev2current {
			color: #fd1900;
			background: url(images/subnavi_bg.gif) top left no-repeat;
		}

#wNavigation #search {
	margin: 25px 0 25px 30px;
}

	#wNavigation #search input {
		width: 130px;
		height: 16px;
		padding: 2px 5px;
		border: 2px solid #d4d4d2;
		background-color: #fff;
	}

	#wNavigation #search input.submit {
		width: 29px;
		height: 25px;
		border: 0 none;
		background: url(images/search_btn.gif) top left no-repeat;
		cursor: pointer;
	}

/* ======================================================

	= Footer
	
========================================================= */
#wFooter {
	margin-bottom: 25px;
	background: url(images/footer_top.gif) #d4d4d2 left top no-repeat;
}

#wFooter #footer {
	width: 915px;
	padding: 15px 20px 10px 15px;
}

#wFooter ul.menulev1,
#wFooter ul.menulev2 {
	list-style-type: none;
}

	#wFooter ul li {
		float: left;
		width: 140px;
		line-height: 20px;
	}

		#wFooter ul li a:hover {
			color: #fff;
			text-decoration: none;
		}
	
	#wFooter ul.menulev1 li { margin-left: 12px; }
	#wFooter ul.menulev2 li { margin-left: 0; }

	#wFooter ul.menulev1 li a {
		display: block;
		font-size: 12px;
		margin: 0 0 5px 0;
		border-bottom: 1px solid #58585a;	
	}

	#wFooter ul.menulev2 li a {
		font-size: 11px;
		border-bottom: none;
	}


#wFooter p.copyright {
	float: left;
	display: block;
	font-size: 12px;
	margin-top: 20px;
}

#wFooter p.creator {
	float: right;
	display: block;
	font-size: 12px;
	margin-top: 20px;
}

/* ======================================================

	= Hero-Bild
	
========================================================= */
#wHero {
	position: absolute;
	top: 40px;
	margin-left: 234px;
}
