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

h1.style2 {
    float: left;
    padding-right: 120px;
}


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

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

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: #fffaff;
	background-image: url("../img/pozadi.jpg");
    background-repeat: no-repeat;
	background-position: top center;
}

a {
	color: #004C80;
	text-decoration: underline;
}

a:hover {
	color: black;
}

.invisible {
	display: none;
}

.cleaner {
	clear: both;
}

.tright {
	text-align: right;
}

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

#header {
	height: 102px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#menu {
	text-align:right;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-image: url("../img/menu_pozadi.jpg");	
}

#menu a {
	background-image: url('../img/menu_pozadi.jpg');
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: -5px;
	padding: 10px 30px;
    font-size: 21px;
	text-decoration: none;
	line-height: 46px;
	padding: 11px 25px 12px 25px;
	color: white;
}

#menu a.selected {
	color: black;
	font-weight: bold;
	background-image: url("../img/menu_oznac.jpg");
	background-repeat: repeat;
}

#menu a.selected:first-of-type {
	color: black;
	font-weight: bold;
	background-image: url("../img/menu_oznac.jpg");
	background-repeat: repeat;
}

#menu a.selected:last-of-type {
	color: black;
	font-weight: bold;
	background-image: url("../img/menu_oznac.jpg");
	background-repeat: repeat;
    -webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topright: 10px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
}

#menu a:first-of-type {
    background-image: none;
}

#menu a:last-of-type {

}

#menu a:hover {
	text-decoration: underline;
}

#logo {
}

#logo h1 {
	float:left;
	color: black;
	text-align: left;
	margin-left: 40px;
	font-size: 60px;
	padding: 0;
	padding-top: 10px;
}

#logo img {
	float:left;
	color: black;
	text-align: left;
	margin-left: 40px;
	font-size: 60px;
	padding: 0;
	padding-top: 10px;
}

#logo h2 {
    float: right;
	color: black;
	text-align: left;
	margin-right: 20px;
	font-size: 22px;
	padding: 0;
	padding-top: 30px;
	font-weight: bold;
}

#conmenu {    
	width: 900px;
	border-bottom: 2px solid #ff00ff;
	padding: 10px 0;
	margin-bottom: 20px;
}

#conmenu a {
    font-weight: bold;
    color: white;
	text-decoration: none;
    padding: 13px 20px;
	margin-bottom: -1px;
	margin-left: 5px;
	margin-right: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #ff00ff;
}

#conmenu2 a {
    padding: 11px 20px;
}


#conmenu a:hover {
	background-color: #ff00ff;
}


#conmenu .notselected {
    color: black;
	background-color: #d9d9d9;
	border-bottom: #d9d9d9;
}

#content {
	background-color: white;
	padding: 20px;
}

#banner {
	position: relative;
	padding-top: 10px;
	width: 1000px;
	height: 400px;
}

#razitko {
	position: absolute;
	top: 25px;
	left: 800px;
}

.carousel-indicators .active {
  background-color: #d100d1;
  border: 1px solid #d100d1;
}

.carousel-indicators li {
  border: 1px solid #ff7aff;
  background-color: #ff7aff;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

#bannerInfo {
	padding-top: 100px;
	padding-left: 75px;
	float:left;
	width: 400px;
}

#bannerInfo p{
	float:left;
	font-size: 15px;
}

#bannerInfo h1{
	font-size: 24px;
}

#banner img{
	float:right;
}

#midInfo {	
	padding-top: 10px;
	width: 1000px;
    color:black;
	float: left;
	padding-bottom: 20px;
}

#midInfo h1{
	font-size: 15px;
}


#body {
	padding: 40px 60px;	
	font-size: 18px;

}


#body a{
	text-decoration: underline;
}

#obr1 {
	width: 125px;
	float: left;
	padding-top: 20px;
}

#obr1span {
	float: left;
	width: 670px;
    height: 230px;
    padding-left: 50px;
    padding-top: 50px;
    padding-right: 25px;
}

