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

html { font-size: 100%; }
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin:0;
	padding:0;
	background: url(images/meni.png) repeat-y;
 }
#container {
 margin: 0 0 0 0;
 width: 960px;
 height:auto;
 text-align: left;
 
 }
#left-content{
margin:0;
float:left;
width: 344px;
height: auto;
} 
#header{
float: left;
margin: 0;
width: 344px;
height: 178px;
background: url(images/logo-krov.png) no-repeat;
}
#menu-wrapper{
margin:0;
float: left;
width:344px;

background: url(images/meni.png) repeat-y;}
#menu{
margin-top:20px;
float: left;
width:240px;
height:auto;
text-align: right;
background:none;
}

#content{
float:right;
width: 580px;
height: auto;
text-align:left;
}
#naslov{
float:left;
width: 580px;
height: 139px;
 
background: url(images/novi-sjaj.png) no-repeat;
}
#naslov-wraper{
text-align: left;
padding: 90px 0 0 50px;
}
#text{
padding: 65px 10px 0 30px;
float: left;
width: 540px;
height: auto;
text-align: left;
font-family:Arial, Helvetica, sans-serif;
font-size:1.2em;
color: #6b6b6b;
}
.clear {
clear: both;
}
#footer{
margin: 0;
float: left;
width: 940px;
height: 40px;
text-align:right;
padding: 20px 20px 0 0;
color: #9dc737;
}




/*Text*/
.menu a{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:1.5em;
font-weight: bold;
line-height: 2.2em;
color: #9dc737;
text-decoration: none;
}
.menu a:hover{
padding-right:5px;
color: #c8de89;
}
.h1{
font:Verdana, Arial, Helvetica, sans-serif;
font-size: 2em;
font-weight: bold;
color: #9dc737;
}
.h2{
font:Verdana, Arial, Helvetica, sans-serif;
font-size: 1.5em;
font-weight: bold;
color: #9dc737;
}
#text p{
font-size:1.1em;
color: #6b6b6b;
}

#text a {
color:#9dc737;
font-size: 1.1em;
}

a img {
	border: 5px #c8de89 solid;
}

a:hover img {
	border: 5px #9dc737 solid;
}