html,body{
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
	}

body {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	background:#ffffff;
	font-size:12px;
}

p, h1, h2, h3, ul, li, input, form, body {
	margin: 0;
	padding: 0;
}

a {
	outline:none;
	}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.wrap {
	margin:0 auto;
	width:980px;
	}

#top {
	background:url(images/body_bg.gif) repeat-x #fff;
}

#header {
	background:url(images/header_bg.jpg) no-repeat;
	float:left;
	height:106px;
	width:980px;
	}
	img.logo {
	margin-left:10px;
	float:left;
	}
	img.uni {
	float:left;
	margin:0 0 0 19px;
	}
	#datum {
	float:left;
	color:#b8b8b8;
	margin:85px 0 0 -156px;
	font-size:11px;
	}
	#datum_en {
	float:left;
	color:#b8b8b8;
	margin:85px 0 0 -174px;
	font-size:11px;
	}
	#lang {
	float:right;
	width:250px;
	height:40px;
	margin-top:10px;
	}
		#lang p {
		color:#FFFFFF;
		font-weight:bold;
		float:left;
		margin:9px 10px 0 62px;
		font-size:11px;
		display:inline;
		}
		#lang ul {
		list-style:none;
		float:left;
		}
		#lang li {
		float:left;
		display:inline;
		}
		#lang a.lang_slo, #lang a.lang_eng {
		width:34px;
		height:33px;
		display:block;
		margin-left:4px;
		}
			#lang a.lang_slo {background:url(images/lang_slo_off.gif) no-repeat;}
			#lang a.lang_eng {background:url(images/lang_eng_off.gif) no-repeat;}
			#lang a.lang_slo:hover, #lang a.actives {background:url(images/lang_slo_on.gif) no-repeat;}
			#lang a.lang_eng:hover, #lang a.activee {background:url(images/lang_eng_on.gif) no-repeat;}
	#search {
	float:right;
	width:250px;
	height:20px;
	margin-top:38px;
	}
		#search img {
		margin:5px 10px 0 0;
		float:left;
		}
		#search input {
		width:144px;
		height:15px;
		font-size:11px;
		border:0;
		float:left;
		background-color:#b7b7b7;
		padding:4px 0 1px 2px;
		color:#707070;
		}
		#search input.isci {
		width:22px;
		height:20px;
		border:0;
		margin:0px 0 0 3px;
		float:left;
		padding:0;
		}

#middle {
	float:left;
	width:980px;
	background:url(images/middle_bg.gif) repeat-y;
	}
	#menu {
	float:left;
	width:260px;
	padding-bottom:30px;
	}
		#menu1 {
		float:left;
		width:250px;
		margin-left:10px;
		display:inline;
		}
			#menu1 ul, #menu2, #menu3 ul {
			list-style:none;
			}
			#menu1 li a {
			display:block;
			width:216px;
			height:24px;
			color:#000000;
			padding:10px 0 0 34px;
			text-decoration:none;
			background:url(images/ul_li.gif) no-repeat top;
			}
				#menu1 li a:hover {
				background:url(images/ul_li.gif) no-repeat bottom;
				}
		
		#menu2 {
		float:left;
		width:250px;
		margin-left:10px;
		display:inline;
		}
			#menu2 li a {
			display:block;
			width:216px;
			height:24px;
			color:#000000;
			padding:10px 0 0 34px;
			text-decoration:none;
			background:url(images/ul_li_gray.gif) no-repeat top;
			}
				#menu2 li a:hover {
				background:url(images/ul_li_gray.gif) no-repeat bottom;
				}	
		#menu3 {
		float:left;
		width:250px;
		margin-left:10px;
		display:inline;
		}
			#menu3 li a {
			display:block;
			width:216px;
			height:24px;
			color:#000000;
			padding:10px 0 0 34px;
			text-decoration:none;
			background:url(images/ul_li.gif) no-repeat top;
			}
				#menu3 li a:hover {
				background:url(images/ul_li.gif) no-repeat bottom;
				}			
				
/* menu drop */			
#glavni_meni1 {
	margin: 0;
	padding: 0;
	z-index: 30;
	}
#glavni_meni1 li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	}
#glavni_meni1 div {
	position: absolute;
	visibility: hidden;
	margin: -34px 0 0 250px;
	padding: 0;
	}
	#glavni_meni1 div a	{
		position: relative;
		display: block;
		margin: 0;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background:url(images/ul_li.gif) no-repeat top;
		width:216px;
		height:24px;
		color:#000;
		padding:10px 0 0 34px;
		}
	#glavni_meni1 div a:hover {
		text-decoration:none;
		background:url(images/ul_li.gif) no-repeat bottom;
		}

