/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX GENERAL XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}


/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX TEKST XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
.tekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 22px;
}
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FF6600;
	letter-spacing: 1px;
}
.podnaslov {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	font-weight: bold;
	letter-spacing: 1px;
}
.zaglavlje {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.adres {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 22px;
}
.borderline {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #999999;
	letter-spacing: 1px;
}
.goredole {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.tekstmali {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	line-height: 18px;
}
.malinaslov {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
}
.pozadinadesno {
	background-image: url(/images/pozadina_desno.gif);
	background-position: right top;
}
.klanten {
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.malapozadina {
	background-image: url(/images/pozadina_mala.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.middentekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
}
.klantentitel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	font-weight: bold;
}
.velikiekran {
	background-image: url(images/pozadina_v.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bedrijf {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8D94C9;
}
.joro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX MENU XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#menu_vert {
	width:240px;
	font-family:verdana;
	font-size:13px;
	font-weight:bold;
	color:#FF6600;
	padding:0;
	margin:0;
	}

#menu_vert ul {
	margin:0;
	margin-bottom:18px;
	margin-top:8px;
	padding:0;
	list-style:none;
	}
	
/* menu li block */
#menu_vert li , 
#menu_vert ul li 
 {
   display: block;
  }


/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/


/* first level links */
div#menu_vert a, div#menu_vert a:visited, div#menu_vert a:active {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 6px 6px 6px 24px; /* some air for it */
   color:#FF6600; /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   }

div#menu_vert a:hover {
   color:#FF0000; /* this will be link color for all levels */
   background:url(../images/menu-pijl.gif) left top no-repeat; 
}

div#menu_vert .current, div#menu_vert a:hover.current, div#menu_vert a:visited.current  {
	color:#FF0000; /* this will be link color for all levels */
	padding-left:40px;
    background:url(../images/menu-pijl.gif) 20px top no-repeat; 
   	}

