/*
Gutshof Wellenbad
Start: 11.12.2009
*/

* {
	margin:0;
	padding:0;
	outline: none;
}

html {
	overflow-y: scroll;
	
	scrollbar-arrow-color: #515d2d;
	scrollbar-base-color: #fffcf1;
	scrollbar-3dlight-color: #fffcf1;
	scrollbar-darkshadow-color: #fffcf1;
	scrollbar-face-color: #fffcf1;
	scrollbar-highlight-color: #fffcf1;
	scrollbar-shadow-color: #fffcf1;
	scrollbar-track-color: #fffcf1;
}

body {
	background-color: #f7e9c5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: center /* IE6 - versteht nicht bei "#wrapper" - margin: auto - deshalb allgemein Seite center */
}

div, p {
	text-align: left; /* body - text-align: center wieder für den Inhalt der Elemente auf left */
}

.clear {
	clear: both;
	padding: 0px !important;
	margin: 0px !important;
}

span.seo {
	position: absolute;
	left: -999em;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
}

#wrapper #header {
	text-align: center; /* IE6 - menu center */
	background-color: #fffcf1;
}

#header #logo {
	background-color: #f7e9c5;
	padding: 28px 0 22px 0; /* innenabstand -> top right bottom left */
	text-align: center; /* logo center */
}

/* Flashbilder */


#flash .imagefade {
 position: relative;
 float: left;
 width: 490px;
 height: 200px;
 background-image: url("../img/loading.gif");
background-position: top left;
background-repeat: no-repeat;
}

#flash .imagefade img {
 position: absolute;
 top: 0px;
 left: 0px;
 z-index: 1;
}

#flash .imagefade img.active {
 z-index: 10;
}





/* Hauptmenü */
#header #main_menue {
	width: 905px;
	height: 25px; /* 56 */
	padding: 20px 0 0 0;
	margin: 0 auto;
	overflow: hidden;
}

#main_menue ul, #main_menue ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#main_menue ul li {
	display: inline;
}

#main_menue a {
	display: block;
	float: left;
	height: 22px;
	padding: 0px;
	margin: 0 10px 0 0; /* top right bottom left */
	color: #525d2e;
	text-decoration: none;
	overflow: hidden;
	background-position: left 0px;
	background-repeat: no-repeat;
}

#main_menue a:hover, #main_menue a.aktiv {
	background-position: left -22px;
}

li#last_main_menu a {
	margin-right: 0px !important;
}

#main_menue a#menu_01 {
	background-image: url("../img/menu_01.gif");
	width: 57px;
}

#main_menue a#menu_02 {
	background-image: url("../img/menu_02.gif");
	width: 61px;
}

#main_menue a#menu_03 {
	background-image: url("../img/menu_03.gif");
	width: 100px;
}

#main_menue a#menu_04 {
	background-image: url("../img/menu_04.gif");
	width: 63px;
}

#main_menue a#menu_05 {
	background-image: url("../img/menu_05.gif");
	width: 101px;
}

#main_menue a#menu_06 {
	background-image: url("../img/menu_06.gif");
	width: 89px;
}

#main_menue a#menu_07 {
	background-image: url("../img/menu_07.gif");
	width: 78px;
}

#main_menue a#menu_08 {
	background-image: url("../img/menu_08.gif");
	width: 133px;
}

#main_menue a#menu_09 {
	background-image: url("../img/menu_09.gif");
	width: 136px;
}

#wrapper #main {
	background-color: #fffcf1;
}

div#main div#sub_menue {
	float: left;
	width: 167px;
	text-align: right;
	padding-top: 44px;
}

div#sub_menue div.symbol {
	padding-bottom: 25px;
	text-align: right;
}

div#sub_menue ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#sub_menue ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 12px 0;
	text-align: right;
}

div#sub_menue ul li a {
	color: #556028;
	text-decoration: none;
}

div#sub_menue ul li a:hover {
	text-decoration: underline;
}

/*Untermenü aktiv fett*/
div#sub_menue ul li a.aktiv {
	font-weight: bold;

}

div#sub_menue ul li a.reservierung {
	font-weight: bold;
			color: #d95900;
}

div#main div#content {
	float: left;
	width: 504px; /* 535 */
	padding: 44px 0px 0 40px;
}

