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

@import url("http://oglasi.turbosist.si/css/reset3.css");
/*---------------------------------------------------------------------------*/
body {
	font-family: Verdana, Tahoma, Arial, helvetica, sans-serif;
	font-size:70%;
	color:#666666;
	margin:0;
	padding:0;
	line-height:200%;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, dl {	margin:0.5em 0;}
h1, h2, h3, h4 { font-family: Verdana, Tahoma, Arial, helvetica, sans-serif; color:#faa61a;}
h1 { font-size: 1.7em;} 
h2 { color:#828284; font-size:1.8em; font-weight:bold;}

#wrapper { background:#FFF; height:300px; width:960px; margin:0 auto; position:relative; top:-10px; z-index:2;}
#logo { position:relative; top:10px;  width:240px; height:190px; margin:0 auto; width:980px; z-index:5;}
#logo img { background:#FFF; padding:0 20px;}
#content { border:#faa61a solid 1px; border-bottom:none; float:left; padding:20px 50px; width:860px;}

#footer { border:#faa61a solid 1px; border-top:none; padding-bottom:10px; float:left; width:960px;}
#footer a { text-decoration:underline; color:#666666; }
#footer ul { margin:0; list-style:none; padding-left:50px; }
#footer li { display:block; float:left; padding:4px 10px; text-decoration:none; text-align:center; font-weight:bold; color:#808284; border-left:2px solid #faa61a; }

#copy { float:left; text-align:right; padding-top:2px; width:700px; }
#copy a { font-weight:normal;}
#obisk { float:left; padding-left:5px; width:100px; }


/* 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 */