/* CSS Document */
/* WEBSTYLES */

/*
FARBPALETTE:
------------
Text <p>:					#333333
Link <p>:					#000000 (black)
Link <p> visited:			#808080 (gray)
Link Topmenue:				#ffffff
Link Topmenu hover:			#ff7400
Link Topmenu aktiv:			#ff7400
Link Main/Sub-menu:			#333333
Link Main/Sub-menu hover:	#ff7400
Link Main/Sub-menu aktiv:	#ff7400


PHOTOSHOP:
----------
Sonne:						#FDF5A9
Himmel hell:				#FFA70C
Zwischenhimmel:				#FF7000
Himmel dunkel:				#FF4A00 
Rot:						#D7300A
Berge:						#954440
HG dunkel:					#F5A74C
HG hell / Leisten:			#FBCB83
HG Container:				#FFF3DD

*/



/* ------------------------------------------------- Globale Elemente */

*{margin:0; padding:0;} /* Alle Abstaende aufheben */
html>body {font-size: 12px;} /* Schriftgroessenbasis moderne Browser*/

/* *html * { behavior: url(pics/_layout/iepngfix.htc); }  VORLAEUFIG AUSGESCHALTETER PNG-FIX FUER IE6*/

body {
	background: url(pics/_layout/body_bg.jpg) repeat fixed;
	text-align: center;
	height: 100%;
	margin: 0px 0px 0px 0px;
	}

h1{
	padding: 0px 0px 3px 0px;
	font-family: Verdana, Helvetica, sans-serif;
	color:#333333;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;	
	}
	
h2 {
	font-family: Verdana, Helvetica, sans-serif;
	color: #333333;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	}	
p, .preisblock {
	font-family: Verdana, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.83em;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
	}

p a {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted;
	}
	p a:visited {color: gray;}
	p a:hover {border-bottom: 1px solid;}
	
.strong {
	font-weight: bold;
	}
	
acronym {
	border-bottom: 1px dashed gray;
	cursor: help;
	}

.fleft {
	float: left;
	}

.noborder{
	border: none;
	}

.orangeborder {
	border: 2px solid #F5A74C;
	}
	
.thumb {
	float: left;
	margin: 5px 10px 10px 10px
	}

.jumper {
	position: absolute;
	right: 10000px;
	}

.clearer {
	clear: both;
	}

/* --------------------------------------------------------------------- HEADER */	
#header_top {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 25px;
	position: static;
	background: url(pics/_layout/header_top.png) top left no-repeat;
	}

#header_pic {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 174px;
	position: static;
	background: url(pics/_layout/header_pic.png) top left no-repeat;
	}

#header_menu {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 60px;
	position: static;
	background: url(pics/_layout/header_menu.png) top left no-repeat;
	}



/* ----------------------------------------- TOP MENU (home, kontakt, impressum) */
#top_menu {
	margin: 0;
	padding: 6px 60px 0px 55px;
	text-align: right;
	color: #ff7400;
	font-family: Verdana, Helvetica, sans-serif;
	}

#top_menu li {
	font-size: 1em;
	display: inline;
	list-style-type: none;
	padding: 0 10px 0 10px;
	font-weight: normal;
	}
	#top_menu li:hover {background: url(pics/_layout/linkbird.png) top right no-repeat;	}

	#top_menu li a:link,
	#top_menu li a:visited,
	#top_menu li a:active {
		color: white;
  		text-decoration: none;
	}
	#top_menu li a:hover {color: #ff7400;}

/* ------------------------------------------------- MAIN MENU (unter dem Header) */
#main_menu {
	margin: 0;
	padding: 30px 0px 0px 40px;
	text-align: left;
	color: #ff7400;
	font-family: Verdana, Helvetica, sans-serif;
	}

#main_menu li {
	font-size: 1em;
	display: inline;
	list-style-type: none;
	padding: 0 10px 0 10px;
	font-weight: normal;
	}
	#main_menu li:hover {background: url(pics/_layout/linkbird.png) top right no-repeat;}

	#main_menu li a:link,
	#main_menu li a:visited,
	#main_menu li a:active {
		color: #333333;
  		text-decoration: none;
	}
	#main_menu li a:hover {color: #ff7400;}



