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

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

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: #000;
	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: #fff;
	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: #fff;
	background-image: url("../img//logo_prechod.jpg");
	background-position: top center;
    background-repeat: repeat-x;
    padding: 20px;
	margin: 0px auto 0px auto;
}


#logo {
    min-height: 75px;
}

#header ul li{
    display: inline;
    font-size: 17px;
}

#header ul{
    padding: 0;
    margin: 0;
    text-align: center;
}

#logo img{
	float: left;
    padding: 10px;
}

#logo h1 {
	color: #DF8107;
	font-size: 55px;
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 0;
    padding-top: 10px;
    padding-left: 10px;
}

#logo h1 span{
	color: #103166;
}


#logo h2 {
	color: #D8000B;
	font-size: 55px;
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 0;
    padding-top: 10px;
    padding-left: 10px;
}

#menu {
	color: black;
    background: #2176c7; /* Old browsers */
    background: -moz-linear-gradient(top, #2176c7 0%, #154170 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2176c7 0%,#154170 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2176c7 0%,#154170 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2176c7', endColorstr='#154170',GradientType=0 ); /* IE6-9 */
	background-repeat: repeat-x;
	background-position: bottom center;
    margin: 0 15px;
}

#menu #lang{
	float: right;
}

#menu #lang a{
    background: none;
    border-left: white solid;
    border-right: none;
    padding: 4px 15px;
    margin: 10px 0px;
}

#menu #lang a.selected, #menu #lang a:hover {
    font-weight: 600;
    background: none;
}

#menu #lang a:first-of-type {
	border-left: none;
}

#menu a {
	font-size: 15px;
	display: inline-block;
	text-decoration: none;
	padding: 14px 30px 14px 30px;
	border-right: 1px solid #195A9E;
    background: #2176c7; /* Old browsers */
    background: -moz-linear-gradient(top, #2176c7 0%, #154170 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2176c7 0%,#154170 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2176c7 0%,#154170 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2176c7', endColorstr='#154170',GradientType=0 ); /* IE6-9 */
	background-repeat: repeat-x;
	background-position: bottom center;
	text-transform: uppercase;
	color: white;
    margin-left: -3px;
}

#menu a.selected, #menu a:hover {
	color: #fff;
    background: #4ea5ec; /* Old browsers */
    background: -moz-linear-gradient(top, #4ea5ec 0%, #2273c5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #4ea5ec 0%,#2273c5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #4ea5ec 0%,#2273c5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ea5ec', endColorstr='#2273c5',GradientType=0 ); /* IE6-9 */
	background-repeat: repeat-x;
	background-position: bottom center;
}

#menu a:first-of-type {
    margin-left: 0;
}

#menu2{
    min-height: 58px;
}

#menu2 ul{
    margin: 0px 10px;
    padding: 0px 5px;
    text-align: center;
}

#menu2 ul li{
    display: inline;
    border-right: solid 2px #D3D3D3;
    float: left;
    text-align: center;
}

#menu2 ul li a{
    text-align: center;
    color: #000;
    text-decoration: none;
    font-size: 17px;
    display: block;
    padding: 0px 17px;
}

#menu2 ul li:first-of-type{
    border-left: solid 2px #D3D3D3;
}

#menu2 ul li:last-of-type{
    padding-right: 9px;
}

#banner {
	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: 330px;
}

#box2 {
	background-image: url('../img/box2.png');
	background-repeat: no-repeat;
	background-position: bottom center;
    min-height: 330px;
}

#box3 {
	background-image: url('../img/box3.png');
	background-repeat: no-repeat;
	background-position: bottom center;
    min-height: 330px;
}

#box4 {
	background-image: url('../img/box4.png');
	background-repeat: no-repeat;
	background-position: bottom center;
    min-height: 330px;
}


.boxtitle {
	padding-top: 20px;
	padding-bottom: 0px;
	text-align: center;
    font-weight: 600;
	color: #1D5997;
	font-size: 21px;
}

.boxbody {
	padding: 10px 20px;
    color: #000;
    min-height: 290px;
}

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

#myCarousel {
    position: relative;
}

#myCarouselBanner {
    position: absolute;
    background-color: rgba(163,94,56,0.8);
    padding: 10px;
    top: 20px;
    right: 20px;
}

#myCarouselBanner td{
    min-width: 100px;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
}

#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: 210px;
    padding: 30px;   
}

#boxPanel1 p{
    width: 730px;
    float: left;
}

#boxPanel1 img{
    padding: 15px;
}

#boxPanel2 {
    width: 100%;
    min-height: 155px;
    padding: 30px;
}

#boxPanel2 p{
    width: 610px;
    float: left;
}

#boxPanel2 h1{
    float: right;
    padding-right: 425px;
}

#boxPanel2 img{
    float: left;
    padding-right: 20px;
    margin-top: -35px;
}

#footer {
    font-size: 18px;
	padding: 10px 0px;
	color: #000;
	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 {
	
}
