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: 'Alegreya Sans', 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: red;

}


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

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

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.png');
	background-repeat: repeat-x;
}

a {
	color: red;
	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;
}


#header {
	width: 1000px;
	margin: 0px auto 0px auto;
	background-image: url('../img/370_pozadi_menu.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	height: 108px;
	position: relative;
}


#logo {
	padding-left: 50px;
	float: left;
}

#logo h1 {
	
	font-size: 46px;
	color: black;
	padding: 0;
	margin: 0;
	padding-top: 15px;
}

#logo div {
	font-size: 28px;
	font-weight: bold;
}

#menu {
	float: right;
}

#menu a {
	font-size: 18px;
	padding-bottom: 13px;
	padding-top: 80px;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

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

#tel {
	position: absolute;
	right: 0px;
	top: 20px;
	font-size: 25px;
	color: black;
}

#banner {

	margin-top: 22px;

}


#body {
	padding: 60px;
}

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

.box {
	float: left;
	width: 33.33%
}

#box1 {
	background-image: url('../img/414_box_1.jpg'), url('../img/box.png');
	background-repeat: no-repeat, repeat-x;
	background-position: top center, bottom center;
	width: 318px;
}

#box2 {
	background-image: url('../img/414_box_2.jpg'), url('../img/box.png');
	background-repeat: no-repeat, repeat-x;
	background-position: top center, bottom center;
	width: 318px;
	margin: auto;
}

#box3 {
	background-image: url('../img/414_box_3.jpg'), url('../img/box.png');
	background-repeat: no-repeat, repeat-x;
	background-position: top center, bottom center;
	width: 318px;
	float: right;
}

.boxtitle {
	background-color: rgba(255,0,0,0.5);
	padding: 10px 20px;
	display: inline-block;
	margin-top: 20px;
	color: white;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 100px;
}

.boxbody {
	padding: 20px 20px;
}


#footer {
background-color: #3BC300;
padding: 10px 40px 10px 40px;
text-align: right;
}

#footer div {
	float: left;
}

#map {
	float: right;
}


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

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


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

#galerie {
	width: 100%;
}

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

#galerie img {
	
}


.guestbookform {
	border: 1px solid #FE6A00;
	padding: 20px;
	width: 600px;
	background-color: #FEF2E6;
	margin-bottom: 20px;
}

.gbitem {
	border-top: 1px solid #FE6A00;
	padding: 20px;
}

.gbitem2 {
	padding-left: 30px;
	padding-top: 20px;
	font-style: italic;
}

.gbitem:nth-child(2N+1) {
	background-color: #FEF2E6;
}

.gbname {
	font-weight: bold;
}

.gbdate {
	float: right;
	font-size: 12px;
}

.gbcontent {
	padding: 10px 0;
}

input, textarea {
	border: 1px solid #FE6A00;
}