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: "Arial", 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: #102FE1;

}


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

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

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

ul {
	padding-left: 30px;
}

li {
	padding: 5px;
}

body {
	font-size: 16px;
	color: black;
	background-color: #E5E5E5;
	background-image: url("../img/pozadi.png");
	background-repeat: repeat-x;
}

a {
	color: #102FE1;
	text-decoration: underline;
}

a:hover {
	color: black;
}

.invisible {
	display: none;
}

.cleaner {
	clear: both;
}

.tright {
	text-align: right;
}

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


#logo {
	margin-top: 60px;
}



#header {
	width: 1000px;
	margin: 0px auto 0px auto;
}


#menu {
	margin-top: 4px;
	text-align: right;
}

#menu a {
	text-transform: uppercase;
	font-size: 18px;
	padding-bottom: 13px;
	padding-top: 13px;
	padding-left: 30px;
	padding-right: 30px;
	display: inline-block;
	color: white;
	text-decoration: none;
	border-left: 1px solid #0721AC;

}

#menu a.selected, #menu a:hover {
	color: black;
	background-image: url('../img/348_menu_oznaceni_prechod.jpg');
	background-repeat: repeat-x;
	background-position: top center;

}

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

#banner .carousel img {
	margin: auto;

}


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

#boxes {
	background-image: url('../img/465_pozadi_boxy.jpg');
	background-repeat: repeat-x;
	margin-top: 20px;
}


.box {
	float: left;
	width: 25%;
	padding-right: 5px;
	padding-left: 5px;
	font-family: 
}

.boxtitle {
	padding-left: 70px;
	padding-top: 3px;
	color: white;
	font-weight: bold;
	min-height: 50px;
}

.boxtext {
	padding: 10px;
	font-size: 14px;
	text-align: justify;
}

#box1 .boxtitle {
	background-image: url('../img/465_icon_box1.png');
	background-repeat: no-repeat;
	background-position: left center;
}

#box2 .boxtitle {
	background-image: url('../img/465_icon_box2.png');
	background-repeat: no-repeat;
	background-position: left center;
}

#box3 .boxtitle {
	background-image: url('../img/465_icon_box3.png');
	background-repeat: no-repeat;
	background-position: left center;
}

#box4 .boxtitle {
	background-image: url('../img/465_icon_box4.png');
	background-repeat: no-repeat;
	background-position: left center;
}

#footer {
	padding: 15px 50px;
	color: white;
	background-color: #8E8E8E;
}


#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;
}