@charset "utf-8";
/* CSS Document */
.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	background-color: black;
	background-image: url(00.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(00hover.jpg);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #1B405A;
	background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.arrowlistmenu ul li a:visited{
	color: #1B405A;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #0099CC;
	background-color: #F3F3F3;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

.DIV_LEFT {
	height: 765px;
	width: 40px;
	float: left;
	background-image: url(bg-0013.gif);
	background-repeat: repeat;
}
.DIV_TOP2 {
	height: 25px;
	width: 100%;
	background-image: url(00hover.jpg);
	background-repeat: repeat-x;
}
.DIV_LEFT_LINKOVI {
	height: 620px;
	width: 180px;
	float: left;
	background-color: #FFFFFF;
}
.DIV_TEXT_01 {
	background-color: #F6F5F1;
	display: block;
	height: 100%;
	width: 600px;
	padding-left: 25px;
	float: left;
}
.TEXT_BOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.TEXT_14_BOTTOM_BORDER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #1B405A;
}



.DIV_TOP {
	height: 69px;
	width: 100%;
	background-repeat: repeat-x;
}
.DIV_centar {
	height: 620px;
	width: 100%;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1B405A;
	background-color: #F6F5F1;
}
.DIV_BOTTOM {
	height: 25px;
	width: 100%;
	background-image: url(00hover.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
}
.DIV_BOTTOM_inner {
	background-image: url(00hover.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
	vertical-align: 3%;
}
.DIV_TEXT_02 {
	background-color: #FFFFFF;
	display: block;
	height: 100%;
	width: 324px;
	padding-left: 2px;
	float: left;
	text-align: left;
	vertical-align: top;
}
.DIV_TEXT_01_prosireni {
	background-color: #F6F5F1;
	display: block;
	height: 100%;
	width: 600px;
	padding-left: 25px;
	float: left;
}
.TEXT_NASLOV {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.DIV_TEXT_KONTAKT {
	background-color: #F6F5F1;
	display: block;
	height: 100%;
	width: 450px;
	padding-left: 25px;
	float: left;
}
.TEXT_NASLOV_NASLOVNA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	float: left;
	height: 100%;
	width: 324px;
	padding-left: 10px;
}
.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(slike/formbg.gif) repeat-x left top;
}
