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: Times new roman;
}

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

h1 {
	font-size: 22px;
	padding-bottom: 20px;
	color: white;
	font-family:Times new roman;
	font-weight: normal;
}


h2 {
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-weight: normal;
	color: white;
	font-family:Times new roman;
}

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

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: white;
	background-repeat: repeat-x;
	background-position: top center;
}

a {
	color: white;
	text-decoration: underline;
}


.invisible {
	display: none;
}

.cleaner {
	clear: both;
}

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

#header {
	position: relative;
	min-width: 1036px;
}

#header ul {
	position: absolute;
	top: 10px;
	left: 300px;
	width: 500px;
}

#header li {
	font-family:Times new roman;
	line-height: 18px;
	font-size: 24px;
}

#mainBody ul {
	position: relative;
    left: 0;
    top: 0;
    width: 956px;
}

#mainBody li {
    font-size: 16px;
}

#logo {
    padding: 10px 0;
	width: 1036px;
	margin: 0px auto 0px auto;
	height: 125px;	
}

#logo_wrapper {
	background-image: url('../img/header_pozadi.jpg');
	background-repeat: repeat-x;
	background-position: top center;
}

#logo h1{   
	float:left; 
	font-size: 30px;
    text-align: center;
	color: black;
	padding: 10px 0 0 20px;
    font-weight: bold;
	margin: 0;
}

#logo img{  
	float:left;
	padding: 0 0 0 50px;
	margin: 0;
}

#title{	
}

#myCarousel{	
	width: 1036px;
	margin: 0px auto 10px auto;
}


#menu {
	text-align: left;	
	width: 1036px;
    padding-left: 50px;
	margin: 0px auto 0px auto;
	
	
}

#menu a {
	color: black;
	display: inline-block;
	padding: 15px 45px 0px 5px;
	font-size: 20px;
    font-weight: bold;
	text-decoration: none;
}

#menu a.selected, #menu a:hover {
	color: white;
    font-weight: normal;
}

#banner {
	background-image: url('../img/pozadi_ban.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #ec0000;	
	position: relative;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	font-size: 20px;
	text-align: center;
	height: 250px;
	margin-bottom: 230px;
}

#myCarousel {
    position:relative;
}

#slideText {
    position:absolute;
    font-weight: bold;
    top: 100px;
    left: 618px;
    width: 400px;
    padding: 20px;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-topleft: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}


#mainBody {    
	width: 1000px;
	margin: 0px auto 10px auto;
	background-color: #ec0000;
	margin-top: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	padding: 40px 40px 10px 40px;
	margin-bottom: 20px;
	color: white;
}

#boxes {
	padding-top: 10px;
	padding-bottom: 20px;
}

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

#box1, #box2, #box3 {
	background-color: #cdcdcd;
	background-image: url('../img/pozadi_box.jpg');
	background-repeat: repeat-x;
	background-position: top center;	
    min-height: 473px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 20px 1px rgba(0,0,0,1);
	-moz-box-shadow: 1px 1px 20px 1px rgba(0,0,0,1);
	box-shadow: 1px 1px 20px 1px rgba(0,0,0,1);
}

#box1 {
	margin-right: 10px;

}

#box2 {
	margin-right: 5px;
	margin-left: 5px;
}

#box3 {
	margin-left: 10px;
}

.box .boximg {
	text-align: center;
}

.box .boximg img {
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
}

.box .boxtitle {
    font-weight: bold;
	padding: 15px;
	margin: 0 20px;
	color: white;
	text-align: center;
	font-size: 18px;
}

.box .boxtext {
	padding: 25px;
    font-weight: bold;
	color: black;
}

#footer {
    height: 30px;
    text-align: center;
	background-image: url('../img/header_pozadi.jpg');
	background-repeat: repeat-x;
	background-position: top center;
    font-weight: bold;
	padding: 5px 20px;
	color: black;
	background-color: #1d1d1d;
}

#footer .smalldot {                             
	padding-left: 20px;
	padding-right: 20px;
}

#footer2 {
    height: 30px;
	background-image: url('../img/header_pozadi.jpg');
	background-repeat: repeat-x;
	background-position: top center;
    font-weight: bold;
	padding: 5px 20px;
    margin: 0 -40px;
	color: black;
	background-color: #1d1d1d;
}

#footer2 .smalldot {
	padding-left: 20px;
	padding-right: 20px;
}


#ftleft {
	float: left;
    padding: 0 65px;
}

#ftright {
	float:right;
}


#map {
	float: right;
    padding-bottom: 35px;
}


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

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



#galerie {
	width: 100%;
}

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

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