html              { }


body
	{
	background : #aaa;
	margin:      0px 0px 0px 0px;
	padding:     0px;
	font-size:   10px;
	line-height: normal;
	color:       #f22;
	font-family: Arial, sans-serif;
	text-align:  left; }
	/* This is for the positioning of the content block on the screen and the colors of the sides and top */


/* img {display: none;} */



#container
        {
	position: relative;
	width:980px;
	padding: 0 2em;
	background:#fff;
	margin: 0px auto auto auto;
	text-align:left;
        }



#header
	{
	z-index:3;
	position:fixed;
	top: 0px;
	display:block;
	width:1000px;
	height:165px;
	background: #fff;
	}
* html #header       /* only for IE6 */
	{
	position: absolute;
	left: 0px;
	top: 0px;
	}
	/* This hack advice is from http://w3qc.org/ressources/contributions/fini-les-cadres/   */
	/* tentative for correction of positioning in IE6 */
	/* IE6 thus falls back on ABSOLUTE since it does not know FIXED*/
*:first-child+html #header       /* only for IE7 */
	{
	position: absolute;
	left: 0px;
	top: 0px;
	}
	/* This hack advice is from http://w3qc.org/ressources/contributions/fini-les-cadres/   */
	/* tentative for correction of positioning in IE7 */
	/* IE7 thus falls back on ABSOLUTE since it does not know FIXED*/

#header span
	{
	display: none;
	}
	/* This is for not showing the text that goes with the banner */




#navigation
        {
	/* position:absolute;  */
	z-index:2;
	/* position: inherit ; */
	position: static;
	/* top: 90px;
	left: 0px; */
	/* margin: 0px 0px 0px 0px; */
	margin: 180px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:left;
	width:168px;
	background:#fff;
	text-align: left;
        }
* html #navigation
	{
	position: absolute;
	width:168px;
	left: 0px;
	height: auto; 
	/* min-height: 300px; */
        }
*:first-child+html #navigation       /* only for IE7 */
	{
	position: absolute;
	width:168px;
	left: 0px;
	}

#navigation a
	{
	font: 12px Verdana;
	padding: 2px;
	display: block;
	color: #888888;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	list-style: none;
	}

#navigation a:hover
	{
	background-color: #dddddd;
	font-weight: bold;
	color: #000000;
	}

#navigation ul
	{
	padding: 0px;
	margin: 0px ;
	list-style: none;
	}

#navigation ul li
	{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	list-style: none;
	}


#content                              /* this code will be use by all browsers but is overruled by IE6 and IE7 definition */
        {
	z-index:1;
	position: inherit;
	width:807px;
	padding: 180px 10px 0px 10px;
	margin: 0 0 0 168px;
	background: #fff;
	border-left: 5px solid #000;
	text-align:  left;
	font: 11px Verdana;
	color: #333333;
	}
* html #content                       /* only for IE6 version */
	{
	position: relative;
	top: 165px;                   /* this line influences the positions of the top of the white section of content */
	left: 173px;
	width:812px;
	height:auto;
	min-height: 300px;
	padding: 10px 0 0 8px;       /* this line influences the white space inside the content */
	margin: 0 0 0 170px;
	background: #fff;
	text-align: left;
	font: 11px Verdana;
	color: #333333;
    }
	/* this is a hack for IE6 and below */
	/* see http://blog.pixarea.com/index.php/2006/06/13/39-css-un-hack-simple-pour-ie7 */
*:first-child+html #content         /* only for IE7 */
	{
	position: relative;
	top: 165px;                   /* this line influences the positions of the top of the white section of content */
	left: 173px;
	width:812px;
	height:auto;
	min-height: 300px;
	padding: 10px 0 0 8px;       /* this line influences the white space inside the content */
	margin: 0 0 0 101px;
	background: #fff;
	text-align: left;
	font: 11px Verdana;
	color: #333333;
 	}
	/* This is a hack for IE7 only, still to be defined */



