@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}


body {
	background-image: url(files/container_background.jpg);
	background-repeat: repeat;
	background-position: 0px 255px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	position: relative;
}
a:link {
	color: #330C0D;
	text-decoration: none;
}
a:visited {
	color: #330C0D;
	text-decoration: none;
}
a:hover {
	color: #330C0D;
	text-decoration: underline;
}


.clear {
	clear: both;
}

#digitop {
	background-image: url(files/header.jpg);
	background-repeat: no-repeat;
	height: 255px;
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0px;
	width: 100%;
}

#meniu {
	background-image: url(files/meniu.jpg);
	background-repeat: no-repeat;
	height: 270px;
	width: 220px;
	position: absolute;
	left: 0px;
	top: 255px;
	z-index: 102;
}



#top-menu {
	background-image: url(files/meniu01.jpg);
	background-repeat: no-repeat;
	height: 175px;
	width: 130px;
	background-position: top;
	left: 50px;
	top: 40px;
	position: relative;
}
#top-menu  li{
	list-style-type: none;
}
#top-menu  li  a{
	background-image:url(files/meniu01.jpg);
	display:block;
	height:35px;
	text-indent:-5000px;
	width: 130px;
}
#top-0    a{
	background-position: 0px 0px;
}
#top-0    a:hover{
	background-position: 0px -175px;
}
#top-0.selected     a{
	background-position: 0px -175px;
}
#top-1   a{
	background-position: 0px -35px;
}
#top-1   a:hover{
	background-position: 0px -210px;
}
#top-1.selected    a{
	background-position: 0px -210px;
}
#top-2   a{
	background-position: 0px -70px;
}
#top-2   a:hover{
	background-position: 0px -245px;
}
#top-2.selected    a{
	background-position: 0px -245px;
}
#top-3   a{
	background-position: 0px -105px;
}
#top-3   a:hover{
	background-position: 0px -280px;
}
#top-3.selected    a{
	background-position: 0px -280px;
}
#top-4   a{
	background-position: 0px -140px;
}
#top-4   a:hover{
	background-position: 0px -315px;
}
#top-4.selected    a{
	background-position: 0px -315px;
}

#container {
	width: 740px;
	background-repeat: repeat-y;
	z-index: 101;
	padding-top: 55px;
	padding-left: 255px;
	position: relative;
	min-height: 780px;
}
.contact {
	background-image: url(files/contact.jpg);
	background-repeat: no-repeat;
	background-position: 35px 10px;
}

#container h1 {
	font-family: "Trebuchet MS", "myriad Pro", Helvetica, Arial, sans-serif;
	color: #68300B;
	font-size: 30px;
	font-weight: normal;
	text-align: right;
	padding-bottom: 8px;
	padding-right: 10px;
}
#container h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #68300B;
	font-size: 14px;
	text-align: right;
	padding-top: 3px;
}
.cabins {
	padding: 20px 0px;
}
.cabin_picture {
	height: 284px;
	width: 391px;
	float: left;
}
.cabin_description {
	float: right;
	width: 320px;
	font-size: 12px;
	text-align: justify;
	color: #330C0D;
}
.cabin_reserv_pic {
	height: 284px;
	width: 391px;
	float: right;
}
.cabin_reserv_txt {
	float: left;
	width: 320px;
	font-size: 14px;
	text-align: justify;
	color: #330C0D;
}





#rotating_images {
	background-image: url(files/poza4.jpg);
	height: 555px;
	width: 700px;
	float: right;
}
#text_area {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#text_area h1 {
	font-family: "Trebuchet MS", "myriad Pro", Helvetica, Arial, sans-serif;
	color: #68300B;
	font-size: 30px;
	font-weight: normal;
	text-align: right;
	padding-bottom: 8px;
	padding-right: 10px;
}
#text_area h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #330C0D;
	text-align: right;
	padding-right: 10px;
	padding-bottom: 8px;
	font-size: 22px;
}
#text_area h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #330C0D;
	text-align: left;
	padding-bottom: 8px;
	font-size: 22px;
}
#text_area h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #330C0D;
	text-align: left;
	padding-bottom: 8px;
	font-size: 16px;
}


.cabin_reserv_txt p {
	text-indent: 60px;
}




#text_area p {
	text-align: justify;
	padding-bottom: 10px;
}
#footer {
	background-color: #833916;
	height: 90px;
	background-image: url(files/footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
}

#footer_text {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	width: 700px;
	padding-top: 6px;
	padding-left: 280px;
	line-height: 18px;
}
#footer_text a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_text a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_text a:hover {
	color: #F0D7AF;
	text-decoration: underline;
}

#formular_contact {
	padding-top: 5px;
	padding-left: 60px;
}
.contact_left {
	float: left;
	width: 60px;
	padding: 4px;
}
.contact_right {
	float: right;
	width: 580px;
}
.contact_box {
	padding: 2px;
}
.contact_textarea {
	height: 70px;
	width: 350px;
	padding: 2px;
}
#facebook {
	height: 73px;
	width: 220px;
	position: absolute;
	left: 0px;
	top: 525px;
	z-index: 102;
}

