@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #8B7967;
	background-image: url('gwsm_images/bg.png');
	background-repeat: repeat-x;
	background-color: #1A1717;
}

.tekst {
	margin-bottom: 15px;
	line-height: 18px;
	margin-top: 0px;
	color: #CCCCCC;
	text-align: justify;
}

.naslov{
	line-height: 25px;
	font-size: 16px;
	border-bottom: #FFFF33 1px solid;
	margin-bottom: 15px;
	margin-top: 15px;
	font-weight: bold;
	display: block;
}

a {
	color: #F9D60F;
}

a:hover {
	color: #FF9900;
	text-decoration: none;
}

.tekst img{
	float: left;
	padding: 5px;
	border: #FFCC00 1px solid;
	margin: 5px 10px 5px 10px;
}

.galerija_lightbox img{
	float: left;
	padding: 5px;
	border: #FFCC00 1px solid;
	margin: 5px 10px 5px 10px;
	width: 144px;
	height: 110px;
	overflow: hidden; 
}

.tekst ul{
	margin-top: 15px;
	margin-bottom: 15px;
	list-style: circle;
	margin-left: 0px;
	padding-left: 50px;
	display: block;
}

.tekst ul li{
	margin: 5px;
}

.tekst ol{
	margin-top: 15px;
	margin-bottom: 15px;
	list-style: decimal;
	margin-left: 0px;
	padding-left: 50px;
	display: block;
}

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