#content .image
	{
	font-size: 12px;
	font-style: italic;
	font-family: Arial, Verdana, sans-serif;
	Font-color: #ddd;
	text-align: center;
	/* border: thin silver solid;  */   /* this line works when activated */
	border-type: solid;
	border-width: 4px;                  /* these three border formats don't seem to work */
	border-color: #555;
	margin: 10px 0 20px 0;
	padding: 2px 1px 2px 1px;
	}
	/* this image has influence on the images inside de content */


imageright
	{
	float: right;
	caption-side: top;
	font-size: 12px;
	font-style: italic;
	font-family: Arial, Verdana, sans-serif;
	text-align: center;
	border: thin silver solid;
	margin: 10px 0 20px 0;
	padding: 4px 1px 4px 1px;
	}
	/* this image has influence on the images inside de content that carry class=imageright */


#content h3
	{
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	text-decoration:none
	font-type: Arial;
	}

#content p
	{
	font: 12px Verdana;
	padding: 2px;
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
	}

##content a
	{
	font: 12px Verdana;
	padding: 2px;
	/* display: block; */
	background-color: #ffffff;
	color: #888888;
	text-decoration: none;
	/* border-bottom: 1px solid #ffffff;
	list-style: none; */
	}

#content a:hover
	{
	/* background-color: #eeeeee; */
	background-color: #ffffff;
	font-weight: bold;
	color: #000000;
	}


#content ul
	{
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	}


#content ul li
	{
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 10px;
	}



#downloadline
	{
	padding: 1px 10px 0px 3px;
	margin: 2px;
	width: 450px;
	background: #fff;
	text-align:  left;
	font: 10px Verdana;
	color: #333333;
	line-height: 30px;
	}


#downloadlogo
	{
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 2px;
	width: 18px;
	background: #fff;
	text-align:  left;
	font: 10px Verdana;
	line-height: 30px;
	color: #333333;
	}


#downloadtext
	{
	float:right;
	padding: 0px 0px 0px 0px;
	margin: 2px;
	width:300px;
	background: #fff;
	text-align: left;
	text-decoration: none;
	line-height: 30px;
	font: 10px Verdana;
	color: #333333;
	}


#downloadtext a
	{
	float:right;
	padding: 0px 0px 0px 0px;
	margin: 2px;
	width:300px;
	background: #fff;
	text-align: left;
	text-decoration: none;
	line-height: 30px;
	font: 10px Verdana;
	color: #333333;
	}


td a
	{
	/* float:right; */
	/* if the above line is active the text moves to the right in the cell */
	padding: 0px 0px 0px 0px;
	margin: 2px;
	/* width:300px; */
	background: #fff;
	text-align: left;
	text-decoration: none;
	line-height: 36px;
	font: 10px Verdana;
	color: #333333;
	}

td a hover
	{
	padding: 0px 0px 0px 0px;
	margin: 2px;
	/* width:300px; */
	background: #000;
	text-align: left;
	text-decoration: none;
	line-height: 36px;
	font: 10px Verdana;
	color: #FF2222;
	}
	/*   Ce td a: hover ne marche pas encore car le texte ne devient pas rouge */



td a img         /*  for ico-pdf images if I put a point in front of td the picture will have a border */
	{
	border-style:none;
	background-color: transparent;
	text-decoration:none;
	border:0px;
	}

/*
div.image
	{
	border: thin red solid;
	    slash star border: thin silver solid;      border shows but color is black  star slash
	margin: 3px;
	padding: 3px;
	}

div.image.caption {
	text-align: center;
	font-style: italic;
	font-size: 20px;
	text-indent: 40;
	}

*/




#footer                             /* this code will be use by all browsers but is overruled by IE6 and IE7 definition */
    {
	width:990px;
	clear:both;
	height:400px;
	padding: 20px 3px 0px 3px;
	margin: 10 0 0 8px;
	background: #fff;
	text-align:  center;
	font: 11px Verdana;
	color: #333333;
	}
* html #footer                       /* only for IE6 version */
	{
	position: relative;
	top: 0px;                   /* this line influences the positions of the top of the white section of content */
	left: 0px;
	width: 992px;
	height:auto;
	min-height: 300px;
	padding: 20px 3px 0px 3px;       /* this line influences the white space inside the content */
	margin: 0px 0px 0px 101px;
	background: #fff;
	text-align: left;
	font: 11px Verdana;
	color: #333333;
        }
	/* this is a hack for IE6 and below */
	/* see http://blog.pixarea.com/index.php/2006/06/13/39-css-un-hack-simple-pour-ie7 */
