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

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	background-image: url(imgs/back.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}
a:link {
	color: #981b1e;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #981b1e;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #981b1e;
}
#holder {
	background-image: url(imgs/back1.gif);
	background-repeat: repeat-x;
}
#main {
	width: 931px;
	background-image: url(imgs/top.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#main_left {
	background-image: url(imgs/main_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#main_right {
	background-image: url(imgs/main_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top:15px;
}
#content {
	background-color: #FFFFFF;
	margin-right: 15px;
	margin-left: 15px;
}
#footer {
	background-image: url(imgs/footer.gif);
	background-repeat: repeat-x;
	height: 37px;
	padding-top: 10px
}
.footer{
	color:#FFFFFF;
}
.footer a{
	color:#FFFFFF;
}
#top {
	background-image: url(imgs/logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 82px;
}
#top_nav {
	background-image: url(imgs/top_nav.gif);
	background-repeat: repeat-x;
	height: 25px;
	margin: 0px 27px 0px 27px;
}
#header {
	height: 154px;
	margin: 0px 27px 0px 27px;
	clear:right;
}
#main_page {
	margin: 0px 27px;
	padding: 40px 20px 20px 20px;
}
#main_page_left {
	width: 500px;
	float:left;
}
#main_page_right {
	width: 257px;
	float:left;
	padding-left: 50px;
}
#main_page_main {
	width: 650px;
	float:left;
	padding-right: 30px;
}
#main_page_quote {
	width: 110px;
	float:left;
	border: solid 1px #CCCCCC;
	background-color:#EFEFEF;
	padding:5px;
	font-family: "Courier New", Courier, monospace;
	color:#981b1e;
	font-size:12px;
}
#main_page_main_v2 {
	width: 650px;
	float:left;
	padding-left: 30px;
}
#main_page_quote_v2 {
	width: 110px;
	float:left;
	border: solid 1px #CCCCCC;
	background-color:#EFEFEF;
	padding:5px;
	font-family: "Courier New", Courier, monospace;
	color:#981b1e;
	font-size:12px;
}
.naslov {
	font-family: "Trebuchet MS";
	font-size:24px;
	color:#981b1e;
}
.podnaslov {
	font-family: "Trebuchet MS";
	font-size:18px;
	color:#981b1e;
}
/* --- TOP NAV LISTA --- */
#navcontainer ul {
	padding: 4px 0px 0px 0px;
	margin: 0;
	/*background-color: #A9373A;*/
	color: #ffffff;
	float: right;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul li a {
	padding: 1px 10px;
	/*background-color: #A9373A;*/
	color: #ffffff;
	text-decoration: none;
	float: right;
	border-left: 1px solid #ffffff;
}
#navcontainer ul li a:hover {
	background-color: #981B1E;
	color: #ffffff;
}
.img{
	border:solid 1px #981b1e;
}
.boldano {
	font-weight: bold
}