/* ------------------------------------------------- CONTAINER und was drinnen ist*/
#aussencontainer {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	min-height: 600px;
	position: static;
	text-align: left;
	}

#container {
	float: left;
	background: url(pics/_layout/container.png) top left repeat-y;
	z-index: 50;
	}

#wobinich {
	padding: 0 0 10px 60px;
	}
	
/* --------------------------------------------------------------------- SUB MENU */
#submenuspalte {
	width: 215px;
	height: auto;
	margin-left: 50px;
	float: left;
	}

#submenu_top {
	width: 215px;
	height: 32px;
	background: url(pics/_layout/submenu_top.png) top left no-repeat;
	}
	
#submenu {
	width: 215px;
	margin: 0;
	padding: 0;
	}

#submenu_bottom {
	width: 215px;
	height: 32px;
	margin-bottom: 30px;
	background: url(pics/_layout/submenu_bottom.png) top left no-repeat;
	}

#submenu ul {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #ff7400;
	font-family: Verdana, Helvetica, sans-serif;
	display: block;
	}
	
#submenu ul li {
	font-size: 1em;
	line-height: 20px;
	list-style-type: none;
	padding: 0;
	text-indent: 10px;
	font-weight: normal;
	background: url(pics/_layout/submenu_bg.png) top left no-repeat;
	}
	#submenu ul li:hover {
		background: url(pics/_layout/submenu_hover.png) top right no-repeat;
		}
	#submenu ul li ul li:hover {
		background: url(pics/_layout/submenu_bg.png) top right no-repeat;
		}

	#submenu a:link,
	#submenu a:visited,
  	#submenu a:active
	 {
		color: #333333;
  		text-decoration: none;
  		display: block;
	}
	#submenu a:hover {
		color: #ff7400;
	}
	
#submenu ul li ul {display: none;} /* Menue-Unterpunkte ausblenden */
/* #submenu ul li:hover ul {display: block;}  ...und bei Ueberfahren wieder einblenden  */
.offen {display: block !important;}  /* Geöffnetes Untermenue erzwingen */

#submenu ul li ul li {
	font-size: 0.83em;
	line-height: 19px;
	list-style-type: none;
	padding: 0 10px 0 10px;
	font-weight: normal;
	}
	
.aktuelles {
	width: 180px;
	padding: 10px 5px 10px 10px;
	margin-bottom: 30px;
	border-top: 1px dotted #ff7400;
	border-right: 1px dotted #ff7400;
	border-bottom: 1px dotted #ff7400;
	background-color: #fad6ad;
	font-size: 1em;
	line-height: 1.5em;
	}

.aktuelles2 {
	width: 180px;
	padding: 10px 5px 10px 10px;
	margin-bottom: 30px;
	border-top: 1px dotted #ff7400;
	border-right: 1px dotted #ff7400;
	border-bottom: 1px dotted #ff7400;
	background-color: #fad6ad;
	font-size: 1em;
	line-height: 1.5em;
	}

.wetter {
	width: 180px;
	padding: 10px 5px 10px 10px;
	margin-bottom: 30px;
	border-top: 1px dotted #ff7400;
	border-right: 1px dotted #ff7400;
	border-bottom: 1px dotted #ff7400;
	background-color: #fad6ad;
	font-size: 1em;
	line-height: 1.5em;
	}


.aktuelles h2, .aktuelles2 h2, .wetter h2 {
	color: #FF4A00;
	font-size: 0.83em;
	line-height: 1.8em;
	}

/* --------------------------------------------------------------------- CONTENT */
#content {
	width: 645px;
	margin: 20px 45px 0px 0px;
	text-align: left;
	float: right;
	}

#titelzeile {
	width: 645px;
	margin: 0;
	padding: 0px 20px 10px 0px;
	}
	#titelzeile h1 {
		margin-left: 10px;
		}
	#titelzeile img {
		margin: -20px 0px 0px -10px;
		}
	#titelzeile p{
		margin: 0px 25px 0px 10px;
		}

