* {
}

a {
	color:					#000;
	text-decoration:		underline;
}

a:hover {
	color:					#000;
}

td {
	vertical-align:			top;
	font-size:				11px;
}

body {
	margin:					0px;
	background-color:		#fff;
	background: 			url(../../acquired/gfx/background.jpg) repeat-x top;	
	color:					#000;
	font-family:			tahoma, verdana, serif;
	font-size:				11px;
	text-align:				justify;
	line-height: 			15px;
}

div#head {
	width: 					832px;
	height:					304px;
	margin: 				auto;
	background: 			url(../../acquired/gfx/head.jpg) repeat-x;
}

div#menu {
	width: 					832px;
	height:					42px;
	margin: 				auto;
	padding-top:			10px;
	background: 			url(../../acquired/gfx/menu.jpg) repeat-x;
}

div#foot {
	clear:					both;
	width: 					777px;
	height:					40px;
	margin: 				auto;
	margin-top:				10px;
	padding-top:			40px;
	padding-left:			26px;
	padding-right:			26px;
	background: 			url(../../acquired/gfx/foot.jpg) no-repeat;
}

div#foot a {
	text-decoration:		none;
}

div#main_home {
	clear:					both;
	width: 					832px;
	margin: 				auto;
}

div#main_1 {
	clear:					both;
	width: 					832px;
	margin: 				auto;
	background: 			url(../../acquired/gfx/main_1.jpg) no-repeat top;
}

div#main_2 {
	clear:					both;
	width: 					832px;
	margin: 				auto;
	background: 			url(../../acquired/gfx/main_2.jpg) no-repeat top;
}

div#main_3 {
	clear:					both;
	width: 					832px;
	margin: 				auto;
	background: 			url(../../acquired/gfx/main_3.jpg) no-repeat top;
}

div#main_4 {
	clear:					both;
	width: 					832px;
	margin: 				auto;
	background: 			url(../../acquired/gfx/main_4.jpg) no-repeat top;
}

div#main_reservation {
	clear:					both;
	width: 					832px;
	margin: 				auto;
	background: 			url(../../acquired/gfx/main_reservation.jpg) no-repeat top;
}

div#main_contact {
	clear:					both;
	width: 					832px;
	margin: 				auto;
	background: 			url(../../acquired/gfx/main_contact.jpg) no-repeat top;
}

div#main_gallery {
	clear:					both;
	width: 					832px;
	margin: 				auto;
	background: 			url(../../acquired/gfx/main_gallery.jpg) no-repeat top;
}

div#main_reservation {
	clear:					both;
	width: 					832px;
	margin: 				auto;
	background: 			url(../../acquired/gfx/main_reservation.jpg) no-repeat top;
}

div#main_kontakt {
	clear:					both;
	width: 					832px;
	margin: 				auto;
	background: 			url(../../acquired/gfx/kontakt.jpg) no-repeat top;
}

div#content_home_text {
	width:					350px;
	height:					205px;
	float:					left;
	margin-right:			15px;
}

div#content_home_welcome {
	width:					376px;
	height:					105px;
	float:					right;
	padding:				70px 45px 30px 45px;
	background: 			url(../../acquired/gfx/box_witamy.jpg) no-repeat;
}

div#content_home_photos {
	width:					350px;
	height:					205px;
	float:					left;
	margin-right:			15px;
}

div#content_home_reservation {
	width:					143px;
	height:					170px;
	float:					right;
	margin-right:			5px;
}

div#content_home_contact {
	width:					300px;
	height:					165px;
	padding-top:			5px;
	padding-left:			15px;
	float:					right;
}

div.section_text {
	padding-top:			70px;
	padding-left:			50px;
	padding-right:			50px;
}

div.contact_content_title {
	font-weight:			bold;
	margin:					10px 0px;
}

div.content_spacer {
	margin:					10px 0px;
	height:					1px;
	width:					100%;
}

div.contact_form input, div.contact_form textarea, div.contact_form select {
	border: 				#aaa 1px solid;
}

















#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-top: #ddd 1px solid;
	border-left: #ddd 1px solid;
	border-right: #ddd 1px solid;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../../external/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../../external/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../external/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	border-bottom: #ddd 1px solid;
	border-left: #ddd 1px solid;
	border-right: #ddd 1px solid;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #fff;
}