 

BODY {  margin-left: 3%;  margin-right: 3%;
        color: Black;
/*        background: White;*/
background: url(/img/bg_basic.gif);
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
       text-align: justify;
		 font-size: 15px;
}

A:link{  text-decoration : none;  color:#bd0948;  }
A:visited {   text-decoration : none;   color:#bd0948; }
A: active {   text-decoration : underline;  color:#bd0948; }
/*
vymena pro kompatibilitu s novym kabatem
A:link {
        color:blue;
 }
 
 A:active { 
        color: red;
 }

:visited {
        color: Purple;
}
*/                          
H1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 150%;
	color: #335c33;
	text-align: center;
	margin-top: 1ex;
	margin-bottom: 1em;
}
 
H2{
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-weight: bold;
    /*    font-size: 120%;*/
        color: Black;
        margin-bottom: 0.2em;
        margin-top : 1em;
		  font-size: 18px;
}
H3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*font-weight: 600;*/
	font-size: 90%;
	color: Black;
	margin-bottom : 0.4em;
}

H4{
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 100%;
        color: Black;
        text-align: center;
        margin-top: 1em;
        margin-bottom: 0.5em;
}

H5{
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
       /* font-weight: bold;*/
        font-size: 150%;
        color: black;
        text-align: center;
 }
 
H6{
		  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        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-bottom : 5px;
}

LI.plain {
        list-style-type : none;
}

.indent {
        text-indent: 2em;
        margin-top : 0px;
}

.nullbottom {
        margin-bottom : 0px;
}

.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: 80%;
 }

.chyba {
	color : Olive;
	font-size : smaller;
}