#obr3 {
	width: 209px;
	float: left;
	padding-top: 50px;
}

#obr3span {
	float: left;
	width: 650px;
    height: 260px;
    color: #ff00ff;
    font-weight: bold;
    font-size: 25px;
    padding-top: 100px;
    padding-left: 30px;
}

#clerexBaleni {
	width: 265px;
	float: left;
    padding-bottom: 50px;
}

#clerexZena {
	width: 200px;
	float: left;
}

#latky{
    list-style-type: none;
    padding-left: 0;
    padding-bottom: 40px;
}

#latky li img{
    padding-right: 15px;
}

#clerexBaleniInfo {
    padding-right: 160px;
	float: left;
	width: 570px;
}

#clerexBaleniInfo h2{
	padding-bottom: 20px;
    padding-top: 0px;
    font-size: 24px;
    font-weight: bold;
}

#clerexZenySpan {
    color:#ff00ff;
    font-weight: bold;
    font-size: 17px;
}


#smallTxt{
    font-size: 12px;
}

.icon{
    margin-bottom: -20px;
    padding-right: 10px;
}

#leftmenu {
    color:white;
	float: left;
	width: 324px;
    height: 500px;
	background-image: url("../img/box.png");	
	background-repeat: no-repeat;
	margin-top: 20px;
	padding-bottom: 20px;
    padding-left: 40px;
	position: relative;
}

#leftmenu ul{
	width: 280px;
	height: 430px;
	padding-left: 60px;
	padding-top: 45px;
}

#leftmenu li{
	font-size: 16px;
	padding-bottom: 15px;
}

#leftmenu p {
	padding: 20px 20px 10px 10px;
}

#leftmenu a {
	color: white;
}

.clearLi{
 list-style-type: none;
}  

#leftInfo {	
	font-weight: bold;
	padding: 40px;
	font-size: 15px;
    color:black;
	float: left;
	width: 324px;	
	height: 211px;
	padding-top: 60px;
    margin-left: 10px;
	padding-bottom: 20px;	
	background-image: url("../img/box_grey.png");	
	background-repeat: no-repeat;
}

#leftInfo h1{
	font-size: 19px;	
	text-align: center;
	font-weight: bold;
}

#leftInfo a{
	float: right;
	text-decoration: none;	
	color: #ff00ff;
}  

#ruzInfo
{	
	font-weight: bold;
	padding: 65px;
	font-size: 15px;
    color:white;
    width: 314px;
	float: left;
	height: 236px;
	padding-bottom: 20px;	
	background-image: url("../img/box.png");	
	background-repeat: no-repeat;
}

#ruzInfo h1{
    font-size: 23px;
    font-weight: bold;
    line-height: 28px;
	text-align: left;
}

#btn {
	margin-top: 5px;
	line-height:20px;
	float: right;
	font-weight: bold;
	text-align: center;
	color: white;	
	background-color: #0247aa;
	text-decoration: none;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 20px;
}


#btnB {
	margin-top: 10px;
	width: 150px;
	line-height:20px;
	float: right;
	font-weight: bold;
	text-align: center;
	color: white;	
	background-color: #ff00ff;
	text-decoration: none;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 8px;
}

.lefttitle {
	height: 60px;
	padding: 80px 10px 40px 55px;
	color: white;
	line-height: 35px;
	font-size: 32px;
	font-weight: bold;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.lefttitle img{
	margin-right: 10px;
	margin-top: -10px;
}

#boxes {
	padding-top: 20px;
	width: 635px;
	float: right;
}

#boxes2 {
	width: 1000px;
}

.box {
	padding: 5px 10px;
	float: left;
	width: 50%;
	margin-top: 20px;
}

#boxes2 .box {
	padding: 20px 10px;
	float: left;
	width: 33%;
	margin-top: 20px;
}

