/* CSS Document */

body {
	width:800px;
	margin:auto;
	background:url(../img/pagebackground.png) no-repeat top center #000000;
	font-family:"tahoma";
	font-size:12px;
	color:#FFFFFF;
}
a {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h2 {
	margin:0px;
}
/* HEADER */

#header {
	width:800px;
	float:left;
	height:210px;
}
#logo {
	float:left;
	width:286px;
	height:86px;
	margin:104px 0 0 40px;
}
#dobrodoslica {
	float:right;
	width:290px;
	height:16px;
	display:block;
	margin:25px 60px 0px 0px;
	background:url(../img/dobrodoslica.png) no-repeat top center;
}
#meni {
	float:right;
	width:400px;
	height:35px;
	margin:100px 13px 0px 0px;
	text-align:right;
}
	/* meni link klase */
		a.index {
			width:85px;
			height:32px;
			float:right;
			display:block;
			background:url(../img/meni/pocetak.png) no-repeat;
		}
		a.indexH {
			width:85px;
			height:32px;
			float:right;
			display:block;
			background:url(../img/meni/pocetak_hover.png) no-repeat;
		}
		a:hover.index {
			background:url(../img/meni/pocetak_hover.png) no-repeat;
		}
		a.onama {
			width:84px;
			height:32px;
			float:right;
			display:block;
			background:url(../img/meni/onama.png) no-repeat;
		}
		a.onamaH {
			width:84px;
			height:32px;
			float:right;
			display:block;
			background:url(../img/meni/onama_hover.png) no-repeat;
		}
		a:hover.onama {
			background:url(../img/meni/onama_hover.png) no-repeat;
		}
		a.galerija {
			width:125px;
			height:32px;
			float:right;
			display:block;
			background:url(../img/meni/galerija.png) no-repeat;
		}
		a.galerijaH {
			width:125px;
			height:32px;
			float:right;
			display:block;
			background:url(../img/meni/galerija_hover.png) no-repeat;
		}
		a:hover.galerija {
			background:url(../img/meni/galerija_hover.png) no-repeat;
		}
		a.kontakt {
			width:86px;
			height:32px;
			float:right;
			display:block;
			background:url(../img/meni/kontakt.png) no-repeat;
		}
		a.kontaktH {
			width:86px;
			height:32px;
			float:right;
			display:block;
			background:url(../img/meni/kontakt_hover.png) no-repeat;
		}
		a:hover.kontakt {
			background:url(../img/meni/kontakt_hover.png) no-repeat;
		}
		
/* CONTENT */

#content {
	width:800px;
	float:left;
	clear:both;
}

#leviDeo {
	width:400px;
	float:left;
	margin-left:10px;
}
	/* crveni box */
	#crveniBoxTop {
		width:347px;
		display:block;
		text-align:center;
		line-height:60px;
	}
	#crveniBox {
		width:347px;
		margin-left:33px;
		background:url(../img/crveniBox2.png) repeat-y;
	}
	.sadrzaj {
		width:310px;
		height:290px;
		margin:0px 20px 0 20px;
		color:#FFFFFF;
		overflow:auto;
		padding-right:10px;
	}
	.sadrzaj2 {
		width:310px;
		height:318px;
		margin:0px 20px 0 20px;
		color:#FFFFFF;
		overflow:auto;
		padding-right:10px;
	}
	#new {
		width:310px;
		height:318px;
		margin:0px 20px 0 20px;
		color:#FFFFFF;
		overflow:auto;
		padding-right:10px;
	}
	#crveniBoxBottom {
		width:347px;
		display:block;
		height:10px;
		margin-left:33px;
		background:url(../img/crveniBoxBottom.png) no-repeat top center;
	}

#desniDeo {
	width:360px;
	height:360px;
	display:block;
	float:left;
	border:1px solid #6d0710;
}
/*	PLAYER	*/

#player {
	float:right;
	width:111px;
	height:15px;
	margin:35px 35px 0 15px;
	color:#666666;
	font-size:10px;
	border:1px solid #474747;
}

/*	FOOTER	*/

#footer {
	float:left;
	width:181px;
	height:46px;
	background:url(../img/footerbackground.png) no-repeat center top;
	clear:both;
	margin:35px 0 0 15px;
	color:#666666;
	font-size:10px;
}
#footer a {
	color:#999999;
}

/*	KONTAKT		*/

form {
	color:#FFFFFF;
	margin:10px;
}
input {
	border:2px solid #000000;
	width:320px;
	font-size:12px;
	padding:4px;
}
.dugme {
	border:2px solid #000000;
	width:330px;
	font-size:12px;
	padding:4px;
}
input:focus, .error {
	border:2px solid #6d0710;
}
.izvestaj {
	width:300px;
	margin:25px;
	color:#6d0710;
}

/*	DODATNE		*/
.spacer {
	clear:both;
}
.albumItem {
	width:140px;
	float:left;
	margin-right:2px;
}
.albumItem img {
	margin:10px 10px 0px 10px;
	border:4px solid #9d1622;
}
.imeAlbuma {
	background:#9d1622;
	padding:2px;
	width:124px;
	margin-left:10px;
}
a.albumLink img {
	border:1px solid #9d1622;
	padding:2px;
}
a:hover.albumLink img {
	border:1px solid #ffffff;
}
#open {
	width:40px;
	height:40px;
	margin:0px 0px 320px 320px;
	display:block;
	position:absolute;
	background:url(../img/lupa.png) no-repeat top center;
	z-index:10001;
}
