body {
	background: #868686 url("../image/background.jpg") top left repeat-x;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	/*font-size: 0.8em;
	letter-spacing: -0.02em;*/
	font-size: 13px;
    letter-spacing: -0.25px;
    
	border: 0;
	margin: 0;
	padding: 0;
}

ul, li, p, span {
	border: 0;
	margin: 0;
	padding: 0;
}

#main {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

#mainfooter {
    padding-top: 20px;
	clear: both;
	height: 24px;
	background: url("../image/main_footer.jpg") bottom center no-repeat;
}

#header {
	background: #ffffff url("../image/headernew.jpg") top left repeat-x;
	
	height: 98px;
}

div#header ul {
	float: right;
	padding-right: 10px;
	padding-top: 48px;
	list-style: none;
}

div#header li {
	float: left;
	margin-right: 14px;
	padding-left: 2px;
	padding-right: 2px;
}

div#header li a {
	color: #414953;
	text-decoration: none;
}

div#header li:hover {
	border-bottom: 4px solid #519215;
}

div#header li.active {
	border-bottom: 4px solid #519215;
}

div#header p {
	float: left;
	width: 235px;
	height: 43px;
	padding: 30px 0px 0px 20px;
}

div#header p a {
	text-indent: -1000px;
	display: block;
	width: 235px;
	height: 43px;
}

#footer {
	clear: both;
	margin-top: 2px;
	padding-top: 23px;
	width: 980px;
	height: 67px;
	margin-left: auto;
	margin-right: auto;
	
	background: #868686 url("../image/footer.jpg") top center no-repeat;
	
	text-align: center;
	color: #646b73;
	font-size: 0.85em;
	letter-spacing: 0.001em;
}

#footer a {
    color: #646b73;
    text-decoration: none;
}

#footer a:hover, #footer a:active {
    text-decoration: underline;
}


/* kontakt */
p label.kontakt, p span.kontakt {
    float: left;
    width: 200px;
    font-weight: bold;
}

p label.kontakt_wide, p span.kontakt_wide {
	font-weight: bold;
}

div#poslji a {
    float: left;
    width: 65px;
    height: 25px;
    padding-top: 7px;
    
    background: #414953 url("../image/poslji.jpg") top left no-repeat;
    
    text-align: center;
    text-decoration: none;
    color: #ffffff;
}

div#poslji a:hover {
    background: #519215 url("../image/poslji_active.jpg") top left no-repeat;
}

a.subtle {
	/*text-decoration: none;*/
	color: inherit;
}
a.subtle:hover {
	text-decoration: none;
}

a.none {
	color: inherit;
	text-decoration: none;
}
