body {
  margin: 0;
	background-color: transparent;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-image: url(../img/podklad.jpg);  
}

.container1 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 970px;
}

.hlava {
  padding-top: 25px;
}

.vlaje {
	text-align:right;
	padding-bottom: 17px;
}

.menu_hor {
	background-color:transparent;
	float: right;
	text-align: right;
	padding-bottom: 20px;
	padding-right: 20px;
}

.menu_h li {
	float:left;
	padding-left: 30px;
	padding-right: 0px;
	list-style-image: none;
	list-style-type: none;
}

.menu_h a {
/*	color: #FFF;
*/
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	transition-property: color text-shadow;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
	color: #fff;
	text-shadow: none;
	
}
.menu_h a:hover, .curr a {
	transition-property: color text-shadow;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
	color: #E8D802;
	text-shadow: 0px 0px 12px #fff;
}


.linka {
	position:relative;
}

.linka img{
	border: #0067BB thick solid;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.nahledy img{
	border: #fff 2px solid;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 4px 4px rgba(0,103,187,1);
	box-shadow: 0px 0px 4px 4px rgba(0,103,187,1);
}

.linkaobr{
	border: #0067BB 0px solid;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: 20px 0 20px 0;
}

.moving{
	position:absolute;
	top:0%; left:0%;
	padding: 10% 70% 50% 10%;
	border: #0067BB 1px solid;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: 15px 0 20px 0;
}

.hlavni {
	background-color: #FFF;
	border: #FFF thick solid;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 0 10px;
}

.sloupek_1 {
/*	border: #E75F62 thin solid; */
	padding: 0 20px;
	text-align: justify;
	background: url(../img/linka-1c.png) center left no-repeat;
	background-size: 2px 90%;
/*
	border-image-source: url(../img/linka-1.png);
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-outset: 50%;
	border-image-width: 5px;
*/
}

.sloupek_2 {
	padding: 0 20px;
	text-align: justify;
}

.sloupek_3 {
	padding: 0 20px;
	text-align: justify;
	background: url(../img/linka-1c.png) center left no-repeat;
	background-size: 2px 90%;
}

.sloupek_1 h2, .hlavni h2, .hlavni h3 {
	color: #0067BB;
	text-shadow: 2px 2px 4px #999;
/*	padding: 0 20px; */
}

.pata {
	text-decoration: none;
	color: #fff;
	text-shadow: 2px 2px 4px #000;
/*	padding: 0 20px; */
}

.cara_hor {
	height: 3px;
	margin: 20px 0;
	background: -webkit-linear-gradient(left,rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0)); /*Safari*/
	background: -o-linear-gradient(right,rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0)); /*Opera 11-12*/
	background: -moz-linear-gradient(right,rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0)); /*Fx 3.6-15*/
	background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,0)); /*Standard*/
}

.cara_in {
	height: 3px;
	margin: 30px 0;
	background: -webkit-linear-gradient(left,rgba(255,255,255,0), rgba(232,216,2,1), rgba(255,255,255,0)); /*Safari*/
	background: -o-linear-gradient(right,rgba(255,255,255,0), rgba(232,216,2,1), rgba(255,255,255,0)); /*Opera 11-12*/
	background: -moz-linear-gradient(right,rgba(255,255,255,0), rgba(232,216,2,1), rgba(255,255,255,0)); /*Fx 3.6-15*/
	background: linear-gradient(to right, rgba(255,255,255,0), rgba(232,216,2,1), rgba(255,255,255,0)); /*Standard*/
}

.menu_bok {
	background-color:transparent;
	float: right;
	text-align: right;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

.menu_b {
	line-height:280%;
}

.menu_b li {
	float:right;
	padding-left: 30px;
	padding-right: 0px;
	list-style-image: none;
	list-style-type: none;
}

.menu_b a {
	font-size:19px;
	text-decoration: none;
	transition-property: color text-shadow;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
	color: #000;
	text-shadow: none;
	
}
.menu_b a:hover, .curr-b a {
	transition-property: color text-shadow;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
	color: #0067BB;
	text-shadow: 0px 0px 12px #fff;
}

