
body{
	font: 12px Helvetica; 
	background: url(img/) #000000; 1e232f
	line-height: 20px;
}


#top .greeting {
	height: 37px;
	color: #fb7204;
	font-weight: bold;
	float: right;
}

#my {
	width: 1016px;
	margin: 0px auto;
	background:url(images/main.jpg) 0px repeat-y;
	}
	
#footer{
	height: 68px;
	font-size: 12px;
	color: #666666;
	text-align: center;
	padding: 2px 0px 0px 0px;
	}


.img1 {
background:url(images/info1.png) left 10px no-repeat;}
.img2 {
background:url(images/info2.png) left 10px no-repeat;}
.img3 {
background:url(images/info3.png) left 10px no-repeat;}


#header_wrapper {
	width: 100%;
	margin: 0 auto;
	background: url() repeat-x top;
}

#header {
	width: 990px;
	height: 100px;
	margin: 0 auto;
}

#header  #title {
	float: left;
	padding: 40px 30px 0;
}

#header  #title h1 {
	margin: 0;
	padding: 0;
}

#header  #title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#header  #title h1 a span {
	display: block;
	text-align: left;
	font-size: 14px;
	color: #5f6675;
	font-weight: bold;
	letter-spacing: 2px;
}



#menu {
	float: right;
	height: 45px;
}

#menu ul {
	margin: 0;
	padding: 5px;
	list-style: none;
}

#menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menu ul li a {
	position: relative;
	float: left;
	width: 120px;
	display: block;
	padding: 15px 0 0 0;
	margin-right: 1px;
	text-align: center;
	font-size: 15px;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	outline: none;
}

#menu li a:hover, #menu li .aktivni {
	color: #ffffff;
	border-top: 1px solid #fe6a0a;
}


