@charset "utf-8";
/* CSS Document */

@import url("http://oglasi.turbosist.si/css/reset3.css");
/*---------------------------------------------------------------------------*/
body {
	font-family: "Trebuchet MS" Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size:80%;
	background:#FFF;
	font-weight:normal;
	line-height:180%;
	color:#000;
	margin:0;
}
/* TEKSTI */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, dl {	margin:0.5em 0;}
h1, h2, h3, h4 { font-weight:bold;}
h1 {font-size: 1.2em;} 
h2 {font-size: 1.1em; color:#fff;}
h3 {font-size: 1.0em;}
p { padding:5px 0;}
h1.padding { padding:30px 0 30px 0;}
h2.padding { padding:5px 0 15px 0;}

/* glavni DIV-i
-----------------------------------------------------------------------------*/
#wrapper { float:none;	width:980px;	margin:40px auto; background:#FFF;}
#content { float: none;	width:auto;}
.header_back {	float:none;	width:auto;	height:173px; background:url(../images/bg_top.jpg) repeat-x;}
#header {	float:none;	width:auto;	height:165px; border-top:#597995 solid 8px;}
#header-Left { position:relative; top:-8px; float:left;	width:480px;	height:173px; background:url(../images/header-zavih.jpg) top right no-repeat;}
#header-Right { position:relative; top:-8px;	float:left;	width:500px;	height:170px;}
#header .logo { padding:8px 0 0 0px; margin:0;}
#menu {	float:none;	width:auto;	height:39px; background:#FFF; border-bottom:#597995 solid 8px;}
#left { position:relative; float:left;	width:150px; padding:10px 30px 0 30px; overflow:hidden; clear:both;}

#nav_okvir { position:relative; padding-left:13px; top:-62px; *top:-54px; _top:-62px; float:left;	width:239px; height:490px; /*višina zadostuje prikazu pregovorov v treh vrstah*/ overflow:hidden;}

#nav { float:left;	width:235px; height:404px; overflow:hidden; border:#000 solid 2px; border-top:none;}
#pregovori { float:left; width:235px;}
.nav_iskalnik { background:url(../images/nav_iskalnik.jpg) no-repeat;}
.nav_clanki { background:url(../images/nav_clanki.jpg) no-repeat;}
.nav_iscemo { background:url(../images/nav_iscemo.jpg) no-repeat;}
.nav_kontakt { background:url(../images/nav_kontakt.jpg) no-repeat;}
.nav_ponudba { background:url(../images/nav_ponudba.jpg) no-repeat;}
.nav_zanimivo { background:url(../images/nav_zanimivo.jpg) no-repeat;}
#vsebina { position:relative; top:-56px; float:right; padding-right:20px; width:480px;}
#footer { width:auto; border-top:#000 solid 1px;	margin:10px 0; clear:both;}
#footer img { float:left;  padding:7px 0 0 7px; }
#footer_left { float:left; padding:5px 0 0 10px;}
#footer_right { float:right; padding:5px 10px 0 0;}
#naslov h1 {display:block; text-indent:-650px; overflow:hidden;}
.etazna-naslov { margin-top:-13px;}
.etazna-naslov h2 { margin:0; padding:0;}

/* TEKSTI in GLOBALNI CSSi
-----------------------------------------------------------------------------*/
a:link {color:#000; text-decoration:underline;}
a:visited {	color:#000;}
a:hover {	color:#cc0000;}
a:active { color: #000;}
ul.indent { margin-left:10px;}
ul.indent li { line-height:140%; background:url(../images/indent.gif) 0px 6px no-repeat; padding-left:12px}
.gumb { margin:2px; padding:0 4px; border:#666 double 3px; background:#c8dcea; height:22px; }
.box { float:left; width:458px; height:260px; border:#000 solid 1px; background:url(../images/rumena.gif) no-repeat; padding:0 10px 10px 10px; margin:10px 0;}
.box2 { float:left; width:458px; height:120px; border:#000 solid 1px; background:url(../images/rumena2.gif) repeat-x; padding:0 10px 10px 10px; margin:10px 0;}
.banner_nep{ float:left; margin-left:180px; _margin-left:90px; width:276px; height:130px; margin-top:19px; font-weight:bold; line-height:1.47em; }

/* TABELE
-----------------------------------------------------------------------------*/
tr.tabelaheader td { font-size:1.2em;	padding:5px;	background:#7292a9;	color:#FFFFFF;}
tr.tabelamain1 td { padding:5px;	border-bottom:#666 dotted 1px;}
tr.tabelamain2 td {	padding:5px;	background:#ECECEC; border-bottom:#666 dotted 1px;}

tr.tabelamain1:hover td,
tr.tabelamain2:hover td {	background:#FFFFCC; border-bottom:#666 dotted 1px;}

/* Mozilla: uporaba za vertikalno raztegovanje pri containerjih katerih vsebina ima vec floatov */
/* -------------------------------------------------------------------------------------------- */
.clearer {
	clear: both;
	font-size: 0px;
}

/* clearer next generation */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */