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: 'PT 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: #fff;

}

h2 {
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #FE5F00;
}

h3 {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FE5F00;
}

p {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 150%;
}

ul {
	padding-left: 30px;
	padding-bottom: 20px;
}

li {
	padding: 5px;
}

body {
	font-size: 14px;
	color: #fff;
	background-color: white;
	background-image: url("../img/pozadi.jpg");
	background-attachment: fixed;
	background-position: top center;
	background-size: cover;
}

a {
	color: #FE5F00;
	text-decoration: underline;
}

a:hover {
	color: black;
}

.invisible {
	display: none;
}

.cleaner {
	clear: both;
}

.tright {
	text-align: right;
}

#main {
	width: 1000px;
	background-color: #000;
	margin: 0px auto 20px auto;
    
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


#header {
	width: 1000px;
	background-color: #000;
    padding: 20px;
	margin: 0px auto 0px auto;
}


#logo {
    min-height: 50px;
}

#logo h1 {
	color: #fff;
	font-size: 48px;
	font-weight: bold;
	float: right;
	margin: 0;
	padding: 0;
}

#logo h1 span{
	color: #E10000;
}


#logo h2 {
	color: #000;
	font-size: 32px;
	font-weight: bold;
	float: right;
	margin: 0;
	padding: 0;
    padding-top: 25px;
}

#menu {
	color: black;
	background-image: url('../img/menu_pozadi.jpg');
	background-repeat: repeat-x;
	background-position: bottom center;
    margin: 0 15px;
}

#menu a {
	font-size: 15px;
	display: inline-block;
	text-decoration: none;
	padding: 15px 30px 15px 30px;
	border-right: 1px solid #DA0001;
	background-image: url('../img/menu_pozadi.jpg');
	background-repeat: repeat-x;
	background-position: bottom center;
	text-transform: uppercase;
	color: white;
}

#menu a.selected, #menu a:hover {
	color: white;
	background-image: url('../img/menu_oznac.jpg');
	background-repeat: repeat-x;
	background-position: bottom center;
}

#menu a:first-of-type {
	border-right: none;
}

#banner {
	height: 448px;
	background-image: url('');
	background-repeat: no-repeat;
    position: relative;
    margin: 0 15px;
}

#banner ul {
	width: 300px;
    position: absolute;
    padding: 20px;
    top: 50px;
    right: 0px;
    background-color: rgba(0,236,226,0.7);
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#banner li {
	color: white;
	font-size: 18px;
    list-style-type: none;
    font-style: italic;
}


#body {
	padding: 40px 60px;

}

#boxes {
	margin: 20px 0px 0px 0px;
}

#content {
	margin: 20px 0px 20px 10px;
    padding: 30px;
    min-height: 400px;
}

.box {
	float: left;
	width: 25%;
}

#box1 {
	background-image: url('../img/box1.png');
	background-repeat: no-repeat;
	background-position: bottom center;
    min-height: 365px;
}

#box2 {
	background-image: url('../img/box2.png');
	background-repeat: no-repeat;
	background-position: bottom center;
    min-height: 365px;
}

#box3 {
	background-image: url('../img/box3.png');
	background-repeat: no-repeat;
	background-position: bottom center;
    min-height: 365px;
}

#box4 {
	background-image: url('../img/box4.png');
	background-repeat: no-repeat;
	background-position: bottom center;
    min-height: 365px;
}


.boxtitle {
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	color: #fff;
	font-size: 24px;
}

.boxbody {
	padding: 10px 20px;
    color: #fff;
}

.boximg {
	text-align: center;
}

.boximg img {
	border: 2px solid white;
}

.panel-default{
    margin-left: 20px;
    margin-right: 20px;
    background-color: #DA0000;
    color: white;
    font-weight: bold;
    font-size: 25px;
    border-radius: 5px;
    border-color: #DA0000;
    padding: 15px 20px;
    text-align: center;
}

.container{
    width: 1000px;
}

#kontaktForm {
    float: left;
	width: 33%;
    min-height: 515px;
    padding-left: 5px;
}

#rightHalf {
    float: left;
	width: 66%;
    min-height: 300px;
}

#rightHalf li{
    font-size: 18px;
    line-height: 23px;
}

#boxPanel1 {
    width: 100%;
    min-height: 200px;
    padding: 30px;   
    margin-bottom: 65px;
}

#boxPanel1 p{
    width: 435px;
    float: left;
    
}

#boxPanel1 img{
    float: right;
    margin-right: -30px;
}

#boxPanel2 {
    width: 100%;
    min-height: 250px;
    padding: 30px;
}

#boxPanel2 p{
    width: 300px;
    float: left;
}

#boxPanel2 h1{
    float: right;
}

#boxPanel2 img{
    float: left;
    padding-right: 20px;
    margin-top: -35px;
}

#footer {
    font-size: 18px;
	padding: 10px 0px;
	color: #fff;
	border-top: 1px solid silver;
	margin-left: 20px;
	margin-right: 20px;
}


#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 {
	
}
