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

a img {
	border: none;
}

.homeBg {
	background: url(images/home_bg.jpg) no-repeat 0% 0%;
	width: 563px;
	height: 367px;
	margin: 5% auto 0 auto;
}

.homeMeniBox {
	padding: 280px 0 0 335px;
}

.message {
	padding: 300px 0 0 0;
	text-align: center;
	font-size: 18px;
	color: #006633;
}


a {
	color: #CC3300;
}

ul.glavnoMeni, ul.glavnoMeni li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 15px;
}

ul.glavnoMeni li a {
	background: url(images/li_kopce.gif) no-repeat 0px 3px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 0 0 0 20px;
} html>body ul.glavnoMeni li a {
	display: block;
}

ul.glavnoMeni li a:hover {
	color: #591f00;
}

.mainBox {
	background: url(images/bg.jpg) no-repeat 0% 0%;
	width: 780px;
	height: 800px;
	margin: auto auto auto auto;
}

.header {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='images/header.png');
	display: table;;
	width: 100%;
	height: 190px;
	margin: 20px 0 0 0;
}

html>body .header {
	background: url(images/header.png) no-repeat 0px 0px;
}

.siteMeniBox {
	position: absolute;
	z-index: 10;
	margin: 68px 0 0 600px;
}

.mainTab {
	padding: 70px 0 0 0;
} html>body .mainTab {
	padding: 40px 0 0 0;
}


.contentBox {
	padding: 0 50px 0 50px;
	margin: 0 0 0 10px;
}

.about { 
	background: url(images/about.gif) no-repeat 0px 0px; 
}

.program { 
	background: url(images/program.gif) no-repeat 0px 0px; 
}

.supporters { 
	background: url(images/supporters.gif) no-repeat 0px 0px; 
}

.organizers { 
	background: url(images/organizers.gif) no-repeat 0px 0px; 
}

.contact { 
	background: url(images/contact.gif) no-repeat 0px 0px; 
}

.statR {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #333;
}

.statR h3.title {
	font-size: 14px;
	color: #a0740a;
	margin: 0 0 5px 0;
	padding: 0;
}

.c {
	color: #999;
	padding: 50px 0 50px 0;
}

th.lightHead {
	background: #4c4b4a;
	font-weight: bold;
	color: #e8e4d8;
	padding: 3px 0 3px 5px;
}

th.darkHead {
	background: #343330;
	font-weight: bold;
	color: #bdb3b3;
	padding: 3px 0 3px 5px;
}

.granicaTd {
	border-right: 1px dotted #999;
}

h4.data {
	margin: 0 0 3px	0;
	padding: 0 0 0 0;
	color: #a0740a;
	font-size: 11px;
}


ul.programList {
	margin: 0 0 0 0;
}

ul.programList li {
	margin-bottom: 8px;
}

.programDiv {
	margin: 0 0 10px 0;
}

ul.flash {
	padding: 0 0 0 15px;
}

h2.nadNaslov {
	font-size: 22px;
	margin: 0 0 15px 0;
}

.noLinks a {
	color: #000000;
}

.noLinks a:hover {
	text-decoration: none;
}
























