body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg.png);
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
}
p {
	margin: 0px;
	padding: 0px;
}

#container {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#container #top {
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 111px;
}
#container #menu {
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	height: 42px;
	width: 1024px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background-position: top;
}
#container #menu ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#container #menu ul li {
	float: left;
}
#container #menu ul li a {
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	display: block;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 15px;
	padding-bottom: 35px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	margin-right: 2px;
}
#container #main h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #456869;
	margin: 0px;
	padding: 0px;
}

#container #menu ul li a:hover {
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	display: block;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 15px;
	padding-bottom: 35px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background-image: url(../img/menuH.png);
	background-repeat: repeat-x;
	background-position: top;
}


#container #main {
	padding: 20px;
	width: 984px;
	background-color: #FFF;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#container #main table h2 a {
	color: #900;
	text-decoration: none;
	display: block;
}
#container #main table h2 a:hover {
	color: #666;
}


#container #main .round {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#container #menu ul li .activ {
	color: #FFF;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	display: block;
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 15px;
	padding-bottom: 35px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background-image: url(../img/menuH.png);
	background-repeat: repeat-x;
	background-position: top;
}
#container #main h2 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #900;
	font-weight: normal;
}
#container #main .okvirTD {
	background-color: #F6F6F6;
	border: 1px solid #000;
}
#container #main .roundO {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #000;
	height: 40px;
}
#container #main p a {
	color: #900;
}
#container #main p a:hover {
	color: #333;
	text-decoration: none;
}


#container #foot {
	padding-top: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding-bottom: 20px;
}
#container #foot a {
	color: #666;
}
#container #foot a:hover {
	color: #900;
	text-decoration: none;
}
#container #main p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
