/* Dizajn */

body{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a{
	font-weight: normal;
	text-decoration: none;
	color:#CC0000;
}

a:hover{
	font-weight: normal;
	text-decoration: none;
	color: #000033;
}


#stranica_okvir{
	margin: 0px;
	width: 100%;
}

#stranica{
	margin: 0px auto;
	width: 980px;
	background: #CCC;
}

#stranica #gore{
	width: 960px;
	height: 26px;
	background: #AAA;
	clear: both;
	padding-right: 20px;
	line-height: 26px;
	color:#000;
}

#stranica #gore a{color: #fff;}
#stranica #gore a:hover{color: #0099FF;}

#stranica #header{
	width: 980px;
	height: 82px;
	clear: both;
	background-color:#EEE;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}

#stranica #horizontalni_meni{
	height:20px;
	background-color:#ABCDEF;
}


#stranica #sadrzaj{
	width: 980px;
	clear: both;
	background-color:#FFF;
	padding-bottom: 30px;
	font-size: 12px;
	line-height: 18px;
}

#stranica #sadrzaj a{
	color: #0099CC;
	font-weight: normal;
}

#stranica #sadrzaj a:hover{
	color: #CC0000;
}

#stranica #sadrzaj #side1{
	width: 278px;
	height:100px;
	margin: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	float: left;
	color: #000;
	font-size: 11px;
	line-height: 14px;
	text-align: justify;
	background-color:#DDD;
}

#stranica #sadrzaj #side1 #vertikalni_meni{
	height:60px;
}



#stranica #sadrzaj #glavno{
	width: 525px;
	margin: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	float: left;
	color: #000;
	text-align: justify;
}

#stranica #sadrzaj #glavno .okvir{
	padding: 10px;
}


#stranica #sadrzaj #glavno .okvir .crumbs{
	font-size: 10px;
	line-height: 25px;
	color: #000;
	font-weight: bold;
	margin-top: 15px;
	border-bottom: 0px;
}

#stranica #sadrzaj #glavno .okvir .crumbs a{
	color: #003399;
}

#stranica #sadrzaj #glavno .okvir .crumbs a:hover{
	color: #DDD;
}

#stranica #sadrzaj #glavno .okvir .naslov{
	font-size: 14px;
	line-height: 25px;
	color: #000;
	font-weight: bold;
	margin-top: 15px;
	border-bottom: 0px;
}


#stranica #sadrzaj #glavno .okvir .tekst{
	color: #000;
	margin-top: 10px;
}

#stranica #sadrzaj #glavno .okvir .tekst a{
	color: #003399;
}

#stranica #sadrzaj #glavno .okvir .tekst a:hover{
	color: #000033;
}


#stranica #sadrzaj #side2{
	width: 150px;
	margin: 0px;
	margin-left: 15px;
	margin-top: 0px;
	padding: 0px;
	float: left;
	color: #000;
	font-size: 11px;
	line-height: 14px;
	text-align: justify;
}

#nadfooter{
	width: 100%;
}

#footer{
	width: 980px;
	height: 54px;
	margin: 0px auto;
	clear: both;
	line-height: 55px;
	vertical-align: bottom;
	color: #000;
	text-align: center;
	padding-top: 10px;
	background: url('gwsm_images/footer.gif') no-repeat top left;
}

#footer a{color: #CC0000;}
#footer a:hover{color: #0066CC;}



/************************clearfix****************************************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}

.clearfix {display:inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
