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: 'Exo', sans-serif;
}

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

h1 {
	font-size: 28px;
	padding-bottom: 20px;
	color: #8D2A00;

}


h2 {
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	color: black;
}

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

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

ul {
	padding-left: 30px;
	padding-bottom: 20px;
}

li {
	padding: 5px;
}

body {
	font-size: 16px;
	color: black;
	background-color: white;
	background-image: url("../img/pozadi.jpg");
	background-attachment: fixed;
	background-position: top center;
	background-size: cover;
}

a {
	color: #7b2e00;
	text-decoration: underline;
}

a:hover {
	color: black;
}

.invisible {
	display: none;
}

.cleaner {
	clear: both;
}

.tright {
	text-align: right;
}

#main {
	width: 1000px;
	margin: 0px auto 20px auto;

}

#menu {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #7b2e00;
}

#menu a {
	text-decoration: none;
	padding: 10px 30px;
	color: white;
}

#menu a.selected {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

#menu a:hover {
	color: white;
	text-decoration: underline;
}

#logo {
	margin-top: 20px;
	text-align: center;
}

.small {
font-size: 12px;
}

#logo h1 {
	color: white;
	text-align: center;
	font-size: 30px;
	padding: 0;
}

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

#banner {
	position: relative;
	width: 960px;
	height: 400px;
	background-image: url("../img/ban.jpg");	
}

#moto {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 960px;
	background-color: #7b2e00;
	background:rgba(141,42,0,0.7);
	color: white;
	padding: 10px 20px;
	text-align: center;
}


#body {
	padding: 40px 60px;
	

}

#boxes {
	margin-top: 10px;
}

.box {
	float: left;
	width: 50%;
	margin-top: 20px;
}

.boximg-l {
	float: left;
}

.boxtitle-l {
	margin: 0px 20px 0px 300px;
	padding-bottom: 5px;
	border-bottom: 3px solid #7b2e00;
}

.boxbody-l {
	margin-left: 280px;
	padding: 10px 20px 0px 20px;
	font-size: 12px;
}


.boximg-r {
	float: right;
	margin-right: 20px;
}

.boxtitle-r {
	margin: 0px 320px 0px 0px;
	padding-bottom: 5px;
	border-bottom: 3px solid #7b2e00;
}

.boxbody-r {
	padding: 10px 310px 0px 0px;
	font-size: 12px;
}



#footer {
	margin-top: 20px;
	padding: 10px 20px;
	color: white;
	background-color: #7b2e00;
}


#map {
	float: right;
}


#benefitweb {
	width: 1000px;
	margin: 10px auto;
	padding-right: 20px;
	text-align: right;
}




.ki {
	font-style: italic;
	font-size: 14px;
}

#galerie {
	width: 100%;
}

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

#galerie img {
  border: 1px solid black;
}