

/* Globalni styly */

* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 24px;
	line-height: 34px;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	cursor: default;
	max-width: 100%;
	transition: all 0s !important;
}

*:focus{
    outline: 1px dotted black;
}


html {
	background-color: #ffffff;
}

header,
head {
	display: none !important;
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #000;
}

nav,header,footer,main,article,aside,section,figure,figcaption{
	display: block;
}

input:not([type=file]),
textarea,
select{
	border: 1px solid #000;
	padding: 5px;
	margin: 0px 1px 1px 0px;
}


.partneri,
#menu,
label[for=menu],
{
    display: none !important;
}

body{
    width: 850px;
    margin: auto;
}

.prodlazdice .slozka{
    padding: 10px;
    display: block;
}

.prodlazdice,
nav,
main,
footer .komponentaSlozka,
footer .komponentaNavigace{
    margin: 10px auto 30px auto;
    padding: 10px 0 30px 0;
    border-bottom: 3px solid black;
}

a, a *{
    cursor: pointer;
    text-decoration: underline;
}


ul{
    list-style-position: inside;
}


.sloupcovaSazba,
.sloupcovaSazba thead,
.sloupcovaSazba tbody,
.sloupcovaSazba tfoot,
.sloupcovaSazba tr,
.sloupcovaSazba td{
    display: block;
}
.sloupcovaSazba td{
    padding: 0 10px 10px 0;
}


h1{
    font-size: 2rem;
    line-height: 4rem;
    padding-bottom: 20px;
}
h2{
    font-size: 1.5rem;
    line-height: 3rem;
    padding-bottom: 20px;
}
h3{
    font-weight: bold;
    padding-bottom: 20px;
}

.priloha{
    display: block;
}

p{
    padding-bottom: 20px;
}

