/* Dravski-motiv.com - Dizajn */

body{
	margin: 0px;
	background: #07002f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

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

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

p{
	margin-bottom: 5px;
}

#stranica_okvir{
	margin: 0px;
	background: url('gwsm_images/poz_veeeelika.jpg') repeat-x top left;
	width: 100%;
}

#stranica{
	margin: 0px auto;
	width: 960px;
	background: none;
}

#stranica #gore{
	width: 960px;
	height: 36px;
	background: url('gwsm_images/gore_poz.png') top right no-repeat;
	clear: both;
	color: #CCCCCC;
}

#stranica #gore a{
	color: #FFFFFF;
	font-weight: bold;
}

#stranica #gore a:hover{
	color: #00FF00;
	font-weight: bold;
}

#stranica #header{
	width: 960px;
	height: 310px;
	background: none;
	clear: both;
}

#stranica #prijelaz{
	width: 960px;
	height: 21px;
	background: url('gwsm_images/prijelaz.gif') top right no-repeat;
	clear: both;
}

#stranica #sadrzaj{
	width: 960px;
	background: url('gwsm_images/poz_stranica.gif') top right repeat-y;
}

#stranica #sadrzaj #lijevo{
	width: 270px;
	margin: 0px;
	margin-left: 9px;
	padding: 0px;
	float: left;
	color: #FFFFFF;
}

#stranica #sadrzaj #lijevo .okvir{
	margin-top: 0px;
	padding-top: 0px;
}

#stranica #sadrzaj #lijevo .naslov{
	border-bottom: #666666 dashed 1px;
	width: 255px;
	font-size: 14px;
	line-height: 18px;
	padding: 0px 3px;
}

#stranica #sadrzaj #desno{
	width: 681px;
	margin: 0px;
	padding: 0px;
	float: left;
	color: #FFFFFF;
}

#stranica #sadrzaj #desno .okvir{
	padding: 10px 30px 10px 50px;
}

#stranica #sadrzaj #desno .meni{
	margin-bottom: 30px;
}

#stranica #sadrzaj #desno .meni ul li{
	display: block;
	float: left;
	padding: 5px 10px;
	line-height: 18px;
	background: url('gwsm_images/poz_link.gif') bottom left repeat-x;
	border-bottom: #009900 1px solid;
	margin-right: 10px;
}

#stranica #sadrzaj #desno .meni ul li a{
	color: #FFFFFF;
}

#stranica #sadrzaj #desno .meni ul li a:hover{
	color: #CCCCCC;
}

#stranica #sadrzaj #desno .tekst_l{
	width: 400px;
	float: left;
}

#stranica #sadrzaj #desno .tekst_d{
	width: 180px;
	margin-left: 20px;
	float: left;
}

#stranica #sadrzaj #desno .tekst_d .tekst img{
	padding: 10px;
}

#stranica #sadrzaj #desno .tekst_d ul{
	margin-bottom: 15px;
}

#stranica #sadrzaj #desno .tekst_d ul li{
	display: block;
	line-height: 20px;
	border-bottom: #006600 1px dotted;
}

#stranica #sadrzaj #desno .tekst_d ul li a{
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 15px;
}

#stranica #sadrzaj #desno .tekst_d ul li a:hover{
	font-weight: bold;
	color: #FFF;
	background: #666666;
	padding-left: 15px;
}

#stranica #prijelaz_dole{
	width: 960px;
	height: 25px;
	background: url('gwsm_images/prijelaz_dole.gif') no-repeat top left;
	clear: both;
}
#nadfooter{
	width: 100%;
	padding-top: 0px;
	border-top: 10px solid #1b1b1b;
	background: #333333;
	margin: 0px auto;
	clear: both;
}
#nadfooter #footer{
	width: 960px;
	height: 42px;
	margin: 0px auto;
	clear: both;
	line-height: 40px;
	vertical-align: bottom;
	color: #999999;
	text-align: center;
}

/************************tekstovi****************************************/

.okvir{
	padding: 10px;
}

.naslov{
	display: block;
	padding: 5px 0px 5px 5px;
	margin-bottom: 5px;
	margin-top: 10px;
	font-family: "Trebuchet MS", Trebuchet, Geneva, Arial, Helvetica, sans-serif;
	border-bottom: #009900 1px dashed;
	line-height: 20px;
	font-size: 18px;
}

.tekst{
	text-align: justify;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 20px;
}

.tekst p{
	margin-bottom: 10px;
}

.tekst img{
	float: left;
	padding: 2px;
	margin: 0px 5px 5px 0px;
	border: #666666 1px solid;
}


/************************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 */

/********* CLEARFIX ALTERNATIVE ************/
.clear {
 display:inline-block;
}
.clear:after {
 display:block; 
 visibility:hidden; 
 clear:both; 
 height:0; 
 content: "."; 
}