/* body */

body{
	/*background-color: #272b2e;*/
	background-color: #000000;
	margin: 0 auto;	
	
	text-align: left;
	font-family: Verdana;
	font-size : 10px;
	line-height: 19px;
	color: silver;
}

h1{
color: silver;
font-size:16px;
font-weight: normal;
font-style: italic;
border-bottom: 1px solid grey;
width: 220px;
}

h2{
color:silver;
font-size:14px;
font-weight: bold;
font-style: italic;
width: 220px;
}

a{
text-decoration: none;
color: silver;
}

a img{
border: none;
}

h1 a:hover{
color: grey;
}

img.naslovna{
	padding:4px;
	float:left;
}

.clear {
	clear:both;
}

#container{
	width: 960px;
	/*min-height: 500px;*/
	margin: 0px auto;
	background: url(../images/body_bg.png);
	background-position: center top;
	background-repeat: repeat-x;
}


/* header */

#header
{
	position: relative;
	width: 960px;
	height: 176px;
	text-align: center;
	margin: 0px;	
	background-image: url('../images/header_bg.png');
	background-repeat: no-repeat;	
}

/*
#header #logo
{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;	
	width: 520px;
	height: 175px;
}
*/

#header #mainmenu
{
	margin-left: 0px;
	width : 960px;
	height: 52px;
	text-align: center;
	font-family: Verdana;
	font-size : 12px;
	line-height: 14px;
}

/* MENU */

#mainmenu {
	float: left;
	margin-top: 175px;
	cursor: pointer;
}

.menu{
	background-image: url(../images/menuitem.png);
	background-position: top center;
	background-repeat:repeat-x;
	width: 960px;
	height: 48px;
	color: silver;
}

.menu ul{
	margin:0 132px 0 0;
	padding: 8px 0 0 0;
	text-align: right; //set value to "left", "center", or "right"*/
}

.menu ul li{
display: inline;
}

.menu ul li a{
color: silver;
text-decoration: none;
text-transform: upercase;
font-size: 11px;
margin:0 0 0 93px; /*spacing between each menu link*/
}

.menu ul li a:hover{
	padding: 8px 0 0 0;
}


/*content*/
#content{
	margin-top: 56px;
	width: 960px;
	height:915px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/drvo.png);
	background-position: 10px 285px;
	background-repeat: no-repeat;
}

/*slide*/
#slide{
	margin-top: 0px;
	width: 960px;
	height: 263px;
	margin-left: auto;
	margin-right: auto;
}

/*slide*/
#page{
	margin-top: 50px;
	width: 958px;
	margin-left: auto;
	margin-right: auto;
}

.col{
margin-top: 20px;
height: 440px;
}

.col1{
width: 302px;
float: left;
margin: 0 4px;
padding: 0 3px;
/*border-right: 1px solid grey;*/
height: 440px;
}
.col2{
width: 302px;
float: left;
margin: 0 4px;
padding: 0 3px;
/*border-right: 1px solid grey;*/
height: 440px;
}
.col3{
width: 302px;
float: left;
margin: 0 4px;
padding: 0 3px;
height: 440px;
}

.col_pr{
margin-top: 20px;
}

.col_pr1{
width: 604px;
float: left;
margin: 0 4px;
padding: 0 3px;
/*border-right: 1px solid grey;*/
}

.col_pr2{
width: 302px;
float: left;
margin: 0 4px;
padding: 0 3px;
}

#footer
{
	float:left;
	width: 940px;
	margin:0 auto;
	text-align: center;
}

.kontakt {
	font-size: 12px;
}