.titel-alt {
	width: 645px;
	margin: -20px 0 10px -5px;
	padding: 5px 0px 10px 5px;
	background: url(pics/_layout/title_bg_lang.png) no-repeat left top;
	}
	.titel-alt h1 {
		margin: 10px 0px 0px 10px;
		}
	.titel-alt p{
		margin: 0px 25px 0px 10px;
		}

#spalte1 {
	width: 215px;
	margin: 0;
	padding-top: 15px;
	float: left;
	}
	#spalte1 img {margin-top: -10px;}

#spalte2 {
	width: 215px;
	margin: 0;
	padding-top: 15px;
	float: left;
	}

.spalte3 {
	width: 215px;
	margin: 0;
	padding-top: 15px;
	float: right;
	}

#spalte1 h2, #spalte2 h2, .spalte3 h2 {
	padding: 10px 0px 0px 10px;
	margin-bottom: -10px;
	height: 40px;
	width: 215px;
	background: url(pics/_layout/title_bg.png) no-repeat -5px top;
	}

#spalte1 p, #spalte2 p, .spalte3 p {
	margin: 0px 20px 15px 10px;
	}
	
.spalte1-alt {
	width: 430px;
	margin: 0;
	padding-top: 11px;
	float: left;
	}

.spalte1-alt h2 {
	padding: 14px 0px 0px 10px;
	margin-bottom: -10px;
	height: 40px;
	width: 430px;
	background: url(pics/_layout/title_bg_medium.png) no-repeat -5px top;
	}

.spalte1-alt p {
	margin: 0px 20px 15px 10px;
	}

#spalte1 li, #spalte2 li, .spalte3 li {
	font-family: Verdana, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.83em;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
	text-indent: 20px;
	list-style-type: square;
	list-style-position: inside;
	}

.preise {
	font-family: Verdana, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.83em;
	line-height: 1.8em;
	margin: 10px 0px 10px 5px;
	padding: 2px;
	}
	.preise td {
		width: 135px;
		text-align: left;
		border: 1px solid #333333;
		padding: 2px;
		background-color: #fad6ad;
		}
		
#karte {
	width: 400px;
	height: 400px;
	margin-left: 10px;
	border: 1px solid #ff7400;
	overflow: hidden;
	}

#webdesigner {
	clear: both;
	height: 20px;
	width: 400px;
	padding-top: 60px;
	position: relative;
	right: 10000px;
	}

#kontaktformular {
	font-family: Verdana, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.83em;
	line-height: 1.8em;
	margin: 0;
	padding: 10px;
	width: 430px;
	text-align: left;
	}
.caution ul li{
		font-family: Verdana, Helvetica, sans-serif;
		color: #333333;
		font-size: 1em;
		color: red;
		font-weight: bold;
		list-style-type: none;
		padding-left: 10px;
		}

.straussen_erklaerung {
	font-family: Verdana, Helvetica, sans-serif;
	color: #333333;
	font-size: 0.83em;
	line-height: 1.8em;
	margin: 0;
	padding: 10px;
	text-align: left;
	}

#karteonlyIE {
	display: none;
	}


/* ----------------------------------------------------------- FANCY LAYOUT STUFF */
#birds {
	height: 100px;
	width: 145px;
	position: relative;
	bottom: 730px;
	left: 610px;
	background-image: url(pics/_layout/birds.png);
	z-index: 95;
	}


#logo {
	position: absolute;
	margin: 0 0 -13px -600px;
	padding: 0;
	bottom: 0px;
	left: 50%;
	width: 180px;
	height: 194px;
	z-index: 101;
	}
html>body #logo {
	position: fixed;
	}

#footer {
	position: absolute;
	margin: 0 0 0 -480px;
	padding: 0;
	bottom: 0px;
	left: 50%;
	width: 960px;
	height: 85px;
	background: url(pics/_layout/footer.png) top left no-repeat;
	z-index: 100;
	}
html>body #footer {
	position: fixed;
	}

.preisblock {
margin-right: 20px;
margin-top: 10px;
text-align: right;
}