html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: 'Open Sans', sans-serif;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
	font-size: 22px;
	padding-bottom: 20px;
	color: #DB251A;

}


h2 {
	font-size: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
	color: #DB251A;
}

h3 {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #D33623;
}

p {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 150%;
}

ul {
	padding-left: 30px;
}

li {
	padding: 5px;
}

body {
	background-color: white;
	font-size: 14px;
	color: black;
	background-color: #eaeaea;
}

a {
	color: #DB251A;
	text-decoration: underline;
}

.invisible {
	display: none;
}

.cleaner {
	clear: both;
}

#background {
	background-color: #eaeaea;
	background-image: url("../img/276_276_pozadi.jpg");
	background-size: cover;
	position: fixed;
	overflow: auto;
  	top: 0;
  	bottom: 0;
  	left:0;
  	right:0;
}

#main {
	width: 1000px;
	margin: 0px auto 0px auto;
	background-color: white;
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 40px;
}

#header {
	padding-top: 30px;
}


#logo {
	background-image: url('../img/276_logo.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	position: absolute;
	width: 256px;
	height: 152px;
	left: 70px;
	z-index: 100;
}


#menu {
	background-color: #DEDEDE;
	text-align: right;
	margin-bottom: 2px;
}

#menu a {
	padding: 20px 30px;
	display: inline-block;
	text-decoration: none;
	font-size: 18px;
	color: black;
}

#menu a.selected, #menu a:hover {
	background-color: #eaeaea;
}

#banner {
	background-image: url('../img/276_276_banner.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	height: 416px;
	position: relative;
	margin-bottom: 2px;
}

#slogan {
	background-color: #DB251A;
	padding: 20px;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

#body {
	background-color: white;
	padding: 40px;
}

#boxes {
	margin-bottom: 30px;
	margin-top: 30px;
}

.box {
	float: left;
	width: 25%;
	min-height: 330px;
	position: relative;
}

.boxtitle {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 15px;
}

.boxbody {
	padding: 0px 15px;
}

.boximg {
	text-align: center;
}

.boxmore {
	position: absolute;
	bottom: 0px;
	right: 10px;
}

.boxmore a {
	background-color: #DB251A;
	color: white;
	margin-bottom: 20px;
	text-decoration: none;
	padding: 0px 10px;
	font-size: 12px;
}

#footer {
	margin-top: 10px;
	background-color: #DB251A;
	padding: 20px;
	color: white;
	text-align: center;
}


#map {
	float: right;
}


#benefitweb {
	float: right;
	font-size: 11px;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-right: 20px;
	color: #aaa;
}

#benefitweb a {
	color: #555;
	text-decoration: none;
}