div#main div#content a {
	text-decoration: underline;
		color: #525d2e;
}

div#main div#content a:hover {
	text-decoration: none;
}

div#main div#content h1.image_headline {
	padding-bottom: 16px;
}

div#main div#content p {
	font-family: georgia, arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 0px;
}


/*englisch*/
div#main div#eng {
	float: left;
	width: 670px; /* 535 */
	padding: 44px 0px 0 40px;
}

div#main div#eng a {
	text-decoration: underline;
		color: #525d2e;
}

div#main div#eng a:hover {
	text-decoration: none;
}

div#main div#eng h1.image_headline {
	padding-bottom: 16px;
}

div#main div#eng p {
	font-family: georgia, arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding-bottom: 0px;
}



/*Textstil fett*/
.bold {
	font-family: georgia, arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}

.kursiv {
	font-family: georgia, arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-style:italic;
}

.small {
	font-family: georgia, arial, sans-serif;
	font-size: 10px;
	line-height: 20px;
	font-style:italic;
}

/*Textstil grün*/
.gruen {
	font-family: georgia, arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #525d2e;
}

.schalter {
	font-family: verdana;
	font-size: 9px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #525d2e;
	border: 1px outset #525d2e;
}


div#main div#news {
	float: left;
	width: 269px;
	padding-top: 65px;
	background-image: url("../img/news_top_bg2.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	text-align: right;
}

div#news #news_container {
	float: right;
	width: 171px; /* 219 */
	padding: 0 24px 30px 24px;
	min-height: 100px;
	height: auto !important; /* neue browser */
	height: 100px; /* IE6 */

}

/* IE6 HACK */
* hmtl div#news #news_container {
	width: 219px;
}

div#news #news_container p {
	color: #dbddda;
	line-height: 18px;
}

div#news #news_container div.dotted_line {
	background-image: url("../img/news_dotted.jpg");
	background-position: left top;
	background-repeat: repeat-x;
	height: 1px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

div#news #news_container p.datum {
	font-family: georgia, arial, sans-serif;
	font-size: 10px;
	padding-top: 13px;
}

div#news #news_container p.thema {
	font-family: georgia, arial, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #fdfeff;
	font-weight: bold;
	font-style: italic;
}

div#news #news_container p.text {
	font-size: 11px;
}

div#news #news_container p.text a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #fdfeff;
}

div#news #news_container p.link a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #fdfeff;
}



div#main div#eng2 {
	float: left;
	width: 269px;
	padding-top: 65px;
	background-image: url("../img/news_top_eng.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	text-align: right;
}


div#main div#news2 {
	float: left;
	width: 269px;
	padding-top: 65px;
	background-image: url("../img/news_top_wild.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	text-align: right;
}

div#news2 #news_container2 {
	float: right;
	width: 171px; /* 219 */
	padding: 0 24px 30px 24px;
	min-height: 100px;
	height: auto !important; /* neue browser */
	height: 100px; /* IE6 */

}

/* IE6 HACK */
* hmtl div#news2 #news_container2 {
	width: 219px;
}

div#news2 #news_container2 p {
	color: #dbddda;
	line-height: 18px;
}

div#news2 #news_container2 div.dotted_line {
	background-image: url("../img/news_dotted.gif");
	background-position: left top;
	background-repeat: repeat-x;
	height: 1px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

div#news2 #news_container2 p.datum {
	font-family: georgia, arial, sans-serif;
	font-size: 10px;
	padding-top: 13px;
}

div#news2 #news_container2 p.thema {
	font-family: georgia, arial, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #fdfeff;
	font-weight: bold;
	font-style: italic;
}

div#news2 #news_container2 p.text {
	font-size: 11px;
}

div#news2 #news_container2 p.text a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #fdfeff;
}

div#news2 #news_container2 p.link a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #fdfeff;
}


div#main div#partner {
	padding: 0px 10px 18px 30px;
}

div#main div#partner a {
	display: block;
	float: left;
	margin-right: 15px;
}

#wrapper #footer {
	text-align: center;
	padding: 10px 0 0 0;
	background-image: url("../img/footer_bg.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	height: 30px;
}

#footer p, #footer p a {
	text-align: center;
	font-size: 10px;
	color: #525e30;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

.textfelder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #efeedf;
}

