@charset "utf-8";
/* CSS Document */

/*=====================HTML-TAGS======================*/

body {
	height: 100%;
	background: #626262 url(../img/body-hg.jpg) repeat-x left top;
	margin: 0;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	color: #fff;
	line-height: 1.3em;
	padding: 0px;
	text-align: left;
	}
body strong {
	font-weight: bold;
	color: #3CA9E3;
	}
table {
	font-size: 13px;
	line-height: 1.3em;
	}
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
	}
a, a:link , a:visited{
	color: #B6CE10;
	text-decoration: underline;
	}
a:hover, a:active {
	color: #EA8515;
	}
p, h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding:0;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	line-height: 1.2em;
	color: #EA8515;
	}
h1 {
	font-size: 20px;
	margin: 20px 0 12px 0;
	text-transform: uppercase;
	}
h2{
	font-size: 18px;
	margin-bottom: 10px;
	}
h3{
	font-size: 16px;
	margin-bottom: 10px;
	}
h4{
	font-size: 14px;
	margin-bottom: 5px;
	}
h5{
	font-size: 12px;
	margin-bottom: 3px;
}
/*
ul {
	margin: 3px 0 0 10px;
	padding: 2px 0 2px 0px;
}
li {
	line-height: 15px;
	padding: 0 0 2px 5px;
	margin: 0 0 0 5px;
	list-style-position: outside;
}
*/
/*---------------------DIV-FORMATIERUNGEN------------------------------*/

#mainframe {
	width: 100%;
	height: 100%;
	background: url(../img/header-bus-kids.jpg) no-repeat left top;
	}
#balken-oben {
	width: 100%;
	height: 43px;
	background: url(../img/balken-hg.png) repeat-x top;
	}
#kontakt-oben {
	float: left;
	width: 250px;
	height: 24px;
	padding: 6px 0 0 0;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin-left: 47px;
	background: #B3CD00;
	}
#flaggen {
	width: 50px;
	height: 15px;
	padding: 8px 0 0 16px;
	float: left;
	}
#flaggen img {
	border: 1px solid #A8C10E;
	}
#flaggen img:hover {
	border: 1px solid #fff;
	}
#features {
	float: left;
	width: 262px;
	height: 24px;
	padding: 6px 0 0 234px;
	font-size: 11px;
	}
#features a {
	text-decoration: none;
	color: #fff;
	}
#features a:hover { text-decoration: underline; }
#facebook {
	width: 109px;
	height: 43px;
	float: left;
	}
#linkespalte {
	width: 250px;
	float: left;
	padding: 50px 70px 75px 47px;
	font-size: 11px;
	line-height: 1.3em;
	}
#linkespalte a {
	color: #fff;
	}
#linkespalte a:hover {
	color: #000;
	}
#logo {
	width: 240px;
	height: 66px;
	padding: 0 0 50px 10px;
	}
#navi {
	width: 190px;
	background: #799E00 url(../img/navi-hg.png) repeat-x top;
	padding: 20px;
	border: 10px solid #fff;
	margin-bottom: 15px;
	}
#reservierung {
	width: 190px;
	background: #348FCF url(../img/reservierung-hg.png) repeat-x top;
	padding: 20px;
	border: 10px solid #fff;
	margin-bottom: 15px;
	}
#reservierung h3 {
	color: #fff;
	border-bottom: 1px dotted #80DCF6;
	padding-bottom: 5px;
	}
#kontakt {
	width: 190px;
	background: #EA8515 url(../img/kontaktbox-hg.png) repeat-x top;
	padding: 20px;
	border: 10px solid #fff;
	margin-bottom: 15px;
	}
#kontakt h3 {
	color: #fff;
	border-bottom: 1px dotted #F7CF18;
	padding-bottom: 5px;
	}
#impuls { padding: 0 0 0 30px; }
#impuls a{ text-decoration: none; }
#impuls a:hover { text-decoration: underline; }

#rechtespalte {
	float: left;
	width: 590px;
	padding: 335px 0 75px 0;
	}
