@charset "utf-8";
/* CSS Document */

body {
	margin:0 auto;
	padding:0;
	background:#000;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a {
	color:#999999;
	text-decoration:none;
}

a:hover {
	color:#0099CC;
	text-decoration:underline;
}

img {
	border:none;
}

/* naslov */

#naslov {
	margin:120px 0 0 0;
	padding-top:0;
	width:100%;
	height:482px;
}

p {
	font-size:x-small;
	color:#555;
}

#sredina {
	margin:0 auto;
	width:700px;
	height:660px;
}

#optimizacija {
	clear:both;
	margin:40px auto 0 auto;
	text-align:center;
	line-height:14px;
}

#futer {
	clear:both;
	margin:40px auto 0 auto;
	text-align:center;
	line-height:20px;
}

#futer p {
	font-size:small;
}


/*obavestenje*/
#pozadina {
	width:100%;
	margin-top:50px;
	height:550px;
	background:url(images/index/pozadinatraka1.png) repeat-x left;
}


#obavestenje {
	margin:0 auto;
	width:800px;
	height:482px;
	text-align:center;
	background:url(images/index/pozadinasvitak.png) no-repeat;
	padding-top:68px;
}

h2 {
	color:#996600;
	font-size:medium;
	font-weight:bolder;
	margin:0;	
}

h2 b {
	font-weight:lighter;
	color:#fff;
	font-size:x-large;
}	

/* pomen */
#pomen {
	margin:30px auto;
	width:700px;
	height:660px;
}

#pomen p {
	font-size:x-small;
	color:#999;
}

#pomen img {
	margin-bottom:120px;
}

#pomen a:link {
	color:#999999;
}

#pomen a:hover {
	color:#999999;
	text-decoration:underline;
}

