* {
	font-size: 22px;
	line-height: 30px;
	color: #000;
	font-family: 'Open Sans', sans-serif !important;
	transition: all 0.01s !important;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
input[type=button]:focus,
select:focus,
input[type=submit]:focus,
a:focus{
	outline: 3px dotted #000;
}

.blindfriendly .komponentaCookieSouhlas * {
    font-size: inherit;
    line-height: inherit;
}

.blindfriendly header .table,
.blindfriendly header .td{
    display: block;
}
.blindfriendly header .td:last-child{
    margin: 0 auto 20px auto;
}


head {
	display: none;
}

.pomocny *{
    margin: 20px;
}

.pomocny .logo{
    display: block;
    width: 300px;
    padding-top: 100px;
    background: white url(img/logo.png) scroll no-repeat center center/90% auto;
    cursor: pointer;
    border: 3px solid transparent;
    background-clip: padding-box;
}

body{

}
.roleta{
    display: none !important;
}

.priloha{
    float: none !important;
    display: block !important;
    border: 10px solid white;
}


/* nav */
.blindfriendly nav{
    padding: 30px 20px;
    background: #ffd042;
}
.blindfriendly nav .polozka{
    color: black;
    text-decoration: none;
    text-shadow: none;
    font-family: inherit;
    font-size:  inherit;
    line-height:  inherit;
    font-weight: bold;
}
.blindfriendly nav .polozka:hover{
    background: white;
}
.blindfriendly nav .hloubka1 > li > .polozka:after{
    border-bottom: none;
}
.blindfriendly nav .hloubka2 .polozka{
    padding: 10px 0;
    color: black;
    text-shadow: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: normal;
}
/* nav */


footer iframe{
    width: 100%;
    height: 600px;
}