@import "editor_style.css";
@import "images/fileicons/style.css";
@import "lightbox/style.css";

body,html {


	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color:#26662A;

}

html {overflow-y: scroll;}


/* @group Basis layout */

div#container {
	text-align:left;
	background-color:#F5F5BF;
	width:790px;
	margin-left:auto;
	margin-right:auto;
	margin-top:45px;
	margin-bottom:30px;
	border:1px solid #FEFE95;
}



div#top {
	background: url("/_skins/base/images/back_top.jpg");
	background-repeat:repeat-x;	
	width:100%;
	height:165px;
	
}

div#logo {
	background: url("/_skins/base/images/logo.jpg");
	background-repeat:no-repeat;
	background-position:center;	
	height:142px;
	width:210px;
	float:left;
}

div#left {
	width:230px;
	min-height:150px;
	background-color:#F5F5BF;
		float:left;
}

div#middle {
	width:555px;
	float:left;
	min-height:510px;
}



div#main {
	min-height:400px;
	padding:20px;
	margin-top:-20px;
	width:510px;
}
div.main_abstand {
	width:790px;
	height:20px;
	position:relative;
}

div#footer {
	width:100%;
	background-color:#E5C88B;
	height:31px;
	clear:left;
	color:#000;
	padding-top:4px;
}


div.footer_left {
	width:500px;
	float:left;
	height:30px;
	padding-left:5px;
	
}


div.footer_right {
	width:280px;
	float:left;
	height:30px;
	text-align:right;
	padding-right:5px;
	
	
}


div#footer a{
	color:#7B6C4B;
}
/* @end */






/* @group Navigation */

div#navi {
	
	height:130px;
	width:550px;
	margin-top:29px;
	margin-right:20px;
	float:left;
}

div.navbutton a{
	
	height:60px;
	width:110px;
	line-height:20px;
	margin-bottom:1px;
	background-color:#A0A0A0;
	font-size:13px;
	float:left;
	outline:none;
	padding-top:60px;
	text-align:center;
	
		
	
	
}


div.navbutton_active {


	background-color:#D2D2D2;

}
div.navbutton_0{
	display:none;
}
div.navbutton_1 a{
	background: url("/_skins/base/images/button_uns.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	
	
}

div.navbutton_2 a{
	background: url("/_skins/base/images/button_haus.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	
}


div.navbutton_3 a{
	background: url("/_skins/base/images/button_kueche.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	

}

div.navbutton_4 a{
	background: url("/_skins/base/images/button_kontakt.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	
	
}

div.navbutton_5 a{
	background: url("/_skins/base/images/button_anfahrt.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	
}


div.navbutton_6 {
	display:none;
}	
div.navbutton_7 {
	display:none;
}
div.navbutton a:hover{
	   color:#990000;
	   
	
}



/* @end */


div.Kalendereintrag {
	width:230px;
	height:330px;
	float:left;
	margin-right:30px;
	color:#990000;
	
	

}
div.Kalender_Bild {
	margin-top:5px;
	margin-bottom:15px;
}

div.mod2 {
	margin-right:0px;
}

div.mod3 {
	margin-right:0px;
}

div.Galerie_Fotobereich{

	margin-bottom:10px;
	width:550px;
	min-height:120px;
}
div.Galerie_Foto {
	margin-right:19px;
	margin-bottom:15px;
	width:150px;
	height:115px;
	float:left;
	
}

div.Galerie_Foto img{
	border: 1px solid #D8B473;

}

div.Kalender_Link {
	background-color:#D9B372;
    padding:3px;
    padding-right:5px;
	width:100px;
	text-align:center;
	border: 1px solid #D8B473;
}
div.Kalender_Link a{
	
	color:#FFF;
}

div#Newsletter {
	width:150px;
	min-height:20px;
	padding-left:10px;
	
	
}

div.Newsletter_Formular {
	width:150px;
	height:200px;
	padding:10px;
		
}

div#Menue {
	width:150px;
	min-height:100px;
	padding:10px;
	padding-left:0px;
	margin-left:10px;
	border-bottom: 1px solid #D8B473;
		
}

/*forms*/
label { 
	width:90px;
	display: block;
	float:left;
	margin-bottom:6px;
	font-weight: bold;
	
	
}

.formline, .formline_big{
	line-height:20px;
	width:170px;
	height:25px;
	float:left;	
	overflow:hidden;
	margin-top:5px;
	margin-bottom:5px;
	
}

.formline_big {
	

	height:40px;
	
}

span.error {
	color:#C70000;
	width:150px;
}

span.error input{
	border:2px solid #990000;
}

a.Back {
	color:#FFF;
	height:20px;
	width:155px;
	background-color:#D9B372;
    padding:3px;
	border: 1px solid #D8B473;
	text-align:center;
}

div.Back{

	width:490px;
	text-align:right;
	height:20px;
}

