* {
	margin: 0;
	padding: 0;
	}

body {
 /**background: #fed794 url('pic/bg_body_middle.gif') repeat-y center; staro ozadje**/
	background: url('pic/bg_body.gif');
	font-family: 'Trebuchet MS';
	font-size: 11px;
	line-height: 150%;
	color: #76674d;
	}

.clear {
	clear: both;
	}

p {
	padding-bottom: 10px;
	}

h1 {
	color: #9a2121;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	}

h2 {
	color: #9a2121;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 3px;
	}

h3 {
	color: #76674d;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
	}

h4 {
	color: #9a2121;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
	}
	
ul li {
	list-style: none;
	padding-left: 13px;
	padding-bottom: 5px;
	color: #000000;
	font-size: 13px;
	background: url('pic/i_bullet.gif') no-repeat 0 5px;
	}

/*lastnosti za linke v podmenuju, ce ni definirano potem uporablja tisto, kar je definirano v 'a'*/
#sidebar ul li a {
    text-decoration: none;
	color: #000000;
	font-size: 13px;
	}
	
#sidebar ul li a:hover {
	text-decoration: underline;
	color: #CC0000;
	font-size: 13px;
	}


	#content ul {
		margin: 10px 0  15px 15px;
		}

	#content ul li {
		font-size: 12px;
		color: #76674d;
		}

a {
	text-decoration: underline;
	color: #000000;
	}

a:hover {
	text-decoration: none;
	color: #CC0000;
	}
	
/*rk
	p a {
		font-weight: bold;
		}
*/

p img {
	margin: 0 7px 3px 0;
	border: 1px solid #e7dece;
	padding: 1px;
	}



table {
	/*border-spacing: 2px;
	border: 1px solid #f2ebdf;*/
	border-collapse: collapse;
	}

th {
	border: 2px solid #ffffff;
	padding: 4px;
	background: #e7dece;
    font-weight: bold;
	}


td {
	/*border: 2px solid #ffffff;*/
	padding: 4px;
	background: #f2ebdf;
	}

/*druga vrsta tabele, v kodo dodaš: <table class="citat"> */
table.citat {
	padding: 10px;
	margin: 10px;   /* margin=oddaljenost teksta od roba */
	background: #f2ebdf;
	}

/*tretja vrsta tabele, v kodo dodaš: <td class="blank"> */
table.blank {
	border: 1px solid #ECE9D8;
	}
td.blank {
	margin: 4px;
	background: #ffffff;
	}

#wrap {
/**	background: url('pic/bg_body_top.gif') repeat-x top;   staro ozadje**/
	}

#border {
	width: 750px;
	margin: 0 auto;
	background: url('pic/bg_border.gif') repeat-y center;
	}

#container {
	position: relative;
	width: 750px;
	margin: 0 auto;
	background: url('pic/bg_header.jpg') no-repeat top;  
	}

#logo {
	padding: 51px 0 0 40px;
	}

#logo a {
	display: block;
	width: 234px;
	height: 71px;
	background: url('pic/logo.png') no-repeat top; /** prej .gif**/
	}


/* ----- NAVIGATION ------------------------------------------------- */

#nav {
	padding: 10px 25px 0 0;
	float: right;
	}

#nav li {
	padding: 0;
	background: none;
	float: left;
	}

#nav li a {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	display: block;
	float: left;
	padding: 0 17px;
	border-left: 1px solid #dddddd;
	}

#nav li a:hover, #nav li a:active, #nav li a.active {
	text-decoration: none;
	color: #eb9b0f;
	}

#navigation2 {
	position: absolute;
	left: 60px; /*prej ko ni pislo english=> 72px*/
	top: 21px;
	}

	#nav2 {
		padding: 10px 25px 0 0;
		}

	#nav2 li {
		padding: 0;
		background: none;
		float: left;
		}

	#nav2 li a {
		font-size: 11px;
		text-decoration: none;
		color: #ffffff;
		display: block;
		float: left;
		padding: 0 11px;
		border-left: 1px solid #996600; /* barva crtic med izbirami */
		}

	#nav2 li a:hover {
		text-decoration: none;
		color: #000000;
		}

/* ------------------------------------------------------------------ */


/* ----- HOME ------------------------------------------------- */

#main_home {
	padding: 5px 38px;
	}

#main_home h3 {
	color: #9d2111;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	}

.box {
	float: left;
	width: 167px;
	height: 208px;
	margin-right: 2px;
	background: url('pic/bg_home_box1.gif') no-repeat top;
	color: #7f7f6a;
	margin-bottom: 20px;
	}

.boxWrap {
	padding: 5px 10px;
	}

#aktualno {
	margin-bottom: 5px;
	}

	#aktualno div {
		margin-bottom: 10px;
		}

	#aktualno img {
		margin: 0 10px 5px 0;
		}

#nacela {
	float: left;
	height: 170px;
	width: 145px;
	background: url('img_woman.jpg') no-repeat;
	padding: 10px 0 0 175px;
	}

#box2 {
	float: right;
	width: 336px;
	height: 197px;
	background: url('pic/bg_home_box2.gif') no-repeat top;
	}

#box2 div {
	padding: 5px 10px;
	}
	
#box3 {
	float: right;
	width: 336px;
	height: 140px;
	background: url('pic/bg_home_box3.jpg') no-repeat top;
	}

#box3 div {
	padding: 10px 10px;
	}


/* ------------------------------------------------------------ */


#main {
	margin-top: 20px;
	padding: 5px 38px;
	}

#sidebar {
	float: left;
	width: 167px;
	background: url('pic/bg_sidebar.gif') no-repeat top;
	}

	#sidebarWrap {
		padding: 10px 15px 0 15px;
		}

	#sidebar_bottom {
		margin: 0;
		padding: 0;
		width: 167px;
		height: 10px;
		background: url('pic/bg_sidebar_bottom.gif') no-repeat top;
		}
		
#content {
	float: right;
	width: 495px;
	}

#footer {
	margin: 0 auto;
	width: 750px;
	height: 115px;
	background: url('pic/bg_footer.jpg') no-repeat top;
	}

#footer span {
	display: block;
	padding: 77px 0 0 35px;
	color: #9b9b78;
	}
