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

body {

	margin: 0;
	background: #edeff3 url(slike/bg.png) top repeat-x;
	
}

#top {
	
	width: 100%;
	height: 410px;
	background: #000 url(slike/top_bg.png) repeat-x bottom;
	padding-top: 10px;
	
	
}

h1 {
	
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom: 1px solid #ccc;
	padding-left: 10px;
	
}

#block {
	
	width: 1000px;
	height: 1240px;
	margin: auto;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: -0;
}

#navigation {
	
	width: 200px;
	height: 339px;
	float: left;
	background: #000 transparent 100%;
	text-align: right;
			
}

#navigation a {

	
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 19px;
	color: #fff;
	font-weight: 300;

	letter-spacing: 9px;
	text-decoration: none;
	border-bottom: dashed 1px #999;

}

#navigation a:hover {
	

	font-size: 19px;
	border-bottom: solid 1px #000;
		

}

#header {
	
	width: 796px;
	height: 340px;
	float: right;
	background: #000;
	
}

#content img {
	
	border: solid 1px #ccc;
	margin: 5px;
	
	
}

#content {
	
	width: 786px;
	float: right;
	height: 980px;
	margin-top: 6px;
    background: #F8F8F8 url(slike/contenttop.png) top no-repeat;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	padding: 5px;
	border-bottom: #000 3px solid;


}

#footer {

	clear: both;
	width: 100%;
	height: 158px;
	padding-top: 45px;
	background: #000 url(slike/footerbg.png) repeat-x ;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	font-size: 13px;
}