#ende { clear: both; }

/*=====================LIST-NAVIGATION======================*/

#LM_level_1 {
	margin: 0;
	padding: 0;
	}
#LM_level_1 ul{	
	margin: 0;
	padding: 0;
	}
#LM_level_1 li {
	margin: 0;
	padding: 0;
	list-style-position: outside;
	list-style-type: none;
	}
#LM_level_1 li a{
	font-weight: bold;
	width: 190px;
	display: block;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	height: 20px;
	border-bottom: 1px dotted #C3D405;
	margin: 10px 0 6px 0;
	}
#LM_level_1 li a:hover{
	color: #D3E405;
	}	
#LM_level_2 ul{
  	margin: 0;
	padding: 0;
	}
#LM_level_2 li{	
	padding: 0;
	margin: 0;
	}	
#LM_level_2 li a{
	color: #D3E405;
	font-size: 12px;
	font-weight: normal;
	display: block;
	text-decoration: none;
	padding: 0 0 0 10px;
	margin: 0 0 0 3px;
	background: url(../img/navipfeil.gif) no-repeat left top;
	border: none;
	}
#LM_level_2 li a:hover{ color: #fff; }

#LM_level_1 li.LM_expanded a{
	color: #4E6400;
	border-bottom: none;
	}
#LM_level_1 li.LM_expanded a:hover{
	color: #D3E405;
	}
#LM_youAreHere {
	font-weight: bold;
	display: block;
	font-size: 15px;
	color: #4E6400;
	text-decoration: none;
	height: 20px;
	border-bottom: 1px dotted #C3D405;
	margin: 10px 0 6px 0;
	}
#LM_level_2 #LM_youAreHere {
	color: #fff;
	font-size: 12px;
	fotn-weight: normal;
	display: block;
	text-decoration: none;
	padding: 0 0 0 10px;
	margin: 0 0 2px 3px;
	background: url(../img/navipfeil-active.gif) no-repeat left top;
	border: none;
	}


/*=====================ENDE LIST-NAVIGATION======================*/

/*---------------------KLASSEN------------------------------*/

a.button {
	text-decoration: none;
	display: block;
	text-align: center;
	height: 18px;
	padding: 3px;
	border: 1px solid #789D00;
	color: #fff;
	background: #566C09 url(../img/button-hg.png) repeat-x top;
	}
a.button:hover {
	border: 1px solid #789D00;
	background: #566C09 url(../img/button-hg-hover.png) repeat-x top;
	cursor: pointer;
	}
.fotorahmen {
	background-color: #A8A8A8;
	padding: 10px;
	}
.hg-grau {
	background-color: #4D4D4D;
	padding: 3px 6px;
	}
.box-schulgruppen, .box-vereine, .box-reisen {
	width: 165px;
	height: 150px;
	border: 10px solid #fff;
	text-align: center;
	font-size: 11px;
	line-height: 1.3em;
	}
.box-schulgruppen h3, .box-vereine h3, .box-reisen h3 {
	padding: 0 0 3px 0;
	margin: 0;
	display: block;
	background: #fff;
	}
.box-schulgruppen img, .box-vereine img, .box-reisen img {
	margin-bottom: 3px;
	}
.box-schulgruppen h3 {
	color: #799D00;
	}
.box-vereine h3 {
	color: #3490D0;
	}
.box-reisen h3 {
	color: #EA8515;
	}
.box-schulgruppen {
	background: #B8CF10 url(../content_img/home-box-schulgruppen-hg.png) repeat-x bottom;
	}
.box-vereine {
	background: #61C7F8 url(../content_img/home-box-vereine-hg.png) repeat-x bottom;
	}
.box-reisen {
	background: #F1A70E url(../content_img/home-box-reisen-hg.png) repeat-x bottom;
	}
.printey { display: none; }