#glavni_meni2 {
	margin: 0;
	padding: 0;
	z-index: 30;
	}
#glavni_meni2 li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	}
#glavni_meni2 div {
	position: absolute;
	visibility: hidden;
	margin: -34px 0 0 250px;
	padding: 0;
	border-top:0px solid #ccc;
	}
	#glavni_meni2 div a	{
		position: relative;
		display: block;
		margin: 0;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background:url(images/ul_li_gray.gif) no-repeat top;
		width:216px;
		height:24px;
		color:#000000;
		padding:10px 0 0 34px;
		}
	#glavni_meni2 div a:hover {
		text-decoration:none;
		background:url(images/ul_li_gray.gif) no-repeat bottom;
		}

#glavni_meni3 {
	margin: 0;
	padding: 0;
	z-index: 30;
	}
#glavni_meni3 li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	}
#glavni_meni3 div {
	position: absolute;
	visibility: hidden;
	margin: -34px 0 0 250px;
	padding: 0;
	}
	#glavni_meni3 div a	{
		position: relative;
		display: block;
		margin: 0;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background:url(images/ul_li.gif) no-repeat top;
		width:216px;
		height:24px;
		color:#000000;
		padding:10px 0 0 34px;
		}
	#glavni_meni3 div a:hover {
		text-decoration:none;
		background:url(images/ul_li.gif) no-repeat bottom;
		}
/* ---------- */		

	#topdiv {
	float:left;
	width:710px;
	height:222px;
	background:url(images/topdiv.jpg) no-repeat;
	display:inline;
	}
		h2 {
		color:#666666;
		font-size:18px;
		font-weight:bold;
		font-family:Georgia, "Times New Roman", Times, serif;
		margin:40px 0 0 20px;
		}
			h2.nomarg {
			margin:10px 0 0 14px;
			}
			h2.nomargp {
			margin:16px 0 14px 0;
			}
		.leftcont {
		float:left;
		width:136px;
		margin-top:16px;
		margin-left:20px;
		display:inline;
		}
		.leftcont_en {
		float:left;
		width:300px;
		margin-top:0px;
		margin-left:20px;
		display:inline;
		}
			.leftcont p, .leftcont_en p {
			font-size:11px;
			color:#505050;
			line-height:16px;
			}
		.rightcont {
		float:left;
		width:500px;
		margin-top:16px;
		display:inline;
		}
			.rightcont p {
			font-size:11px;
			color:#505050;
			line-height:16px;
			}
		p.Modra {
		font-size:12px;
		font-weight:bold;
		color:#287dff;
		}
		#topdiv a {
		color:#287dff;
		text-decoration:underline;
		}
			#topdiv a:hover {
			text-decoration:none;
			}
	#content {
	float:left;
	width:675px;
	}
		#content table {
		margin:10px 0 0 14px;
		}
		#content td.t_naslov {
		color:#287dff;
		font-weight:bold;
		padding-left:10px;
		background:url(images/blue_arrow.gif) no-repeat 0 3px;
		height:20px;
		}
			#content td.t_naslov a, #content td.t_text a {
			color:#287dff;
			text-decoration:none;
			}
			#content td.t_naslov a:hover, #content td.t_text a:hover {
			text-decoration:underline;
			}
		#content td.t_text {
		color:#454545;
		line-height:16px;
		padding-bottom:10px;
		}
	#content_p {
	float:left;
	width:420px;
	padding:0 20px 20px 20px;
	line-height:18px;
	color:#454545;
	}
		#content_p ul {
		margin:6px 0 0 0px;
		list-style:none;
		}
			#content_p li {
			background:url(images/blue_arrow.gif) no-repeat 0 4px;
			padding:0 0 4px 10px;
			}
		#content_p a {
		text-decoration:underline;
		color:#287dff;
		}
			#content_p a:hover {
			text-decoration:none;
			}
		#content_p table.tabela {
		border-top:1px solid #287dff;
		border-left:1px solid #287dff;
		width:100%;
		}
		#content_p table.tabela td {
		border-right:1px solid #287dff;
		border-bottom:1px solid #287dff;
		}


	#content1 {
	float:left;
	width:460px;
	}
		#content1 table {
		margin:10px 0 0 14px;
		}
		#content1 td.t_naslov {
		color:#287dff;
		font-weight:bold;
		padding-left:10px;
		background:url(images/blue_arrow.gif) no-repeat 0 3px;
		height:20px;
		}
			#content1 td.t_naslov a, #content td.t_text a {
			color:#287dff;
			text-decoration:none;
			}
			#content1 td.t_naslov a:hover, #content td.t_text a:hover {
			text-decoration:underline;
			}
		#content1 td.t_text {
		color:#454545;
		line-height:16px;
		padding-bottom:10px;
		}
	#content1_p {
	float:left;
	width:420px;
	padding:0 20px 20px 20px;
	line-height:18px;
	color:#454545;
	}
		#content1_p ul {
		margin:6px 0 0 0px;
		list-style:none;
		}
			#conten1t_p li {
			background:url(images/blue_arrow.gif) no-repeat 0 4px;
			padding:0 0 4px 10px;
			}
		#content1_p a {
		text-decoration:underline;
		color:#287dff;
		}
			#content1_p a:hover {
			text-decoration:none;
			}
		#content1_p table.tabela {
		border-top:1px solid #287dff;
		border-left:1px solid #287dff;
		width:100%;
		}
		#content1_p table.tabela td {
		border-right:1px solid #287dff;
		border-bottom:1px solid #287dff;
		}

		
