* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
}
body {
	background-color: #979581;
	color: #8c8c8c;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 70%;
}


/* HOME PAGE */
#center {
	width:400px;
	height:337px; 
	position:absolute; 
	top:50%; 
	left:50%; 
	margin:-200px auto auto -168px; 
}
#center ul {
	float: right;
	list-style-type: none;
	line-height: 13em;
}
#center li a {
	display: block;
	text-align: center;
	margin-bottom: 10px;
	color: #8B8B8B;
	background-color: #fff;
	line-height: 57px;
	width: 57px;
}
#center li a:HOVER {
	background-color: #36a536;
	color: #fff;
}
.copy {
	float:left;
	font-size:0.9em;
	color: #dfdfde;
	background-color: inherit;
}
.copy a {
	color: #dfdfde;
	background-color: inherit;
}
.copy a:HOVER {
	text-decoration: none;
	color: #fff;
	background-color: #36a536;
}
/* TEXT FORMATIN' ELEMNTS */
h1 {
	font-size: 1.2em;
	color: #5a5a5a;
	margin-bottom: 1em;
}
h2 {
	font-size: 1em;
	color: #5a5a5a;
	margin-bottom: 1em;
}
p {
	margin-bottom: 1.5em;
	line-height: 1.3em;
	text-align: justify;
}
p a {
	text-decoration: underline;
}
p a:hover {
	color: #fff;
	background-color: #64a842;
	text-decoration: none;
}
a {
	color: #8c8c8c;
}
strong {
	color: #5a5a5a;
	line-height: 1.3em;
}
sup {
	font-size: 0.7em;
	color: #64a842;
	margin: 0 0.1em;
	font-style: normal;
	vertical-align: top;
}
em {
	color: #64a842;
	font-style:normal;
}

/* SITE ELEMENTS */

#pag {
	background-color: #fff;
	width: 480px;
	padding: 25px 55px;
	position: absolute;
	left:50%; 
	margin:20px auto 20px -295px;
}
#menu {
	float: left;
}
#menu ul {
	list-style-type: none;
	font-size: 1.2em;
}
#menu li {
	margin-bottom: 0.3em;
}
#menu li a {
	display: block;
	width: 120px;
}
#menu li a:hover {
	background-color: #64a842;
	color: #fff;
	padding-left: 2px;
}
#cont {
	width: 330px;
	float: right;
	text-align: left;
}
.sponzori {
	list-style-type: none;
	height: 50px;
	margin: 20px 0 0 0;
}
.sponzori li {
	display: inline;
	margin-right: 15px;
}

.copy1 {
	background-color: #979581;
	clear:both;
	position: relative;
	left: -55px;
	top: 40px;
	color: #dfdfde;
	display: block;
}
.copy2 {
	position: relative;
	left: 50%;
	width: 590px;
	margin: 10px auto auto -295px;
}
.odbori {
	float: left;
	width: 155px;
}
.vrh {
	background-image: url(img/vrhbg.gif);
	text-align: right;
	width: 100%;
	margin: 15px 0 20px;
}
.download {
	width: 100%;
	background-color: #DCDCDC;
	margin-top: 3em;
	line-height: 30px;
	text-align: center;
}
.download a {
	display: block;
	width: 100%;
	height: 30px;
	
}
.download a:hover {
	background-color: #36a536;
	color: #fff;
}
.fus {
	margin-bottom:2.5em;
	font-size: 0.9em;
}
#langa {
	position: absolute;
	left: 50%;
	width: 30px;
	line-height: 30px;
	margin: 20px 0 0 300px;
	text-align: center;
}
#langa a {
	display: block;
	width: 30px;
	height: 30px;
	background-color: #fff;
}
#langa a:hover {
	background-color: #36a536;
	color: #fff;
}

/* form elements */
input {
	padding: 1px 2px 0;
	margin-right: 10px;
	height: 14px;
	width: 215px;
	border: 1px solid #c8c8c8;
	color: #8c8c8c;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
form ul {
	list-style-type: none;
	margin-bottom: 4em;
}
form li {
	margin-bottom: 0.5em;
}
.radio {
	margin: 0 2px 0 8px;
	width: auto;
	border: none;
}
.zend {
	width: auto;
	height: auto;
	margin-top: 2em;
}
