@charset "utf-8";

/* 
------------------------
Version 1.0, 20-02-2007
*/


/*>>>> ALLGEMEIN <<<<<*/

html,body,div,p,table,td,h1,h2,h3,span,ul,ol,li,a,input,textarea {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 16px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.4em;
color: #222a23;}

html,body{
	margin: 0; 
	padding: 0;
	background:#d0eae4;
}
a img{border:none;}

a,a:link,a:visited {color:#007e63;}

strong{
color:#96bf0d; font-weight:normal;}

/*>>>> STRUKTUR <<<<<*/



#wrapper{
	width:980px; 
	margin:0 auto;
}

#head{
	height:295px;
	background-color:#007e63;
	float:left;
	width:100%;
}

	.bg_home{ background:url(../images/bg_home.jpg) top right no-repeat;}
	.bg_zimmer{ background:url(../images/bg_zimmer.jpg) top right no-repeat;}
	.bg_restaurant{ background:url(../images/bg_restaurant.jpg) top right no-repeat;}
	.bg_feiern{ background:url(../images/bg_feiern.jpg) top right no-repeat;}
	.bg_anreisen{ background:url(../images/bg_anreisen.jpg) top right no-repeat;}

	
	
	
	#header-bg{
		width:295px;
		height:295px; 
		background: url(../images/logo.gif) 50% 50% no-repeat;
		text-indent:-9999px;
		float:left;
	}
	
#content{
	width:100%;
	padding:30px 0;
	background:#fff;
	float:left;
}

#left{
	float:left;
	width:295px;
	margin-top:13px;
}

	#navigation ul{
		margin:0 0 0 35px;
		padding:0;
		list-style:none;
	}
	
		#navigation ul li{
		width:100%;
		float:left;
		}
		#navigation ul li a{
			background: url(../images/nav_bg.gif) 0% 50% no-repeat;
			padding:5px 0px 5px 20px;
			margin-bottom:5px;
			display:block;
			color:#222a23;
			text-decoration:none;
		}

		#navigation ul li a.act{
			font-weight:bold;
		}

		#navigation ul li a:hover{
			color:#007e63;
			text-decoration:underline;
		}
	
	#contact{
		margin-top:20px;
		background: url(../images/logo_2.gif) 50% 0% no-repeat;
		padding-top:165px;
		width:100%;
		text-align:center;
		float:left;
	}

		#contact .vcard{
			margin-bottom:30px;
		}
			
			#contact .vcard .org{
				display:none;
			}


#right{
	float:right;
	width:620px;
}

	#right H1{
		 font-size:24px;
		 color:#007e63;
		 margin-top:10px;
	}


	#right #col1{
		width:368px;
		float:left;
	}

		#right #col1 img{
			margin-top:12px;
		}

	#right #col2{
		width:138px;
		float:left;
		margin-left:50px;
	}

		#right #col2 img{
			margin-bottom:15px;
		}


	#right #col3{
		width:100%;
		float:left;
	}

/* Contact Form */

#content #contact_form fieldset{
	border:none;
	margin:0; 
	padding:8px 0 0 10px;	
	text-align:right;
}

#content #contact_form fieldset legend{
display:none;
visibility:collapse;}

#content #contact_form span#legend {
	display:block;
	margin: 0;

}
#content #contact_form span#legend .sending {
	display:none;
	font-size:14px;
	padding:5px 0px 5px 20px;	
	float:left;

}


#content #contact_form input{ 
	width:250px; 
	height:20px; 
	padding:6px 3px 3px 3px; 
	border:0px;
	background:url(../images/input_bg.gif) bottom left repeat-x #fff;
	color:#000;
	margin-bottom:5px;
}
#content #contact_form button{
	width:105px; 
	height:27px; 
	border:none; 
	background:#007e63; 
	color:#fff; 
	font-weight:bold;
	cursor:pointer;
	
}

.success{margin:40px; border:1px solid #D4D6D4; color:#1D589D; font-size:16px; font-weight:bold; padding:30px; text-align:center;}