.tabelle {
	border-collapse: collapse;
	background: url(../img/tabelle-hg.jpg) repeat top center;
	text-align: left;
	font-size: 14px;
	margin-bottom: 5px;
	vertical-align: top;
	border: 3px solid #747474;
	}
.tabelle td {
	padding: 6px;
	}
.tabelle-header {
	background-color: #EBD491;
	font-weight: bold;
	color: #7C522E;
	padding: 4px;
	}
.tabelle-hervorhebung {
	background-color: #F4E8C1;
	font-weight: normal;
	padding: 4px;
	}
.EGthumbnail {
	background-color: #A8A8A8;
	padding: 5px;
	margin-bottom: 8px;
	}
/*---------------------ANFRAGEFORMULAR-----------------------------*/

#errorMessage {
	background: url(../img/box-hg.png) repeat;
	border: 1px solid red;
	padding: 3px;
	width: 99%;
	margin-bottom: 10px;
	}
#successMessage {
	background: url(../img/box-hg.png) repeat;
	border: 1px solid green;
	padding: 3px;
	width: 99%;
	margin-bottom: 10px;
	}
#formular label {
	display: block;
	float: left;
	width: 130px;
	vertical-align: middle;
	padding: 3px 0px 0px 5px;
	}
#formular p {
	clear: left;
	background: #4A4A4A url(../img/form-hg.png) repeat-x top;
	border: 1px solid #747474;
	padding: 5px;
	margin-bottom: 2px;
	width: 98%;
	}
#formular input {
	border: none;
	background: #fff url(../img/input-hg.gif) no-repeat left top;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #2D80BD;
	}
#formular textarea {
	border: none;
	background: #fff url(../img/input-hg.gif) no-repeat left top;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #2D80BD;
	width: 400px;
	}
#formular .pflichtfelder {
	border: 1px solid #9AACBA;
	}	
#formular #sendenbutton, #formular #loeschenbutton {
	width: 180px;
	height: 25px;
	padding: 3px;
	border: 1px solid #92B90D;
	color: #fff;
	background: #566C09 url(../img/button-hg.png) repeat-x top;
	}
#formular #sendenbutton:hover, #formular #loeschenbutton:hover {
	border: 1px solid #92B90D;
	background: #566C09 url(../img/button-hg-hover.png) repeat-x top;
	cursor: pointer;
	}

/*---------------------MINI-ANFRAGEFORMULAR-----------------------------*/

#miniformular {
	margin-top: 10px;
	}
#miniformular table { font-size: 11px; }
#reservierungstag1, #personen1{
	border: 1px solid #2D80BD;
	background: #fff url(../img/input-hg.gif) no-repeat left top;
	width: 62px;
	height: 13px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #2D80BD;
	margin-top: -1px;
	}
#kalender3 {
	vertical-align:top;
	border: 1px solid #2D80BD;
	}
#abschicken input{
	width: 64px;
	height: 15px;
	border: none;
	}
	
/*---------------------GOOGLE-MAPS-----------------------------*/

#aussenrahmen {
	border: 3px solid #4D4D4D;
	width: 100%;
	text-align: center;
	}
#karte {
	width: 100%; 
	height: 320px;
	}
#input-hintergrund {
	background: #4D4D4D;
	padding: 5px;
	}
#adresseingabe {
	width: 380px;
	padding: 1px;
	height: 22px;
	border: none;
	background: #fff url(../img/input-hg.gif) no-repeat left top;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	color: #000;
	vertical-align: top;
	}
#mapsButton1 {
	width: 180px;
	height: 25px;
	padding: 3px;
	border: 1px solid #92B90D;
	color: #fff;
	background: #566C09 url(../img/button-hg.png) repeat-x top;
	vertical-align: top;
	}
#mapsButton1:hover {
	border: 1px solid #92B90D;
	background: #566C09 url(../img/button-hg-hover.png) repeat-x top;
	cursor: pointer;
	}
.sprechblase {
	color: #000;
	font-size: 12px;
	}
	
/*Transparente PNGS in IE6*/
* html img, div { behavior: url(iepngfix.htc) };
