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: 'Josefin 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: 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid #2B743C;
	color: black;
	font-weight: bold;

}


h2 {
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #2B743C;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #2B743C;
	font-weight: bold;
}

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

ul {
	padding-left: 30px;
}

li {
	padding: 5px;
}

body {
	background-color: #FCF9EA;
	font-size: 18px;
	color: black;
	background-image: url('../img/455_pozadi.png');
	background-repeat: repeat-x;
	background-position: bottom center;
	bottom:0;
}

a {
	color: #2B743C;
	text-decoration: underline;
}

.invisible {
	display: none;
}

.cleaner {
	clear: both;
}

#main {
	width: 1000px;
	margin: 10px auto 20px auto;
	position: relative;
}


#logo {
	background-image: url('../img/264_logo_strom.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 180px;
	height: 111px;
}

#header {
}

#hd_info {
	font-size: 22px;
	padding: 10px;
	line-height: 22px;
	margin-top: -35px;
}

#logo h1 {
	color: black;
	font-size: 50px;
	font-weight: bold;
	padding-top: 30px;
	border: 0;
	padding-bottom: 0;
	padding-right: 40px;
	text-align: right;
}

#logo h1 span {
	font-weight: bold;
}

#imglogo {
	position: absolute;
	top: 0px;
	left: 40px;
	z-index: 100;
}

#menu {
	background-color: #8EC63F;
	font-size: 20px;
	text-align: right;
}

#menu a {
	display: inline-block;
	text-decoration: none;
	padding: 10px 20px 5px 20px;
	color: black;
}

#menu a.selected {
	font-weight: bold;
}

#menu a:hover {
	color: white;
}

#banner {
	margin-top: 20px;
	background-color: white;
	padding: 20px;
}

.carousel {
	width: 960px;
	height: 400px;
	margin: auto;
}

#image {
	position: relative;
}

#slogan {
	position: absolute;
	z-index: 10;
	left: 0px;
	bottom: 0px;
	height: 60px;
	width: 960px;
	background-color: rgba(142, 198, 63, 0.75);
	padding: 5px 20px;
	text-align: center;
}


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

#boxes {
	background-color: white;
	padding: 0px 40px 20px 40px;
}


#box1 {
	float: left;
	width: 44%;
	padding-right: 20px;
}

#box2 {
	float: left;
	width: 26%;
	padding-right: 20px;
}

#box3 {
	float: left;
	width: 30%
}

.boxtitle {
	font-size: 22px;
	border-bottom: 2px solid #8EC63F;
}

.boximg {
	padding: 10px 0;
}

.boxbody {
	padding: 10px;
}


#footer {
	margin-top: 20px;
	background-color: #8EC63F;
	padding: 10px 40px;
}


#map {
	float: right;
}


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

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


#galerie {
	width: 100%;
}

#galerie td {
	text-align: center;
	padding: 10px;
}

#galerie img {
	border: 4px solid #8EC63F;
}