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: 'Play', 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: #000A90;

}


h2 {
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #000A90;
}

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

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

ul {
	padding-left: 30px;
}

li {
	padding: 5px;
}

body {
	font-size: 18px;
	color: black;
	background-color: white;
	background-image: url('../img/292_pozadi.jpg');
	background-repeat: repeat;
}

a {
	color: #000A90;
	text-decoration: underline;
}

a:hover {
	color: black;
}

.invisible {
	display: none;
}

.cleaner {
	clear: both;
}

.tright {
	text-align: right;
}

#main {
	width: 1000px;
	margin: 0px auto 10px auto;
	background-color: #86CEFF;
-webkit-box-shadow: 0px 0px 16px 10px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 16px 10px rgba(0,0,0,0.75);
box-shadow: 0px 0px 16px 10px rgba(0,0,0,0.75);
}


#header {
	position: relative;
	background-image: url('../img/292_pozadi_hlavicka.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}


#logo {
	padding-left: 50px;
	clear: both;
}

#logo h1 {
	color: #008FFF;
	font-size: 64px;
	padding: 0;
	margin: 0;
	padding-top: 10px;
}

#logo div {
	font-size: 64px;
	margin-top: -30px;
}

#moto {
	font-size: 18px;
	color: #000F97;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}

#menu {
	float: right;
	font-weight: bold;
	color: #000F97;
	margin-left: 30px;
	margin-right: 85px;
}

#menu a {
	text-align: center;
	color: #000F97;
	font-size: 20px;
	padding-bottom: 13px;
	padding-top: 15px;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	width: 168px;
}

#menu a.selected, #menu a:hover {
	color: black;
}



#body {
	padding: 60px;
-webkit-box-shadow: inset 0px 10px 14px 0px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 10px 14px 0px rgba(0,0,0,0.75);
box-shadow: inset 0px 10px 14px 0px rgba(0,0,0,0.75);
}

.boxes {
-webkit-box-shadow: inset 0px 10px 14px 0px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 10px 14px 0px rgba(0,0,0,0.75);
box-shadow: inset 0px 10px 14px 0px rgba(0,0,0,0.75);
padding: 40px;
}

.leftbox1 {
	float: left;
	margin: 20px;
	width: 500px;
}

.rightbox1 {
	float: right;
	margin: 20px;
	width: 340px;
	padding-top: 20px;
}


.leftbox2 {
	float: left;
	margin: 20px;
	width: 340px;
	padding-top: 20px;
}

.leftbox2 p, .leftbox2 .boxtitle {
	text-align: right;
}

.rightbox2 {
	float: right;
	margin: 20px;
	width: 500px;
}


.boxtitle {
	color: #000A90;
	font-weight: bold;
}


#footer {
	background-image: url('../img/292_pozadi_paticka.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	font-size: 14px;
	padding: 5px 40px 50px 40px;
	font-size: 20px;
	font-weight: bold;
}

#map {
	float: right;
}


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

#benefitweb a {
	text-decoration: none;
}


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

#galerie {
	width: 100%;
}

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

#galerie img {
	
}

