* {
	font-family: "Century Gothic";
}

body {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px;
	text-align: center;
}

#intro {
	background-color : #FFFFFF;
}

#mainPanelIntro {
	margin: 10px 0px 10px 0px;
	border: 0px;
}

.mainPanel {
	margin-top: 10px;
	width: 1024px;
	height: 768px;
	border: 0px;
	background-repeat: no-repeat;
	text-align: left;
	font-size: 12px;
	background-image: url('../pics/layout/background.jpg');
}

#menuContainerTop {
	position: absolute;
	color: #454545;
	margin: 110px 0px 0px 83px;
	width: 662px;
	font-size: 15px;
	letter-spacing: -1px;
	font-weight: bold;
	text-align: center;
}


#menuContainerTop div {
	display: inline;
}


#menuContainerTop .emptyMenuItem {
	width: 16px;
}

#menuContainerTop .current {
	color: #8d0667;
}

#menuContainerRight {
	position: absolute;
	color: #454545;
	margin: 152px 0px 0px 775px;
	width: 180px;
	text-align: left;
	font-size: 12px;
	letter-spacing: 0px;
	font-weight: bold;
}

#menuContainerRight .leftSpacing {
	margin-left: 10px;
	font-size: 11px;
	font-weight: normal;
}

#menuContainerRight .current {
	color: #8d0667;
}

.menuItem {
	padding-top: 1px;
	padding-bottom: 1px;
}

.addMenuItem {
	padding-top: 5px;
	padding-bottom: 5px;
}

#pictureContainer {
	position: absolute;
	margin: 95px  207px;
	width: 625px;
	height: 625px;
}

#picture {
	position: absolute;
	margin: 170px 145px;
	width: 540px;
	height: 430px;
	overflow: hidden;
	text-align: center;
}

#picture img {
	vertical-align: middle;
}

#pictureText {
	position: absolute;
	margin: 605px 145px;
	color: #FFFFFF;
	text-align: center;
	width: 540px;
	font-size: 12px;
}

#numLabel {
	position: absolute;
	margin: 425px 695px;
	color: #FFFFFF;
	text-align: center;
	width: 43px;
	font-size: 9px;
}

#zoom {
	position: absolute;
	margin: 622px 87px;
	background-image: url('../pics/layout/zoom.gif');
	width: 33px;
	height: 33px;
	cursor: pointer;
}

#zoomout {
	position: absolute;
	margin: 622px 87px;
	background-image: url('../pics/layout/zoomout.gif');
/*	background-color: #FFFFFF;*/
	width: 51px;
	height: 32px;
	cursor: pointer;
	display: none;
}

#zoomPanel {
	position: absolute;
	margin: 110px 70px;
	width: 920px;
	height: 605px;
	background-color: #FFFFFF;
	display: none;
}

#galleryMap {
	position: absolute;
	margin: 180px 172px;
	padding-right: 10px;
	width: 520px;
	height: 470px;
	text-align: left;
	color: #FFFFFF;
}

#galleryMap div {
	width: 105px;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 10px;
	float: left;
}

#galleryMap div.left {
	margin-top: 12px;
	margin-right: 43;
	height: 155px;
	display: inline;
}

#galleryMap div.right {
	margin-top: 12px;
	margin-left: 43;
	height: 155px;
	display: inline;
}

#navigationBack {
	position: absolute;
	margin: 407px 100px;
}

#navigationForward {
	position: absolute;
	margin: 407px 710px;
}

#languages {
	position: absolute;
	margin: 698px 377px 0px;
	text-align: left;
	font-size: 10px;
}

#languages .current,  #languages .current a {
	color: #6d0552;
	font-weight: bold;
}

#logo {
	position: absolute;
	margin: 9px 0px 0px 38px;
	background-image: url('../pics/layout/logo.png');
	width: 473px;
	height: 113px;
}

img {
	border: 0px;
}

img.galleryThumbs {
	margin: 0px;
	display: inline;
	border: 0px;
}

a:link {
	color: #000000;
	text-decoration: none;
	border: 0px;
}
a:visited {
	color: #000000;
	text-decoration: none;
	border: 0px;
} 
a:hover {
	cursor: pointer;
	color: #3787CC;
	text-decoration: none;
	border: 0px;
} 
a:active {
	color: #3787CC;
	text-decoration: none;
	border: 0px;
}

.centered {
	position: relative;
	margin-top: 45%;
	width: 300px;
}

.leftAlign {
	text-align: left;
}

#headerLabel {
	color: #E18349;
	font-size: 18px;
	margin-bottom: 10px;
}

#headerLabel img {
	border: 0px;
	display: block;
	margin-bottom: 10px;
}

.content {
	text-align: justify;
	padding-bottom: 12px;
	font-size: 12px;
}

#content a {
	color: #FFFFFF;
}

#content {
	position: absolute;
	margin: 172px 150px;
	width: 550px;
	height: 490px;
	color: #FFFFFF;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}

p {
	text-align: justify;
}

.centered {
	text-align: center;
}


#basic {
        position: absolute;
        margin: 220px 155px;
        width: 550px;  
        height: 490px;             
}

#emptyResult {
sition: absolute;
	margin: 410px 102px;
	width: 620px;
	color: #FFFFFF;
}

.scrolling {
	overflow-y: auto;
	overflow-x: visible;
	scrollbar-arrow-color: #310324;
	scrollbar-3dlight-color: #7d1d62;
	scrollbar-darkshadow-color: #4e083a;
	scrollbar-face-color: #5c0d46;
	scrollbar-highlight-color: #ae779e;
	scrollbar-shadow-color: #7d1d62;
	scrollbar-track-color: #310324;
}

#dev {
	font-size: 9px;
}

#dev a:link, #dev a:visited, #dev a:hover, #dev a:active, #dev a {
	font-weight: bold;
}

.fadeIn {
	display: none;
}

#content table.cenovilisti td {
	
font-size:12px;	
color:#fff;	
	
	
	
}

#content table.contacts td {
	
font-size:12px;	
color:#fff;	
	
	
	
}


#content table.ref_table th {
	
font-size:12px;	
color:#fff;	
	
	
	
}

#content table.ref_table td {
	
font-size:12px;	
color:#fff;	
	
	
	
}