body, html {
	background-color: #75BAFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin:0px;
	margin-top:5px;
}
#wrapper{
	width: 900px;
	margin:auto;
	background-color:#FFFFFF;
	padding:5px;
	border: 1px solid #FF9900;
	margin-bottom:10px;
}

.LeftFloat {
	float:left;
	width: 50%;
}
.RightFloat {
	float:right;
	width: 50%;
}
#lower {
	clear:both;
}
#upper {
	clear:both;
	background-color:#FF9900;
}
#header {
	clear:both;
}
#footer_bg {
	background-color: #0066CC;
}
#footer {
	clear:both;
	padding:5px;
	font-size:11px;
	color:#666666;
	text-align:center;
	border-top: 1px solid #FF9900;
}

#footer_menu {
	margin:auto;
	width:900px;
	padding:5px;
}
#footer_menu a:link, #footer_menu a:visited {
	color:#FFFFFF;
	text-decoration:underline;
	font-size:11px;
	display:block;
	padding:5px;
}
#footer_menu a:hover {
	color:#FFFFFF;
	text-decoration:none;
}


.PictureRoom {
	background-color: #FF9900;
	text-align:center;
}
.TopBigText {
	background-color: #FF9900;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	padding: 5px;
	background-image: url(images/TopBigTextBg.jpg);
	background-position: bottom right;
	background-repeat:no-repeat;
}

.TopicTitle {
	color: #FF9900;
	font-size:18px;
	font-weight:bold;
	padding: 5px;
	border: 1px solid #FF9900;
	margin-right: 5px;
}
.LanguageLink a:link, .LanguageLink a:visited, .LanguageLink a:hover{
	color: #0099FF;
	text-decoration: none;
}
.BlueLink a:link, .BlueLink a:visited {
	color: #0099FF;
	text-decoration: none;
}
.BlueLink a:hover {
	color: #0099FF;
	text-decoration: underline;
}

.BlueLink li {
	list-style: square;
}

.rezervacija {
	display: block;
	font-size: 20px;
	display: block;
	padding: 2px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.rezervacija a:link, .rezervacija a:visited {
	color:#FFFFFF;
}
.rezervacija a:hover {
	color: #003399;
}


/* photo caption */
	.photo {
		position:relative;
		font-family:arial;	
		overflow:hidden;
		border:1px solid #000;
		width:381px;
		height:281px;
	}	
	
		.photo .heading, .photo .caption {
			position:absolute;
			background:#000;
			height:50px;
			width:381px;
			opacity:0.6;
		}
		
		.photo .heading { 
			top:-50px;
		}

		.photo .caption { 		
			bottom:-50px;		
			left:0px;
		}
		
		.photo .heading span {
			color:#26c3e5;	
			top:-50px;
			font-weight:bold;
			display:block;
			padding:5px 0 0 10px;
		}
		
		.photo .caption span{
			color:#999;	
			font-size:9px;
			display:block;
			padding:5px 10px 0 10px;
		}
