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

html, body{
	margin: 0;
	padding: 0;
	background-image:url(slike/header_ozadje.jpg);
	background-repeat: repeat-x;
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
}

#top_header {
	width: 900px;
	height: 112px;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
}

#bottom_header {
	width: 850px;
	height: 200px;
	margin-left:auto;
	margin-right:auto;
}

#vsebina {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	height: 1%; overflow: hidden;
	
}

#vsebina_left {
	width: 570px;
	float: left;
}

#vsebina_right {
	width: 230px;	
	float: right;
}

#top_footer {
	height: 247px;
	width: 100%;
	background-image:url(slike/top_footer_ozadje.jpg);
	background-repeat:repeat-x;
	margin-top: 50px;
}

#bottom_footer {
	width: 100%;
	height: 112px;
	background-image:url(slike/top_header_ozadje.jpg);
	background-repeat: repeat-x;
}
