<!--
body {
	background-color: #B5A876;
}

#container {
	background-image: url("images/site-bg.gif");
	background-repeat: repeat-x;
}

#menu {
	width:760px;
	background-image:url("images/menu-bg.gif");
}

td {
	padding: 0px;
}

table {
	border-collapse: collapse;
}

#lay01 {
	width:760px;
	height:50px;
	background-image:url("images/logo_01.jpg");
}

#lay02 {
	width:760px;
	height:50px;
	background-image:url("images/logo_02.jpg");
}

#lay03 {
	width:760px;
	height:51px;
	background-image:url("images/logo_03.jpg");
}

#lay04 {
	width:760px;
	height:50px;
	background-image:url("images/logo_04.jpg");
}

#lay05 {
	width:760px;
	height: 49px;
	background-image:url("images/logo_05.jpg");
}

#tresc {
	background-image:url("images/bg.gif");
	width:760px;
}

#foot {
	background-image:url("images/foot.gif");
	background-repeat:no-repeat;
	width:760px;
	height:23px;
	padding-top: 3px;
}

div.akapit {
	text-align: justify;
	font-family: georgia;
	color: #FFF;
	font-size: 11px;
	padding-left: 55px;
	padding-right: 30px;
	line-height: 17px;
}

td.akapit {
	text-align: justify;
	font-family: georgia;
	color: #FFF;
	font-size: 11px;
	line-height: 17px;
}

div.akapit:first-letter {
	padding-left: 35px;
	color: #FFF;
	font-size: 20px;
}

.lista {
	padding-left: 50px;
}

#copy {
	color: #B5A876;
	font-size: 13px;
	font-family: verdana;
}

#copy a:link, #copy a:visited {
        color: #B5A876;
}

#copy a:hover { color: #777; }

.bold {
	font-weight: bold;
}

.right {
	text-align: right;
}

#menu1td {
	width:160px;
	height: 37px;
	background-image:url("images/home_act.gif");
}

#menu2td {
	width:106px;
	height: 37px;
	background-image:url("images/gallery_act.gif");
}

#menu3td {
	width:85px;
	height: 37px;
	background-image:url("images/offer_act.gif");
}

#menu1, #menu2, #menu3 {
	visibility: hidden;
}

.image {
	border: 2px solid #D0C7A0;
}

.galeria {
	padding: 5px;
}

.input {
	color: #626671;
	background-color: #D0C7A0;
	border: 1px solid #fff;
	width: 150px;
	text-align: center;
}

.textarea {
	color: #626671;
	background-color: #D0C7A0;
	border: 1px solid #fff;
	width: 300px;
}

-->