/*Style CSS Layout*/
body {
	margin: 0;
	padding: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 100%;
	color: black ;
	background-color: white;
}

*
{
	margin: 0;
	padding: 0;
}

#page
{
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	background: url(images/vodorav.JPG) repeat ;
	background-color: #eceae8; /* svetla siva */
}
* html #page
{
	height: 100%;
}

.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

#header
{
margin-top: 0px;
padding-top: 0px;
height: 80px;
background-color: #eceae8;
}
#header_oglasL {
position: relative; display: inline; float: left;
width: 180px; height: 60px; 
margin: 0px; padding: 0px;
margin-left: 20px; margin-top: 10px;
background: url(images/oglas_prazen.JPG) no-repeat ;
}
#header_oglasD {
position: relative; display: inline; float: left;
width: 180px; height: 60px; 
margin: 0px; padding: 0px;
margin-left: 20px; margin-top: 10px;
background: url(images/oglas_prazen.JPG) no-repeat ;
}
#header_logo {
position: relative; display: inline; float: left;
width: 560px; height: 80px; 
margin: 0px; padding: 0px;
margin-left: 20px;
background-color: white;
background: url(images/logo.GIF) no-repeat ;
}
#main_menu {
margin: 0px;
padding: 0px;
height: 27px;
background-color: white;
border-top: thin solid black;
border-bottom: thin solid black;
}

#main_menu a {
position: relative; display: inline; float: left;
width: 137px; height: 19px;
margin: 0px; padding: 2px; padding-top: 4px;
margin-top: 1px;
background-color: black;
color: white;
font-weight: bold;
font-size: 80%;
text-align:center;
text-decoration: none;
}
#main_menu a:hover {background-color: gray;}
.main_button_space {
position: relative; display: inline; float: left;
width: 2px; height: 21px;
margin: 0px; padding: 0px;
background-color: white;
}
#sub_menu {
margin: 0px;
padding: 0px;
height: 23px;
background-color: white;
border-bottom: thin solid #1f638a;
font-size: 80%;
}
#sub_menu a {
position: relative; display: inline; float: left;
height: 17px; 
margin: 0px; padding: 2px;
margin-left: 10px; margin-top: 1px;
padding-right: 10px; padding-left: 4px;
background-color: white;
border-left: thin solid #1f638a;
color: #1f638a;
font-weight: bold;
text-decoration: none;
}
#sub_menu a:hover {background-color:#8FD8D8; color:black;}
#header_border {
margin: 0px;
padding: 0px;
height: 10px;
background-color: #eceae8;
}


#content
{
	width: 1000px;
	padding-bottom: 170px; /*vnesi višino footerja*/
	background: url(images/vodorav.JPG) repeat ;
	background-color: #eceae8; /* svetla siva */
}

#leftbar {
display: inline;
clear: both;
float: left;
width: 180px;
margin-top: 0px;
margin-left: 10px;
text-align:left;
background-color: #f2f2f2; /* skoraj bela*/
padding: 10px; padding-top: 0px;
font-size: small;
font-family: arial, verdana, sans-serif;
}

#middlebar {
display: inline;
float: left;
color: black ; 
background-color: white;
text-align:left;
padding: 0px;
padding: 10px;
padding-bottom: 15px;
padding-top: 0px;
width: 540px;
margin-left: 10px;
margin-top: 0px;
font-size: medium;
font-family: georgia,palatino,"Times New Roman",times,serif;
}

#rightbar {
display: inline;
float: left;
width: 180px;
margin-left: 10px;
margin-top: 0px;
color: black ;
text-align:left;
background-color: #f2f2f2; /* skoraj bela*/
padding: 10px; padding-top: 0px;
font-size: small;
font-family: arial, verdana, sans-serif;
}

#footer
{
width: 980px;
height: 150px; /*vnesi višino footerja - višinski padding*/
margin: 0px;
padding: 10px;
background-color: #eceae8; /* svetla siva */
text-align:center;
font-size: 70%;
color: black;
}

/* The CSS that's required to position the footer */
/* gradivo na: www.themaninblue.com/experiment/footerStickAlt/ */
html {height: 100%;}
body {height: 100%;}
#nonFooter {position: relative; min-height: 100%;}
* html #nonFooter {height: 100%;}
#footer{
	position: relative;
	margin: -170px auto 0 auto; /*vnesi višino footerja*/
}
/* A CSS hack that only applies to IE -- specifies a different offset for the footer */
* html #footer {
	margin-top: -170px; /*vnesi višino footerja*/
}


#footer_inside {
position: relative;
min-height: 1px;
width: 960px;
height: 110px;
margin: 0px;
margin-bottom: 8px;
padding: 10px;
_padding-bottom: 0px;
background-color: white;
}
#footer_pas {
position: relative;
min-height: 1px;
width: 940px;
height: 10px;
_height: 5px;
margin: 0px;
padding: 10px;
padding-top: 7px;
background-color: #544f49; /* siva */
color: white;
text-align:left;
}
#footer_oglasi {
position: relative;
min-height: 1px;
width: 960px;
height: 65px;
margin: 0px;
padding: 10px;
padding-left: 0px;
padding-right:0px;
padding-bottom: 0px;
background-color: transparent;  
color: black;
}

.footer_oglas {
position: relative;
display: inline;
float: left;
min-height: 1px;
width: 180px;
height: 80px; 
margin: 0px;
margin-right: 15px;
padding: 0px;
background: url(images/oglas_prazen.JPG) no-repeat ;
background-color: transparent;
color: black;
text-align:center;
}



