* {
	margin: 0px;
	padding: 0px;
}
body {
	margin:0px;
	font:12px Verdana,Arial;
	padding: 0px;
	background-image: url(images/back3.jpg);
	background-repeat: repeat-x;
	background-color: #222;
}



p {
	line-height: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
	margin-right: 10px;
	margin-left: 10px;
}
h1 {
	color: #CCC;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	margin-left: 70px;
	padding-bottom: 30px;
	margin-top: 10px;
}


#content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	min-height: 800px;
}
#content #naslov {
	height: 80px;
	padding-left: 80px;
}



#content #menudiv {
	width: 956px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1px;
	height: 27px;
	padding-bottom: 30px;
}
#left   {
	float: left;
	width: 480px;
	height: 75px;
}

#right   {
	float: right;
	width: 410px;
	height: 75px;
	padding-right: 70px;
}
#left1 {
	float: left;
	width: 410px;
	padding-left: 70px;
}

#right1 {
	float: right;
	width: 450px;
	padding-left: 30px;
}
#left2 {
	float: left;
	width: 310px;
	padding-left: 70px;
}
#right2 {
	float: right;
	width: 550px;
	padding-left: 30px;
}

#slika {
	padding-left: 80px;


}
#form {
	float: left;
	margin-left: 80px;
	margin-top: 20px;
	border: 1px solid #333;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 50px;
}
#footer {
	height: 150px;
	background-color: #bbb;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CC3;
	margin-top: 10px;
}

#footer-footer {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#footer #footer-footer table tr td p {
	font-size: 12px;
	line-height: 15px;
	color: #666;
}






.floatright {
	float: right;
	margin-left: 40px;
	margin-right: 10px;
}

.justify {
	text-align: justify;
}



a       {
	color: #CCC;
	text-decoration: none;
	font-size: 12px;
	margin-left: 5px;
}
a:hover     {
	color: #FFF;
	text-decoration: underline;
}


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}







ul.menu {
	list-style:none;
	margin: 0;
	padding: 0;
	text-align: center;
}


ul.menu * {margin:0; padding:0}
ul.menu a {
	display:block;
	color:#FFF;
	text-decoration:none;
	font-weight: bold;
}
ul.menu a:hover {
	display:block;
	color:#000;
	text-decoration:none;
	font-weight: bold;
	background-color: #FFF;
}

ul.menu li {
	position:relative;
	float:left;
	margin-right: 1px;
}
ul.menu ul {
	position:absolute;
	top:28px;
	left:0;
	/* [disabled]background:#d1d1d1; */
	display:none;
	opacity:0;
	list-style:none;
}
ul.menu ul li {
	position:relative;
	width:236px;
	margin:0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #aaa;
	border-right-color: #aaa;
	border-bottom-color: #aaa;
	border-left-color: #aaa;
}
ul.menu ul li a {
	display:block;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	background-image: url(images/zeleno.png);
	background-repeat: repeat;
}
ul.menu ul li a:hover {
	background-image: url(images/bijelo.jpg);
	background-repeat: repeat;
}
ul.menu ul ul {
	left:236px;
	top:-1px
}
ul.menu .menulink {
	border:1px solid #aaa;
	font-weight:bold;
	width:222px;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
ul.menu .menulink:hover, ul.menu .menuhover {
	/* [disabled]background:url(images/header_over.gif); */
}
ul.menu .sub {
	background-image: url(images/zeleno.png);
	background-repeat: repeat;
}
ul.menu .topline {border-top:1px solid #aaa}
.grey {
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.dark {
	background-color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
}

.black {
	color: #333;
}
