
/***********************************************/
/* kartelo.css                              */
/***********************************************/

/***********************************************/
/* GLAVNI STIL                              */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #fff;
	font:small/1.5em Arial, Arial, Helvetica, sans-serif;
	voice-family: "\"}\"";
	voice-family:inherit;
  } 
html>body {font-size:small;}
a{
	color: #CC0000;
	text-decoration: none;
}

a:link{
	color: #CC0000;
	text-decoration: none;
}

a:visited{
	color: #CC0000;
	text-decoration: none;
}

a:hover{
	color: #CC0000;
	text-decoration: underline;
}
TD {
	padding: 0px;
}
TABLE {
	border-collapse: collapse;
}
h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #CC0000;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #CC0000;
 margin: 0px;
 padding: 4px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}
/***********************************************/
/* Divovi sa sadržajem                         */
/***********************************************/
#Head {
	background-color:#CC0000;
	padding: 4px;
	width:100%;
}
#goog {
	background-color:#E0E0E0;
	width:100%;
}
#Head .form {
	border:#990000 1px solid;
	width: 128px;
	height: 12px;
	font-size:10px;
	padding: 2px;
	margin: 2px;
}
#Head SPAN {
	font-size:10px;
	color:#FFFFFF;
}

#navBar{
  float: right;
   clear:both;
	width: 200px;
	height:100%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

#headlines{
  float:left;
   clear:both;
	width: 200px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
	height:100%;
}
#siteinfo {
text-align:center;
width: 100%;
border-top:  solid 1px #999999;
}
#siteinfo IMG{
padding: 10px;
}
#content {
}
/***#Statistics {
	position:absolute;
	width:100%;
	height:20px;
	z-index:1;
	text-align:right;
	color:#FFFFFF;
	padding: 2px 10px 0 0;
}***/

/***********************************************/
/* Components                                  */
/***********************************************/

#Kartelo H1{
	margin: 0;
	padding: 0 0 0 10px;
	color: #FFFFFF;
	font-weight:bold;
	width:60%;
}
/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	color: #999999;
	padding: 2px 0 0 13px;
	background:url(sys_images/breadc.gif) left center no-repeat;
	margin-left: 30px;
}
#breadCrumb A{
	color: #999999;
}
/************** #navigation button **************/

#header {
  float:left;
  width:100%;
  background:#999999 url(sys_images/bg.gif) repeat-x bottom;
  font-size:170%;
  line-height:normal;
  }
#header ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#header li {
  float:left;
  background:url(sys_images/left.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#header a {
  float:left;
  display:block;
  background:url(sys_images/right.gif) no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#000000;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#CC0000;
  }
#header #current {
  background-image:url(sys_images/left_on.gif);
  }
#header #current a {
  background-image:url(sys_images/right_on.gif);
  color:#CC0000;
  padding-bottom:5px;
  }
/************** #navigation line **************/

#NavigLine {
  float:left;
  width:100%;
  background-color:#FFFFFF;
  font-size:93%;
  line-height:normal;
  }
#NavigLine  ul {
  margin:0;
  padding: 4px 15px 4px 15px;
  list-style:none;
  }
#NavigLine li {
  float:left;
  margin:0;
  padding:0 0 0 9px;
  }
#NavigLine  a {
  float:left;
  display:inline;
  text-decoration:underline;
  font-weight:normal;
  padding: 0 5px 0px 5px;
  color:#000000;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#NavigLine  a {float:none;}
/* End IE5-Mac hack */
#NavigLine  a:hover {
  color:#CC0000;
  }
#NavigLine  #current a {
  color:#CC0000;
  padding-bottom:5px;
  }
/* three column*/
#left {
    width: 200px;
	padding: 5px;
	border-right:  dashed 1px #999999;
	vertical-align:top;
}
#right {
    width: 200px;
	padding: 5px;
	border-left:  dashed 1px #999999;
	vertical-align:top;
}
#right2 {
    width: 200px;
	padding: 5px;
	border-left:  dashed 1px #999999;
	vertical-align:top;
}
#content {
    padding: 5px 20px 0 20px;
    margin: 0px;
	vertical-align:top;
	height: 100%;
}
#content TD {
	padding: 5px;
	text-align: left;
}

.tdForma {
	padding: 15px;
}
.ProTablica {
	font-family:Arial, Helvetica, sans-serif;
	width:640px; 
	font-size:small;
	border: solid 1px #CCCCCC;
}
.ProTablica  TH{
	background-color:#CC0000;
	color:#fff;
	text-align:center;
}
.ProTablica  TD{
	border-bottom: solid 1px #CCCCCC;
	color:#000;
	text-align:center;
}
/***********************************************/
/* TAGOVI                              */
/***********************************************/ 
#tagovinaslov {
	width: 100%;
	border-top: solid 1px #CCCCCC;
	color:#000;
	text-align:center;
	padding:20px;
}

#tagovi {
	width: 100%;
	border-top: solid 1px #CCCCCC;
	color:#000;
	text-align:center;
	line-height: 1.4;
}
.zanimanja {
	font-size: 26pt;
	color:#000;
}
.konzultacije {
	font-size: 35pt;
	color:gray;
}
.aplikacije {
	font-size: 22pt;
	color:#000;
}
.mcp {
	font-size: 22pt;
	color:gray;
}
.redni_brojevi {
font-size: 2em;
}