/* CSS Document */
* {
margin: 0;
padding: 0;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
body {
	background-color: #666;
	background-image: url(../style/bg_grad.gif);
	background-repeat: repeat-x;
	margin:0;
}

div#bg {
	background-image: url(../style/background.jpg);
	background-repeat:no-repeat;
	background-position:50% 0;
}
div#container {
	margin:0 auto;
	width:800px;
}
div#leftPanel {
	width:250px;
	float:left;
	clear:left;
	margin:14px 0 0 0;
}
div#rightPanel {
	float:left;
	margin:14px 0 0 0;
}
div#rightContent {
	width:517px;
	background-color:#000;
	border-left:solid 5px #333;
	border-right:solid 6px #333;
	border-top:solid 5px #333;
	background-image:url(../style/back_right.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:20px;
}

#rightContent h1 {
	color:#b6af63;
	font-size:12px;
	font-weight:bold;
	margin:10px 25px 10px 25px;
	border-bottom:solid 1px #91907a;
	display:block;
	padding-bottom:3px;
}
#rightContent p {
	color:#9b9680;
	margin:10px 25px 20px 25px;
}

div#menu {
	width:238px;
	
}
div#mBttns {
	border-left:solid 5px #343434;
	border-right:solid 5px #343434;
	height:265px;
	background-color:#343434;
	background-image:url(../style/menuBtn_back.jpg);
	background-repeat:no-repeat;
	margin:0;
}
div#footer {
	background-image:url(../style/footer.jpg);
	background-repeat:no-repeat;
	width:529px; height:120px;
}

div#novosti {
	background-image:url(../style/heading_back.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:30px;
	
	font-size:16px;
	font-weight:bolder;
	color:#000;
	text-transform:uppercase;
	padding:13px 0 0 45px;
}

/* #################### NOVOSTI ################### */
img.contentThumb {
	margin:0 10px 0 0;
	border:solid 1px #333;
	padding:2px;
}
img.contentThumbr {
	margin:5px 0 0 5px;
	border:solid 1px #333;
	padding:2px;
}
div#rightContent span {
	margin:3px 0 3px 25px;
	font-size:9px;
	color:#666;
}

div#rightContent a {
	text-decoration:none;
	color:#9f9b6e;
}
div#rightContent a:hover {
	text-decoration:underline;
	color:#d0ca8b;
}

div.readMore {
	display:block;
	text-align:right;
	margin:0 30px 15px 410px;
	background-color:#333;
	padding:1px;
}


/* #################### FORM ################### */
div#kontakt {
	padding: 0 0 0 45px;
	color:#9b9680;
	}
	
.form { background-color:#333; color:#9b9680; font-size:11px; margin:5px; }

input.btn {	background-color:#333; 
			color:#9b9680;  
			border:1px solid #444;	
		} 

input.btnhov {	
			background-color:#333; 
			color:#9b9680; 
			border:1px solid; 
			border-color:#555;
}

div#kontaktMsg {
	color:#9b9680;
	display:block;
	text-align:center;
	position:50% 50%;
	margin:100px 0 0 0;
} 

/* #################### GALERIJA ################### */
div.galAlbum {
	font-size:10px;
	color:#999;
	text-align:center;
	width:115px;
	float:left;
}
div#gal {
	font-size:10px;
	color:#999;
	margin: 10px 20px 10px 20px;
}

.galAlbum img {
	border:solid 1px #333;
	padding:2px;
	margin:0 0 5px 0;
}

/* #################### POPUP PJESME ################### */
div#rightContentPopup {
	width:390px;
	background-color:#000;
	border-left:solid 5px #333;
	border-right:solid 6px #333;
	border-top:solid 5px #333;
	background-image:url(../style/back_right.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:20px;
}
#rightContentPopup h1 {
	color:#b6af63;
	font-size:12px;
	font-weight:bold;
	margin:10px 25px 10px 25px;
	border-bottom:solid 1px #91907a;
	display:block;
	padding-bottom:3px;
}
#rightContentPopup p {
	color:#9b9680;
	margin:10px 25px 20px 25px;
}