/*------------------------------------------------------------------------------------*/
/* GENERAL SETUP */
/*------------------------------------------------------------------------------------*/

body{
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 12px;
	/*line-height: 140%;*/
	color: #191919;
	background-image: url(../../resources/images/bg_body.jpg);
	background-position: top left;
	
	
}

a {
	font-family: Verdana;
	color: #191919;

}



/*------------------------------------------------------------------------------------*/
/* PAGE STRUCTURE */
/*------------------------------------------------------------------------------------*/

#wrapp-me{
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
	
}

#page{
	margin: 0 auto;
	width: 960px;
	text-align: left;
	
}

#header{
	height: 338px;
	width: 960px;
	margin: 41px 0px 0px 0px;
	background-image: url(../../resources/images/bg_header.png);
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 1000;
	position: relative;
	/*border: 1px solid green;*/
	}

#logo{
	margin: 0px 0px 0px 0px;
	/*border: 1px solid red;*/
	width: 250px;
	float: left;
	background-image: url(../../resources/images/logo.png);
	background-repeat: no-repeat;
	width: 248px;
	height: 81px;
	position: absolute;
	top: -35px;
	/*top: 0px;*/
	left: -17px;
	
	
}


#bread-crumb{
	color: #333;
	margin: 0px 0px 10px 0px;
}

#bread-crumb a{
	color: #333;
	text-decoration:underline;
}



/*------------------------------------------------------------------------------------*/
/* MAIN MENU */
/*------------------------------------------------------------------------------------*/

#main-menu-container {
	position: relative;
	top: -8px;
	left: 12px;
	height: 38px;
	width: 933px;
	z-index: 10;
	/*border: 1px solid red;*/
	}


#main-menu-di{
	position: absolute;
	margin: 0px 0px 0px 15px;
	width: 890px;
	/*border: 1px solid red;*/
	top: 0px;
	left: 0px;
	z-index: 20;
	
}

#main-menu-bg {
	background-image: url(../../resources/images/bg_mnav.png);
	height: 38px;
	width: 933px;
	/*border: 1px solid red;*/
	position: relative;
	z-index: -100;
	top: 0px;
	left: 0px;
	
}

/*------------------------------------------------------------------------------------*/
/* MAIN MENU */
/*------------------------------------------------------------------------------------*/

#sub-menu{
	/*border: 1px solid red;*/
	width: 150px;
	margin: 0px 0px 20px 0px;
	float:  left;
	
}
#sub-menu-title {
	padding: 0px 6px 4px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #532f05;
}

#sub-menu ul{
	list-style-type: none;
	margin: 6px 0px 6px 24px;
	padding: 0px;	
}

#sub-menu li{
	/*display: inline;*/
	margin: 3px 0px 3px 0px;
}


#sub-menu li a{
	color: #532f05;
	text-decoration: none;
}

#sub-menu li a:hover, #sub-menu li a.active {
	color: #2f2c27;
	text-decoration: underline;
}
/*------------------------------------------------------------------------------------*/
/* SERVNAV */
/*------------------------------------------------------------------------------------*/

#serv-nav{
	/*border: 1px solid red;*/
	float: right;
	margin: 18px 35px 8px 0px;
	color: #693b0c;
	
}

#serv-nav ul{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;	
}

#serv-nav li{
	display: inline;
}

#serv-nav li a{
	color: #693b0c;
	text-decoration: none;
	font-size: 11px;
}

#serv-nav li a:hover, #serv-nav li a.active {
	color: #693b0c;
	text-decoration: underline;
}

/*------------------------------------------------------------------------------------*/
/* PAGE CONTENT */
/*------------------------------------------------------------------------------------*/


#page-content{
	/*border: 1px solid red;*/
	/*height: 100px;*/
	width: 915px;
	margin: 0px 0px 0px 20px;
	background-image: url(../../resources/images/bg_content.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	position: relative;
	top: -30px;
	z-index: 1;
	
	

}

	
#page-content-container {
	/*border: 1px solid red;*/
	margin: 10px 30px 0px 50px;
		
}

/*------------------------------------------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------------------------------------------*/

#footer {
	/*border: 1px solid green;*/
	position: relative;
	top: -40px;
	left: -5px;
	background-image: url(../../resources/images/footer.png);
	background-repeat: no-repeat;
	width: 961px;
	height: 56px;
	z-index: 9009;
}
#footer-container {
	margin: 6px 30px 0px 50px;

}



/*------------------------------------------------------------------------------------*/
/* AV TEXT */
/*------------------------------------------------------------------------------------*/

p{
	padding: 0px;	
	margin: 0px;
}

h1,h2{
	font-size: 16px;
	line-height: 18px;
	padding: 0px;	
	margin: 0px;
	color: #000000;
	text-decoration: none;
}

h2 {
	color: #532f05;
}

h3, h4 {
	font-size: 14px;
	line-height: 16px;
	padding: 0px;	
	margin: 0px;
	color: #000000;
	text-decoration: none;

}

h4 {
	color: #532f05;
}

h5, h6{
	font-size: 12px;
	line-height: 14px;
	padding: 0px;	
	margin: 0px;
	color: #000000;
	text-decoration: none;

}

h6 {
	color: #532f05;
	
}

a.avtext {
	color: #532f05;
	
}


/*------------------------------------------------------------------------------------*/
/* GALLERY */
/*------------------------------------------------------------------------------------*/

.gallery img{
	border: none;
	margin-right: 10px;
	margin-bottom: 8px;
	
}



/*------------------------------------------------------------------------------------*/
/* Headerbilder  */
/*------------------------------------------------------------------------------------*/

.headerbilder{
	/*border: 1px solid red;*/
	margin: 4px 0px 0px 15px;
	width: 929px;
	height: 279px;

}




/*------------------------------------------------------------------------------------*/
/* faq-question */
/*------------------------------------------------------------------------------------*/
.faq-question {
	margin: 30px 0px 0px 0px;

} 


/*------------------------------------------------------------------------------------*/
/* gbentry */
/*------------------------------------------------------------------------------------*/

.gbentry {
	width: 400px;
	
	
}

.gbentry td {
	padding: 0px 0px 3px 0px;

}

/*------------------------------------------------------------------------------------*/
/* gb-header*/
/*------------------------------------------------------------------------------------*/

.gb-header {
	width: 400px;
		
}

/*------------------------------------------------------------------------------------*/
/*buchungs*/
/*------------------------------------------------------------------------------------*/
.buchungs-cap {
	padding: 5px 10px 5px 0px;
	border-bottom: 1px dotted #693b0c;
	text-align: right;
}


.buchungs-cont {
	font-weight: bold;
	padding: 5px 0px 5px 10px;
	border-bottom: 1px dotted #693b0c;
	text-align: left;

}

/*------------------------------------------------------------------------------------*/
/* */
/*------------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------------*/
/* */
/*------------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------------*/
/* */
/*------------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------------*/
/* */
/*------------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------------*/
/* */
/*------------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------------*/
/* */
/*------------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------------*/
/* */
/*------------------------------------------------------------------------------------*/


