/* CSS Document */
body {
	background-color:#04a129;

}

h2,h3 {

	color: #fff;

}

#head {
	position:absolute;
	width:900px;
	/*height:332px;*/
	left: 10px;
	top: 10px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	
}

#nav {
	position:absolute;
	width:900px;
	height:33px;
	left: 10px;
	top: 260px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	
	}

#content {
	position:absolute;
	width:900px;
	min-height:400px;
	max-height:650px;
	left: 10px;
	top: 294px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;

	
}
#footer {
	text-align:center;
	margin-top: 50px;
}

.nav  {
	border:0px solid #fff;
	float:left;
	margin:10px;
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;

}

.content  {
	border:0px solid #fff;
	/*width:100px;*/
	margin:10px;
	font-family:Verdana;
	font-size:12px;
}

.text_start {
	text-align:justify;
	font-size: 13px;
	color:#fff;

}
.text {
	text-align:left;
	font-size:12px;
	color:#fff; 
 
}

.text_justify {
	text-align:left;
	font-size:12px;
	color:#fff; 
	text-indent: 2px;
 
}


a { border:none}
a:link { font-weight:bold; color:white; text-decoration:none; }
a:visited { font-weight:bold; color:white; text-decoration:none; }
a:focus { font-weight:bold; color:white; text-decoration:underline; }

a:hover { 
    background-color:#fff;
	color:#04a129;
	padding-bottom:9px;
}

/*a:active { font-weight:bold; color:white; text-decoration:underline; }*/

a.navi_aktiv {
	border:#CC3300 0px dashed;
	background-color:#fff;
	color:#04a129;
	padding-bottom:9px;
	padding-left:2px;
	padding-right:2px;
}

a.no_deco  {
	padding:0px;
		
}

.img_no_border {
	border:none;

}

.img_border {

	border: 1px solid #FFF;
	margin-right:10px;

}

		/* Gästebuch */

.gaestebuch_fehler {
	/*border: 1px solid;*/
	font-family:Verdana;
	font-size:15px;
	color:#ccc;
	text-align: center;


}

.gaestebuch_erfolg {
	/*border: 1px solid;*/
	font-family:Verdana;
	font-size:15px;
	color:#fff;
	text-align: center;
}		
		
		
#gaestebuch_ausgabe {

	position:absolute;
	border: 1px solid #fff;
	top: 10px;
	left: 300px;
	width: 570px;
	height:350px;
	overflow:auto;
	
}

#gaestebuch_message {

	position:absolute;
	border: 0px dashed #fff;
	top: 250px;
	left: 10px;
	width: 255px;
	height:40px;
	overflow:auto;
	color: #fff;
	font-size: 15px;
}


#link_ausgabe {

	padding:5px;

}

#gaestebuch_ausgabe a:hover {

	font-weight:bold; 
	color:white; 
	text-decoration:none;
	padding-bottom:0px;
	background-color:#fff;
	color: #04a129;
	

}

#ergebnis_ausgabe {

	color: #fff;
	

}

		/* Kontaktformular */

#kontakt_bild {
	position: absolute;
	top: 53px;
	left: 450px;
	}

#kontakt_google {
	position: absolute;
	top:30px;
	left: 450px;
}

.kontakt_beschriftung {
	color:#fff;


}
.kontakt_tabelle {
	border: 1px solid #FFFFFF;
	
}

.kontakt_textfelder {
	border:1px solid #fff;
	background-color:#CCCCCC;
	color:#000000;
	font-family:Verdana;
	font-size:12px;
	float:left;
}

.kontakt_textbox {
	border:1px solid #fff;
	background-color:#CCCCCC;
	color:#000000;
	font-family:Verdana;
	font-size:12px;
	overflow:auto;
}

.kontakt_fehler {
	/*border: 1px solid;*/
	font-family:Verdana;
	font-size:11px;
	color:#000;


}

.kontakt_erfolg {
	/*border: 1px solid;*/
	font-family:Verdana;
	font-size:14px;
	color:#fff;
}


	/* Buchung */

.buchung_beschriftung {
	color:#fff;


}

.buchung_textfelder {
	border:1px solid #fff;
	background-color:#CCCCCC;
	color:#000000;
	font-family:Verdana;
	font-size:12px;
	float:left;
	width:160px;
	margin-right:3px;
}

.buchung_textfelder_haus {
	border:1px solid #fff;
	background-color:#CCCCCC;
	color:#000000;
	font-family:Verdana;
	font-size:12px;
	float:left;
	width:83px;
	margin-right:3px;
}


.buchung_textbox {
	border:1px solid #fff;
	background-color:#CCCCCC;
	color:#000000;
	font-family:Verdana;
	font-size:12px;
	overflow:auto;
}

.buchung_fehler {
	/*border: 1px solid;*/
	font-family:Verdana;
	font-size:11px;
	color:#000;


}

.buchung_erfolg {
	/*border: 1px solid;*/
	font-family:Verdana;
	font-size:14px;
	color:#fff;
}

