@charset "utf-8";
/* INIS CSS */

/* ----------------------- barve ------------------------ */

/* #646464 (prej #878787) siva: tekst, linki, tekst neaktivni gumbi in menu */
/* #DE2A2A rdeca: tekst aktivni menu*/
/* #FFFFFF bela: naslovna vrstica za box, tekst aktivni gumbi*/


/* general BEGIN */



body 
{
	vertical-align: top;
	margin: 0; 
	padding: 0; 
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: justify;	
}

/* 
#html, body {
 top: 0px;
  bottom: 0px;
  height: 100%;
 right: 0px;
  left: 0px;
  width:1000px;
  margin: auto;
} 
 */
table
{
/*brisi
	font-size: 10px;
*/}

/* lastnosti teksta v glavnem oknu*/
p
{
	margin-top: 5px;
	margin-bottom: 0px;
 	margin-left: 5px;
	margin-right: 10px;
	font-size: 0.9em
}

/*velikost list v tekstu*/
li
{
	font-size: 0.9em;
}

img
{
	border: none;
}

a
{
	color:#FF5500;
	text-decoration: none;
}

a:hover, a:focus 
{
	text-decoration: underline;
}

/*
a:visited {
 color:#626161;
 }

a:active {
 color:#ACABAB;
 }
*/

h1
{
/*	color:#FF6600;
*/	font-size:1.6em;
	font-weight:bold;
	padding:10px 0 10px 0;
	text-align:left;
}

h2 
{
	font-size:1.4em;
	font-weight:bold;
	padding:0 0 0 0;
	text-align:left;
}

h3 
{
	font-size:1.2em;
	font-weight:bold;
	padding:0 0 0 0;
	text-align:left;
}

h4
{
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 1em;
	font-weight:bold;
}

/* general END */

/* template_page.html BEGIN 	*/

#container 
{
	margin: 0 auto 0 auto;
	width:1000px;
}

#page 
{
	width:1000px;
/*	float: center;	
	border-width: 3px;
	order-color: green;
	order-style: ridge;
*/}

#header 
{
	background: url(../_img/glava.jpg) top no-repeat;
	width: 100%;
	height: 120px;
}
#navlang
{
	float: left;
/*	position: top;	*/
	margin: 12px 0 0 180px;
	width: 100px;
}

#navlang img
{
	margin: 0 5px;
}

#mainNavigation 
{
	height: 90px;
	width: 100%;
	background: url(../_img/glava2.jpg) top no-repeat;
	float: center;
	text-align: center;
	font-weight: bold;
	clear: both;
	margin: 0;
}

#mainNavigation ul, #mainNavigation li
{
	display: inline;
	font-size: 18px;
}

#mainNavigation a:link, #mainNavigation a:visited/* button - normal */{
	color:black;
	background: url(../_img/button.gif) top no-repeat;	
	text-align: center;
	text-decoration: none;
	width: 150px;
	margin: 0 25px;	
	padding-top: 17px;/*border: solid 1pt black;	margin-top: 5px;	*/	height: 90px;
	float: left;
	display: inline;
}

#mainNavigation .active a:link, #mainNavigation .active a:visited
/* button - active 	*/
{
	color: red;
	background: url(../_img/buttonOver.gif) top no-repeat;
}

#mainNavigation a:hover, #mainNavigation a:focus
/* button - hover 	*/	
{
	color: red;
	background: url(../_img/buttonOver.gif) top no-repeat;
}

#left
{
	float: left;
	width: 220px;
	display: block;
	margin: 0 10px 0 0;
}

#leftMenu
{
	margin: 5px 0 0px 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
}

#leftMenu ul, #leftMenu li
{
	display: inline;
	list-style: none;
	font-size: 16px;
}

#leftMenu a
{
	background: #FFE080;
	color: #00963A;
	float: left;
	width: 200px;
	height: auto;
	padding: 3px 5px 3px 5px;
	margin: 2px 0;
	font-weight: bold;
}

#leftMenu a:hover, #leftMenu a:focus
{
	color: red;
	background: #FFA000;
	text-decoration: none;
}

#leftMenu .active a:link, #leftMenu .active a:visited
{
	color: red;
	background: #FFA000;
}

#middle
{
	float: left;
	width: 770px;
	display: block;
	background: #FFFFFF;
}
#path 
{
/*	min-width:475px;width: 475px;	margin: 10px 0 0px 0;*/	
/* sirina za IE6 */	_width:500px ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-height:20px;
	height:auto !important;
	height:25px;
	padding: 4px 0 0 0px;
	background:black;	
/*	display: inline;
	background: url(../_img/rootlineMenu.jpg) -1px 0 no-repeat;
	float: left;
	text-align: left;
	margin: 0;
	clear: both;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;	brisi*/
}

#path ul, #path li
{
	margin: 0;
	padding: 0;
	display: inline;
}

#path li a
{
	margin: 0;
	padding: 2px 10px 2px 5px;
	text-decoration: none;
	background-position: center;
	background: url(../_img/rootlineSeparator.jpg) right no-repeat;
}

/*#path a:link, #path a:visited */
/*{
	text-align: center;
	text-decoration: none;
	width: 161px;	
	height: 61px;
	padding-top: 10px;
	margin-right: 2px;
	float: left;
	display: inline;
#path a:visited
}*/

#path .active a:link, #path .active a:visited
{
	color: #DE2A2A;
	font-weight: bold;
	background: none;
}


#central
{
	float: left;
	width: 770px;
	display: inline;/*
	background: #E0FFE0;
	padding: 10px;	background:red;	*/
}

#right
{
	float: left;
	width: 235px;
	display: inline;
	margin: 0 0px 0 15px;
/*	background:green;	*/
}

#footer
{
/*	background:blue;	*/
	clear: both;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
	display: block;
/*	float: center;
	width: 100%;
	height: 55px;
	padding: 25px 0 0 0;
*/}

#footer a
{
color: red;
}

/* template_page.html END */
.csc-mailform
{	padding: 15px;
	background: #FFE080;}
.csc-textpic-caption{
font-size:12px;}

HR.clearer 
{
margin-bottom:0;
}