#rightpane {
	float:left;
	width:249px;
	}
	#anketa, #kontakt_p {
	float:left;
	width:249px;
	background:url(images/anketa_bg.gif) repeat-x top #e0e0e8;
	margin-left:1px;
	padding-bottom:10px;
	}
		p.anketa {
		color:#287dff;
		font-weight:bold;
		padding:20px 0 0 16px;
		}
		p.anketa_title {
		font-weight:bold;
		color:#505050;
		font-size:11px;
		padding:6px 0 0 16px;
		}
		#anketa form {
		padding:6px 0 6px 16px;
		}
		#anketa input {
		margin-bottom:2px;
		vertical-align:middle;
		}
		#anketa input.glasuj, #anketa img.rez {
		float:left;
		margin:6px 10px 0 0;
		}
	h3 {
	width:234px;
	height:24px;
	padding:8px 0 0 16px;
	background:url(images/koledar_title.gif) repeat-x;
	color:#f0f0f0;
	font-weight:bold;
	display:block;
	float:left;
	font-size:12px;
	}

	#kontakt_p {
	padding:20px 0 0 16px;
	width:233px;
	}
	#kontakt_p p.kont {
	font-size:11px;
	padding:4px 0 16px 0;
	line-height:16px;	
	}
	#kontakt_p a {
	text-decoration:underline;
	color:#287dff;
	}
		#kontakt_p a:hover {
		text-decoration:none;
		}
	#zadnje {
	width:233px;
	margin-left:1px;
	float:left;
	padding:10px 0 0 16px;
	}
		#zadnje ul {
		list-style:none;
		line-height:20px;
		margin:6px 0 10px 0;
		}
		#zadnje li {
		background:url(images/gray_arrow.gif) no-repeat 0 6px;
		padding:0 10px 0 10px;
		}
			#zadnje li a {
			color:#454545;
			text-decoration:none;
			}
			#zadnje li a:hover {
			color:#287dff;
			text-decoration:underline;
			}

#bottom {
	height:107px;
}		


	.footer {
	width:980px;
	height:77px;
	background:url(images/footer.gif) no-repeat 0 0px;
	}
	p.copy {
	color:#a1a0a0;
	font-size:11px;
	float:left;
	padding:18px 0 0 15px;
	line-height:18px;
	}
		p.copy a {
		color:#a1a0a0;
		text-decoration:underline;
		}
		p.copy a:hover {
		text-decoration:none;
		}


/* Tiny slogi */
.Naslov_Siva {
	color:#666666;
	font-size:16px;
	line-height:28px;
	font-weight:bold;
}
.Naslov_Modra {
	font-size:14px;
	line-height:22px;
	font-weight:bold;
	color:#287dff;
}
.podNaslov_Siva {
	font-size:14px;
	line-height:22px;
	font-weight:bold;
	color:#666666;
}
.Slika_Desno {
	float:right;
	margin:0 0 0 10px;
	}
.Slika_Levo {
	float:left;
	margin:0 10px 0 0;
	}