/* reset */
*{margin:0; padding:0;}

/* html */
body{
	width:100%;
	background-image:url('../img/body-back.png');
	background-repeat:repeat;
	background-attachment:fixed;
	}

a img{border:none;}
	
#wrapper{
	margin:0 auto;
	overflow:hidden;
	width:980px;
	}

#sjena{
	background-image:url('../img/sjena.png');
	background-repeat:repeat-y;
	background-position: center;
	}
	
#header{
	float:left;
	background-image:url('../img/header-back.png');
	background-repeat:no-repeat;
	width:980px;
	height:150px;
	margin-bottom:15px;
	/*
	border-left:solid 3px #fff;
	border-right:solid 3px #EE2A2A;
	*/
	}

	/* lijevo logo... */
.box-header-content{
	width:723px;
	height:170px;
	margin:0 auto;
	position:relative;
	}
	
.box-header{
	width:33.333%;
	float:left;
	height:65px;
	font-family: 'Monda', sans-serif;
	/*background-color:red;*/
	margin-top:50px;
	}
.box-header p{
	text-align:center;
	font-weight:400; 
	color:#fff;
	font-size:13px;
	text-shadow:1px -1px 1px #000;
	font-style:normal;
	line-height:1.3;
	}
.box-header h1{
	text-align:center;
	font-weight:400;
	font-size:14px;	
	/*color:#c2c2c2;*/
	color:#fff;
	line-height:1.3;
	text-shadow:1px -1px 1px #000;
	}
.box-header span{
	color:#C2C2C2;
	font-size:15px;
	font-weight:700; 
	}

	/* desno tekst... */
.box-header-desno{
	width:327px;
	height:140px;
	float:right;
	}

.clear{
	width:100%;
	height:25px;
	}
	
#content{
	margin:0 auto;
	width:723px;
	min-height:500px;
	background-image:url('../img/content-noise.png');
	background-repeat:repeat;
	}	
.content-sadrzaj{
	padding:20px 10px 15px 15px;
	font-family: 'Monda', sans-serif;
	margin-bottom:0px;
	}
.content-sadrzaj h2{
	color:#EE2A2A;
	font-weight:700;
	font-size:16px;
	padding-bottom:15px;
	text-shadow:-1px 1px 1px #000;
	}
.content-sadrzaj p{
	color:#fff;
	font-weight:400;
	font-size:15px;
	padding:0px 0px 15px 20px;
	line-height:1.3;
	font-style:italic;	
	}
.content-sadrzaj ul{
	list-style-type:none;
	margin-bottom:20px;
	margin-left:40px;
	}
.content-sadrzaj li{
	padding-left: 30px;
	color:#fff;
	line-height:2.0;
	font-weight:400;
	font-size:15px;
	font-style:normal;
	background-image:url('../img/li-icon.png');
	background-repeat:no-repeat;
	background-position:10px 12px;
	}
.content-sadrzaj span{
	font-weight:700;
	}
.content-sadrzaj a{
	color:#EE2A2A;
	text-decoration:none;
	font-weight:700;
	text-shadow:1px 1px 1px #000;
		}
.content-clear{
	float:left;
	width:80%;
	height:3px;
	border-bottom:dotted 1px #c2c2c2;
	}

	/* galerija slika content */
.galerija{padding-bottom:20px;}
.galerija img{margin-left:15px; margin-top:7px; border:double 2px #18191A; padding:3px;}


	/* footer */
#footer{
	float:left;
	background-image:url('../img/footer-back.png');
	background-repeat:no-repeat;
	width:980px;
	height:102px;
	clear:both;
	font-family: 'Arial', sans-serif;
	color:#EE2A2A;
	font-size:11px;
	line-height:1.4;
	text-shadow:1px 1px 1px #000;
	margin-top:0px;
	}

.box-footer-content{
	width:723px;
	position:relative;
	margin:0 auto;
}
	
.box-footer{
	width:33.333%;
	height:85px;
	float:left;
	padding-top:10px;
	font-style:italic;
	text-align:center;
	margin-top:5px;
	/*background-color:green;*/
	}
.box-footer span{color:#C2C2C2; font-size:12px;}