@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#ffffff;
}

#headgfx {
	background:#ffffff url( 'imgz/head.jpg' ) top left no-repeat;
	width:933px;
}
#bckon {
	background:#ffffff url( 'imgz/bckon.jpg' ) top left no-repeat;
	width:933px;
}
#leftline {
	background:#ffffff url( 'imgz_table/justline.jpg' ) top left repeat-y;
}
#rightline{
	background:#ffffff url( 'imgz_table/justline_r.jpg' ) top right repeat-y;
}

#dotslined {
	background:#ffffff url( 'imgz/dots.jpg' ) bottom left repeat-x;
}

#s_up {
	width:195px;
	height:15px;
	background-color: #ffffff;
	background-image: url(imgz_table/s_up.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#s_middle {
	width:195px;
	background-color: #ffffff;
	background-image: url(imgz_table/s_middle.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#s_down {
	width:195px;
	height:15px;
	background-color: #ffffff;
	background-image: url(imgz_table/s_down.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#xl_up {
	height:15px;
	background-color: #ffffff;
	background-image: url(imgz_table/xl_up.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#xl_middle {
	background-color: #ffffff;
	background-image: url(imgz_table/xl_middle.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#xl_down {
	height:15px;
	background-color: #ffffff;
	background-image: url(imgz_table/xl_down.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#s_upL {
	width:194px;
	height:15px;
	background-color: #ffffff;
	background-image: url(imgz_table/s_upL.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#s_middleL {
	width:194px;
	background-color: #ffffff;
	background-image: url(imgz_table/s_middleL.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#s_downL {
	width:194px;
	height:15px;
	background-color: #ffffff;
	background-image: url(imgz_table/s_downL.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


.submenu {
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	color:#002E5C;
}
.submenu a:link,
.submenu a:visited {
	text-decoration:none;
	color:#002E5C;
}
.submenu a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#002E5C;
}

.smalltxt {
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
	color:#002E5C;
}
.smalltxt a:link,
.smalltxt a:visited {
	text-decoration:underline;
	color:#002E5C;
}
.smalltxt a:hover {
	text-decoration:none;
	font-weight:normal;
	color:#002E5C;
}

#underline {
text-decoration:underline;
}

.naslov  {
	font-size: 15px;
	font-weight: bold;
	vertical-align:top;
	color:#35557C;
}

.text_normal  {
	font-size: 12px;
	font-weight: normal;
	vertical-align:top;
	color:#002E5C;
}
.text_normal a:link,
.text_normal a:visited {
	font-size: 12px;
	font-weight: normal;
	vertical-align:top;
	color:#0CAA56;
}
.text_normal a:hover{
	color:#002E7C;
	text-decoration:underline ;
	font-weight:normal;
}
.back_rs {
	background-image: url(imgz/rs.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#border_top {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;	
}

.error {
	color:#ff0000;
}