 

body {
    /*margin-left: 3%;
	margin-right: 3%;*/
	color: Black; 
	/*background: url(/img/bg_basic.gif);*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 15px;
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

a:link{
	text-decoration: none;	color: #BD0000; }
a:visited {   text-decoration : none;   color:#BD0000; }
a:active {   text-decoration : underline;  color:#BD0000; }
                        
h1 {
	font-weight: bold;
	font-size: 150%;
	color: #335C33;
	text-align: center;
	margin-top: 1ex;
	margin-bottom: 1em;
}
 
h2 {
    font-weight: bold;
    color: Black;
    margin-bottom: 1em;
    margin-top: 1.5em;
    font-size: 18px;
}
h3 {
    font-size: 100%;
    color: Black;
    margin-bottom : 0.4em;
}

h4 {
    font-weight: bold;
    font-size: 100%;
    color: Black;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

h5 {
    font-size: 150%;
    color: black;
    text-align: center;
}
 
h6 {
    font-size: 100%;
    color: black;
    text-indent: 5%;
}
                          
pre {
        font-family: monospace;
        font-size: larger;
 }
                          
ol {
        color: black;
/*        background: White;*/
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        margin-top: 0px;
        margin-bottom : 0px;
}


ul {
        color: black;
/*        background: White;*/
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        margin-top: 0px;
        list-style-type : disc;
}

li {
        margin-top : 5px;
}

li.plain {
        list-style-type : none;
}

.indent {
        text-indent: 2em;
        margin-top : 0px;
}

.indent_P {
	margin-bottom: 5px;
	margin-left: 2.6em;
}

.nullbottom {
        margin-top : 0px;
}

.margin-top {
        margin-top : 5px;
}

.obsah {
        margin-top : 0px;
        margin-bottom : 0px;
		font-size: 15px;
		font-weight: normal;
}

.mono { 
        font-family: Courier, monospace;
        margin-top: 4px;
        margin-bottom: 4px;
 }

.mensi {
        font-size: 90%;
 }

.chyba {
		color: Olive;
		font-size: smaller;
}

ul li {
	margin-top: 0px;
}

ol ol li {
	margin-top: 0px;
}

.foot-note-block {
    margin-top: 1.5em;
    font-size: 80%;
    font-style: italic;
}

.foot-note {
    text-align: center;
}

.page-wide-centered {
    width: 100%;
    display: flex;
    align-content: center;
}

.page-wide {
    display: block;
    width: 100%;
    align-content: center;
}

.column {
    display: inline-table;
    width: 49%;
}

h2.index {
    text-align: center;
}

.bottom-navigation {
    margin-top: 2em;
}

.nav-item {
    text-align: center;
    margin-top: 1em;
}

.bottom-navigation-main {
    padding-top: 2em;
    width: 50%;
    margin: 0 auto;
}

.bottom-navigation-main > div {
    display: inline-block;
    width: 32%;
}

.bottom-navigation-main > div:first-child {
    text-align: left
}

.bottom-navigation-main > div:nth-child(2) {
    text-align: center
}

.bottom-navigation-main > div:nth-child(3) {
    text-align: right
}

.logo {
    text-align: right;
}

@media screen and (min-width: 801px) {

}
@media screen and (max-width: 800px) {
    .column {
        width: 100%;
    }
    .bottom-navigation-main > div {
        margin-top: 1em;
        width: 100%;
    }
    .bottom-navigation-main > div:first-child {
        text-align: left
    }
    .bottom-navigation-main > div:nth-child(2) {
        text-align: left
    }
    .bottom-navigation-main > div:nth-child(3) {
        text-align: left
    }
}
