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

body{background-color: #e7eff1;
    }
#main-frame{
	width: 738px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	}
#header-top{
	width: 738px;
	height: 48px;
	background-image: url(slike/top_background.jpg);
	background-repeat: no-repeat;
	}
#header{
	width: 738px;
	height: 217px;
	background-image: url(slike/header_background.jpg);
	background-repeat: no-repeat;
	}
	
#logo{
	width: 170px;
	height: 217px;
	float: left;
	margin-left: 52px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #3c77a2;
	text-decoration: none;
	text-align:left;
	}
#glavna_slika{
	width: 497px;
	height: 217px;
	float: right;
	margin-right: 18px;
	}
#subheader{
	width: 738px;
	height: 24px;
	background-image: url(slike/rastlinjaki_top_content.jpg);
	background-repeat: no-repeat;
    }
#left-div {
float:left;
height:auto;
overflow:hidden;
width:223px;
}
#meni-mid{
	width: 223px;
	height: auto;
	min-height: 80px;
	background-image: url(slike/meni_back.jpg);
	background-repeat: repeat-y;
	float: left;
	}
#meni-bottom{
	width: 223px;
	height: 21px;
	background-image: url(slike/meni_bot.jpg);
	background-repeat: no-repeat;
	float: left;
    }
#vsebina{
	width: 515px;
	height: auto;
	background-image: url(slike/content_back.jpg);
	background-repeat: repeat-y;
	float: right;
	min-height:685px;

    }
	
#vsebina p{
    padding-left:15px;
    }	
	
	
#novice{
	width: 223px;
	height: 100%;
	background-image: url(slike/news_back.jpg);
	background-repeat: repeat-y;
	float: left;
    text-align: left;
    }
#footer{
	width: 738px;
	height: 66px;
	background-image: url(slike/rastlinjaki_footer.jpg);
	background-repeat: repeat-y;
	float: left;
	font-family:Verdana;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
    }
#l{
	float:left;
	margin-left:40px;
	margin-top:18px;
font-size:9px;
    }
#r{
	float:right;
	margin-right:40px;
	margin-top:18px;
font-size:9px;
    }

#domov{
	width: 25px;
	height: 23px;
	margin-left: 557px;
	margin-top: 5px;
	float: left;
	background-image:url(slike/rastlinjaki_domov.png);
	background-repeat:no-repeat;
	}
#domov:hover{
	width: 25px;
	height: 23px;
	margin-left: 557px;
	margin-top: 5px;
	float: left;
	background-image:url(slike/rastlinjaki_domov_a.png);
	background-repeat:no-repeat;
	}
#kontakt{
	width: 25px;
	height: 23px;
	margin-left: 15px;
	margin-top: 5px;
	float: left;
	background-image:url(slike/rastlinjaki_kontakt.png);
	background-repeat:no-repeat;
	}
#kontakt:hover{
	width: 25px;
	height: 23px;
	margin-left: 15px;
	margin-top: 5px;
	float: left;
	background-image:url(slike/rastlinjaki_kontakt_a.png);
	background-repeat:no-repeat;
	}
#kazalo{
	width: 25px;
	height: 23px;
	margin-left: 15px;
	margin-top: 5px;
	float: left;
	background-image:url(slike/rastlinjaki_kazalo.png);
	background-repeat:no-repeat;
	}
#kazalo:hover{
	width: 25px;
	height: 23px;
	margin-left: 15px;
	margin-top: 5px;
	float: left;
	background-image:url(slike/rastlinjaki_kazalo_a.png);
	background-repeat:no-repeat;
	}
.novice-naslov{
	font-family:Tahoma;
	font-size:15px;
	color:#757b7f;
	text-decoration:none;
	font-weight:bold;
    float:left;
    padding-left:30px;
    padding-top:5px;
	}
.novice-datum{
	font-family:Tahoma;
	font-size:12px;
	color:#3c77a2;
	font-weight:bold;
	float:left;
    }
.novice{
	font-family:Tahoma;
	font-size:11px;
	color:#757b7f;
	text-decoration:none;
	float:left;
    padding-left:30px;
    padding-right:12px;
    text-align:left;
    }
	


