/* CSS Document */
body {
	margin:0px;
	background:url(images/bg.jpg) top left repeat;
	background-image:url(images/bg_all.jpg);
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

p {
	margin:0px;
}

a {
	color:#0094DE;
	text-decoration:underline;
	font-size:10px;
}
a:hover {
	color:#007EBB;
	text-decoration: underline;
}

#container {
	width:814px;
}
#logo {
	float:left;
	width:149px;
	padding-left:24px;
	padding-top:24px;
}
#content {
	float:left;
	width:369px;
	padding-left:8px;
}
#content img {
	margin-bottom:16px;
}
	#content_left {
		float:left;
		width:135px;
		padding:5px;
		text-align:center;
	}
	#content_rihgt {
		float:right;
		width:200px;
		padding-left:6px;
		padding-right:18px;
	}
#content_all {
	margin:10px;
	margin-left:20px;
	width:339px;
}

#novice {
	float:right;
	width:228px;
	margin-top:60px;
	padding-left:16px;
	padding-right:20px;
}
	#novice_naslov {
		font-family:"Times New Roman", Times, serif;
		color:#333333;
		font-weight:bold;
		margin-top:16px;
		text-transform:uppercase;
	}
	#novice_title {
		position: absolute;
		left:526px;
		top:25px;
		width:249px;
		height:30px;
		font-family:"Times New Roman", Times, serif;
		font-size:30px;
		border-bottom:1px solid #999999;
		letter-spacing:0.1em;
	}
	#novice_title .belo {
		color:#FFFFFF;
	}
	#novice_title .rumeno {
		color:#F4D730;
	}
	#novice_date {
		font-family: Arial, Helvetica, sans-serif;
		color:#999999;
		font-size:10px;
		margin-bottom:4px;
	}
#clear {
	clear:both;
}
#foot {
	font-size:10px;
	color:#CCCCCC;
	text-align:center;
	margin-top:20px;
}
#foot a {
	color:#CCCCCC;
	text-decoration:none;
}
#foot a:hover {
	color: #999999;
	text-decoration:underline;
}

#menu {
	position:absolute;
	width:135px;
	left:46px;
	top:84px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color: #FFFFFF;
	font-weight:bold;
	text-align:center;
}
#menu a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
}
#menu a:hover {
	color: #333333;
	text-decoration:underline;
}
	#menu_item_first {
		background:url(images/menu_item_first.jpg) no-repeat;
		width:135px;
		height:29px;
		padding-top:18px;
	}
	#menu_item {
		background:url(images/menu_item.jpg) no-repeat;
		width:135px;
		height:28px;
		padding-top:12px;
	}
	#menu_item_open {
		background: url(images/menu_item_open.jpg) no-repeat;
		width:135px;
		height:34px;
		padding-top:12px;
	}
	#menu_item_last {
		background: url(images/menu_item_last.jpg) no-repeat;
		width:135px;
		height:33px;
		padding-top:12px;
	}
	#menu_item_all {
		background:url(images/menu_all.jpg) no-repeat;
		width:135px;
		height:34px;
		padding-top:18px;
	}
#submenu, #submenu_big {
	margin-left:1px;
	padding-right:10px;
	background: url(images/submenu.jpg);
	width:124px;
	height:20px;
	text-align: right;
	font-weight:normal;
	line-height:90%;
}
#submenu_big {
	background:url(images/submenu_big.jpg);
	height:32px;
}
#submenu a, #submenu_big a {	
	color:#000000;
	text-decoration:none;
}
#submenu a:hover, #submenu_big a:hover {
	color: #666666;	
	text-decoration:none;
}



h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#CC6600;
	margin:0px;
	margin-top:40px;
	margin-left:10px;
	margin-bottom:4px;
	border-bottom:1px solid #999999;
	text-transform:uppercase;
}
.link, .link a {
	font-size:12px;
}

input, textarea, select {
	border:1px solid #0094DE;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	padding:1px;
	margin-bottom:4px;
}
input.button {
	background:url(images/send.jpg) top left no-repeat;
	width:66px;
	height:36px;
	border:0px;
	padding-top:0px;
	margin-left:238px;
	margin-top:4px;
	cursor:pointer;
}

input.button_over {
	background:url(images/send_over.jpg) top left no-repeat;
	width:66px;
	height:36px;
	border:0px;
	padding-top:0px;
	margin-left:238px;
	margin-top:4px;
	cursor:pointer;
}

.cssform label{
	float: left;
	width: 120px;
	padding-top:2px;
}
.zvezdica {
	color:#FF0000;
}

ul {
	margin:0px;
	padding-left:20px;
	padding-top:6px;
	list-style: circle;
}
li {
	padding-left: 4px;
	padding-top: 0px;
	font-weight: normal;
	list-style-image: none;
}
