/* engage-moto.com - Dizajn */

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

a{
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
}

p{
	padding-left: 20px;
}

a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#stranica_okvir{
	margin: 0px;
	width: 100%;
	text-align: center;
	background: url('gwsm_images/poz_stranica.gif') no-repeat top center;
}

#stranica{
	margin: 0px auto;
	width: 800px;
	text-align: left;
}

#header{
	width: 800px;
	height: 50px;
	background: url('gwsm_images/pozadina_header.jpg') no-repeat top left;
	line-height: 50px;
}

#header a{
	display: block;
	height: 50px;
	width: 159px;
	text-align: center;
	line-height: 50px;
	float: left;
}

#gore_linkovi{background: #000000; line-height: 20px; color: #FFFFFF; padding: 0px 15px; text-align: right;}

#gore_linkovi a{ color: #CCCCCC; font-weight: normal;}

#gore_linkovi a:hover{ color: #FFFFFF;}

#gore_linkovi_dva{background: #000000; line-height: 20px; color: #FFFFFF; padding: 0px 15px; text-align: left;}

#gore_linkovi_dva a{ color: #CCCCCC; font-weight: normal;}

#gore_linkovi_dva a:hover{ color: #FFFFFF;}

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

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

.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;
}

.bijeli{
	color: #FFFFFF;
}

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

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

.tekst ul{
	margin-top: 15px;
	margin-bottom: 15px;
	list-style: circle;
	padding-left: 20px;
}

.tekst ul li{
	margin: 5px;

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