#bigBox {
	background-color: #ff7aff;
	padding: 20px 10px;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#bigBox2 {
	background-color: #ff7aff;
	padding: 20px 10px;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


#BigBoxtitle {
	color: black;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 30px;
}

#bigBox2 #BigBoxtitle {
	padding-bottom: 0px;
}

#BigBoxtitle img{
	float: left;
	padding-right: 10px;
}

#bigBox2 #BigBoxtitle img{
	float: left;
	padding-right: 10px;
	padding-top: 5px;
}

#BigBoxbody {
	color: black;
	font-weight: bold;
	padding-left: 50px;
	padding-bottom: 10px;
}

#BigBoxbody h1{
	font-weight: bold;	
	font-size: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#bigBox2 #BigBoxbody {
	padding-left: 120px;	
	font-weight: normal;	
    font-size: 14px;
}

#bigBox #BigBoxbody h1{
	font-size: 23px;
}

#bigBox #BigBoxbody {
	padding-left: 30px;
    padding-right: 10px;
}

#BigBoxtitle h1{
	font-size: 24px;
	font-weight: bold;
	line-height: 53px;
	padding: 0;
}

#box1 {
	min-height: 210px;
	margin-right: 15px;
}

#box2 {
	min-height: 210px;
	margin-left: 15px;
}

#box3 {	
	margin-right: 15px;
	min-height: 200px;
	position: relative;
}

#boxes2 .box  #box1 {
	float: left;
	min-height: 210px;
	margin-right: 15px;
}

#boxes2 .box  #box2 {
	float: left;
	min-height: 210px;
	margin-right: 15px;
}

#boxes2 .box  #box3 {
	float: left;
	min-height: 210px;
	margin-right: 15px;
}

#boxes2 .box  #box3 img{
	width: 255px;
}

#box4 {	
	margin-left: 15px;
	min-height: 200px;
}

#box1 .boxtitle span {	
	margin-right: 15px;
}

#box3 .boxtitle span {	
	margin-right: 5px;
}

#box4 .boxtitle span {	
	margin-right: 30px;
}

.boxtitle {
	color: black;
	text-align: left;
	font-size: 26px;
	font-weight: bold;
	height: 84px;
}

.boxtitle img{
	float: left;
    padding-right: 10px;
    padding-top: 5px;
}


.boxtitle span{
	width: 200px;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	float: right;
	margin-right: 25px;
}

.boxbody {
	font-size: 17px;
    padding-top: 10px;
}

.boxbodyText {
    margin-bottom: -20px;
}

#box3 .boxbodyText, #box4 .boxbodyText {
}

.boxbody a {
	color: #ff00ff;
	text-decoration: none;
	float: right;
	font-weight: bold;
}

#box2 .boxbody a {
	color: #0099ff;
	text-decoration: none;
	float: right;
	font-weight: bold;
}

#box2 .boxbody #btn {
	color: white;
	float: right;
}

.textPanel {
	background-color: #ff7aff;
	padding: 20px 10px;
	font-weight: bold;
	text-align: center;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#footer {
	font-size: 14px;
	margin: 0px auto 0px auto;
	margin-top: 24px;
	border-top: 2px solid #0247aa;
	padding: 30px 30px 20px 30px;
	color: black;
}

#map {
	float: right;
}


#benefitweb {
	width: 1000px;
	margin: 10px auto;
	padding-right: 20px;
	text-align: right;
}

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

.small {
    font-size: 13px;
    font-style: italic;
}

#galerie {
	width: 100%;
}

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

#galerie img {
	
}


.gg {
	border-bottom: 1px solid #0039DE;
	padding: 10px;
	width: 100%;
	margin-top: 20px;
}

.ggimg {
	float: left;
	width: 170px;
	text-align: center;
}

.gginfo {
	margin-left: 20px;
	float: left;
	width: 670px;
}

.ggprice {
	float: right;
	padding: 5px;
	font-weight: bold;
}