/** BASIC */

body {
	margin: 5px 10px;
	padding: 0px;
	background: #525252 url(../images/css/homepage01.gif) repeat-x left top;
}

body a {
	cursor:pointer;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	background-color: #E0E0DD;
	border-top: 1px solid #999A92;
	border-right: 1px solid #D8D8D5;
	border-bottom: 1px solid #E9E9E6;
	border-left: 1px solid #D8D8D5;
}

.input2 {
	width: 155px;
	background-color: #4A4C45;
	border-top: 1px solid #1B1B18;
	border-right: 1px solid #454640;
	border-bottom: 1px solid #7D7E74;
	border-left: 1px solid #454640;
	color: #FFFFFF;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5F5F58;
}

#tekst_stranice, #tekst_clanka, #tekst_novosti {
	line-height:130%;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

.text1 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.text2 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.text3 {
	font-size: 10px;
	color: #D7D8D5;
}

.text4 {
	font-size: 21px;
	font-weight: bold;
	color: #5D5E56;
}

.text5 {
	color: #83857C;
}

.text6 {
	font-size: 11px;
	font-weight: bold;
}

.text7 {
	font-size: 13px;
	font-weight: bold;
}
/** LINKS */

a {
	color: #B00005;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	color: #FFFFFF;
}

a.link2 {
	color: #FFFFFF;
}

a.link3 {
	color: #5F5F58;
}

/** STYLES */

.naslov {
	font-size:1.3em;
	font-weight:bold;
	color:#bf0000;
	text-align:center;
}

.v-tooltip {
	position:absolute;
	background:#222222;
	border:1px solid gray;
	padding:3px 3px;
	color:#fff;
	font-size: 11px;
	display:none;
	z-index:120;
}

.style1 {
	color: #C8C9C5;
}

.style1 a {
	color: #A20000;
	text-transform:uppercase;
	font-weight:bold;
	font-size:9pt;
}

.style1 a:hover {
}

.style2 {
	text-align: center;
	color: #BDBFBA;
}

.style2 a {
	color: #BDBFBA;
}

.style2 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(../images/css/homepage03.jpg) repeat-x left top; }
.bg2 { background: url(../images/css/homepage06.jpg) repeat-x left top; }
.bg3 { background: url(../images/css/homepage07.jpg) no-repeat left top; }
.bg4 { background: url(../images/css/homepage09.jpg) repeat left top; }
.bg5 { background: url(../images/css/homepage18.gif) repeat left top; }
.bg6 { background: url(../images/css/homepage13.gif) repeat-y left top; }
.bg7 { background: url(../images/css/homepage14.gif) repeat-y right top; }
.bg8 { background: url(../images/css/homepage28.gif) repeat-x left top; }
.bg9 { background: url(../images/css/homepage25.gif) repeat-x left top; }
.bg10 { background: url(../images/css/homepage30.gif) repeat-y right top; }
.bg11 { background: url(../images/css/homepage30.gif) repeat-y left top; }
.bg12 { background: url(../images/css/homepage32.gif) repeat-x left top; }
.bg13 { background: url(../images/css/homepage23.gif) repeat-x left top; }
.bg14 { background: url(../images/css/homepage19.gif) repeat-x left top; }
.bg15 { background: url(../images/css/homepage36.gif) repeat-x left top; }
.bg16 { background: url(../images/css/homepage38.gif) repeat-y left top; }
.bg17 { background: url(../images/css/homepage39.gif) repeat-y right top; }
.bg18 { background: url(../images/css/homepage43.gif) repeat-x left top; }
.bg19 { background: url(../images/css/homepage46.gif) repeat-y left top; }
.bg20 { background: #FEFEFE url(../images/css/homepage50.gif) repeat-x left top; }
.bg21 { background: url(../images/css/subpage1_02.jpg) repeat-x left top; }

/** ROUNDED CORNERS - GENERAL */

.rcdiv {
  padding: 5px;
}
.rctable {
  width: 100%;
}

/** ROUNDED CORNERS - GRAY */

.rctd {
  background-image: url(../images/rc/gray/sq.png);
}

.tl {
  width: 10px;
  height: 10px;
  background: url(../images/rc/gray/tl.png) top left no-repeat;
}
.tc {
  background: url(../images/rc/gray/tc.png) top repeat-x;
}
.tr {
  width: 10px;
  height: 10px;
  background: url(../images/rc/gray/tr.png) top right no-repeat;
}
.ml {
  width: 10px;
  background: url(../images/rc/gray/ml.png) left repeat-y;
}
.mr {
  width: 10px;
  background: url(../images/rc/gray/mr.png) right repeat-y;
}
.bl {
  width: 10px;
  height: 10px;
  background: url(../images/rc/gray/bl.png) bottom left no-repeat;
}
.bc {
  background: url(../images/rc/gray/bc.png) bottom repeat-x;
}
.br {
  width: 10px;
  height: 10px;
  background: url(../images/rc/gray/br.png) bottom right no-repeat;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

#overlay_wrapper {
	display:none;	
}

.baza_znanja_link a {
	padding:8px;
	text-decoration:none;
}

.baza_znanja_link a:hover {
	color:#ffffff;
	text-decoration:none;
	background-color:#A20000;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.clear-both {
	clear:both;
}