body{
	background:#fff;
	text-align:center;
	line-height:1.6;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#616161;
}
h1, h2, h3, h4, h5, h6{
	color:#4b4745;
	font-weight:normal;
}
h1{
	font-size:26px;
	margin-bottom:30px;
}
h2{
	font-size:21px;
	margin-bottom:30px;
}
h3{
	font-size:18px;
	margin-bottom:12px;
}
h4{
	font-size:16px;
	margin-bottom:11px;
}
h5{
	font-size:14px;
	margin-bottom:10px;
}
h6{
	font-size:13px;
	margin-bottom:10px;
	margin-top:3px;
	}
a{
	text-decoration:none;
	color:#000;
}
a:hover{
	
	text-decoration:underline;
}
a:active{
	text-decoration:underline;
	}

.container{
	width:940px;
	margin:0 auto;
	text-align:left;
	position:relative;
	overflow:hidden;
}

#header{
	background:url(../images/simply-minimal-header-bg.png) repeat-x;
	height:112px;
	margin-top:0px;
}
#header h1{
	width:330px;
	height:33px;
	margin:45px 0 5px;
}
#header h1 a{
	text-decoration:none;
	font-weight:bold;
}
#header span#slogan{
	font-style:italic;
	color:#000;
	font-size:13px;
	padding-left:170px;
}
#header ul#menu{
	list-style-type:none;
	position:absolute;
	right:0;
	top:42px;
	/*overflow:hidden;*/
	font-size:21px;
}
#header ul#menu li{
	float:left;
}
#header ul#menu li a{
	color:#000;
	/*display:block;*/
	padding:50px 13px;
	text-transform:uppercase;
}
.active{
	text-decoration:underline;
	font-size:24px;
}

#mainForm{
	float:left;
	width:600px;
	font-size:14px;
}

#footer{
	border-top:4px solid #eeedff;
	padding:0px 0 1px;
	margin-top:10px;
}
#footer h6, a{
	color:#aeb3b6;
	text-decoration:none;
}
#footeref{
	border-top:4px solid #eeedff;
	padding:0px 0 1px;
	margin-top:240px;
}
#footeref h6, a{
	color:#aeb3b6;
	text-decoration:none;
}


#text{
	height:380px;
	/*border-bottom:2px solid #efefef;*/
	margin-top:40px;
}
#text #poruke{
	width:470px;
	float:left;
}

#contact{
	width:460px;
	margin:25px 0 0;
	border-radius: 25px;
	border: 1px solid #616161;
	padding: 20px;
}
p.label, p.input{
	float:left;
}
p.label{
	width:80px;
	clear:both;
	color:#7f7e7e;
	font-size:14px;
}
#contact input, #contact textarea{
	width:365px;
	font-size:13px;
	padding:4px;
	margin-bottom:15px;
	color:#797676;
}
#contact input.button{
	font-size:11px;
	width:60px;
}
#okvir1 {
	overflow:hidden;
	border-radius: 25px;
    border: 1px solid #616161;
    padding: 20px;
    width: 420px;
    height: 290px; 
}
#okvir2 {
	overflow:hidden;
	border-radius: 25px;
    border: 1px solid #616161;
    padding: 20px;
    width: 400px;
    height: 300px; 
}
#poruke{
	margin-top:0px;
	padding:0px 0 100px;
}
#poruke  a{
	color:#0e97c9;
	}