*:first-child+html #footer         /* only for IE7 */
	{
	position: relative;
	top: 0px;                   /* this line influences the positions of the top of the white section of content */
	left: 0px;
	width: 992px;
	height:auto;
	min-height: 300px;
	padding: 10px 0 0 8px;       /* this line influences the white space inside the content */
	margin: 0 0 0 101px;
	background: #fff;
	text-align: left;
	font: 11px Verdana;
	color: #333333;
 	}
	/* This is a hack for IE7 only, still to be defined */


#footer a
	{
	font: 12px Verdana; 
	padding: 2px;
	display: inline;
	color: #888888;
	text-decoration: none;
	/* border-bottom: 1px solid #ffffff;
	list-style: none; */
	}

#footer a:hover
	{
	/* background-color: #eeeeee; */
	font-weight: normal;
	background-color: #ffffff;
	color: #000000;
	}













/*
small	{
	line-height: 20px;
	}


p       { padding: 0 0 1px 0; text-align:justify;}

acronym { text-decoration: none;}




IMG {       BORDER-BOTTOM: medium none;
            BORDER-LEFT: medium none;
            BORDER-TOP: medium none;
            BORDER-RIGHT: medium none}
.tekst {    TEXT-ALIGN: justify;
            FONT-STYLE: normal;
            FONT-FAMILY: Verdana;
            COLOR: #000000;
            FONT-SIZE: 11px;
            FONT-WEIGHT: normal}
.tekst2 {   FONT-STYLE: normal;
            FONT-FAMILY: Verdana;
            COLOR: #000000;
            FONT-SIZE: 10px;
            FONT-WEIGHT: normal}

a:link {    color: #666666;
            text-decoration: none}
a:visited { text-decoration: none;
            color: #666666}
a:hover {   text-decoration: underline;
	    color: #000000}
a:active {  text-decoration: none;
	    color: #666666}


.linija {   background-image: url(linija-vertikalna6m.gif);
	    background-repeat: repeat;
	    background-position: center top;}
.meni {     TEXT-ALIGN: left;
            PADDING-TOP: 1px
            PADDING-BOTTOM: 1px;
            PADDING-LEFT: 1px;
            PADDING-RIGHT: 1px;
            MARGIN: 1px;
            FONT: 12px/15px Verdana;
            HEIGHT: 15px;
            COLOR: #666666;
            TEXT-DECORATION: none;}
.slike {    TEXT-ALIGN: center;
            PADDING-TOP: 1px
            PADDING-BOTTOM: 1px;
            PADDING-LEFT: 1px;
            PADDING-RIGHT: 1px;
            MARGIN: 1px;
            FONT: 12px Verdana;
            HEIGHT: 15px;
            COLOR: #666666;
            TEXT-DECORATION: none;}
.strana {   TEXT-ALIGN: left;
            FONT: bold 13px Verdana;
            HEIGHT: 20px;
            COLOR: #000000;
            TEXT-DECORATION: none}
.strana2 {  TEXT-ALIGN: center;
            FONT: bold 13px Verdana;
            HEIGHT: 20px;
            COLOR: #000000;
            TEXT-DECORATION: none}
.style13 {  color: #000000;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 14px;}
.style16 {  font-family: Verdana;
            font-size: 12px}
.style17 {  font-size: 13px;
            font-weight: bold;}
.style20 {  font-family: Verdana;
            font-size: 11px;}
.style22 {  font-size: 11px;
	    font-weight: bold;
	    font-family: Verdana;}
.style26 {  font-size: 11px}
.style28 {  color: #000000}


INPUT {     BORDER-TOP: black 1px solid;
            BORDER-RIGHT: #000000 1px solid
            BORDER-BOTTOM: #000000 1px solid;
            BORDER-LEFT: #000000 1px solid;
            FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
            BACKGROUND: #ffffff;
            COLOR: #000000;
            FONT-SIZE: 8pt;}
*/

