/* CSS Document */
body
{
font-family: sans-serif;
background: rgb(218,218,218);
margin-left: 20px;
font-family: arial, tahoma, verdana, sans-serif;
}

fieldset
{
border-collapse: collapse;
background-color: rgb(218,218,218);
margin-top: 20px;
width: 600px;
padding: 10px;
border: dotted black 2px;
/*border-top: none; */
}
fieldset-border
{
z-index: 0;
}


fieldset legend
{
font-weight: bold;
background-color: rgb(218,218,218);
text-align: center;
z-index: 10;

}

.obal
{
background: rgb(204,153,153);
margin-bottom: 1em;
padding: 10px;
width: 20em;
}

.obalisko
{
background: rgb(255,255,0);
margin-bottom: 1em;
padding: 10px;
width: 30em;
}

.obalik
{
background: rgb(255,0,153);
margin-bottom: 1em;
padding: 10px;
width: 20em;
}



/*vsetky prvky*/
*
{
margin: 0;
padding: 0;
}

/*hlavna kategoria*/
ul
{
margin: 0 0 0 20px;
}

ul li
{
color: rgb(153,0,153);
font-weight: normal;

}

/*vnorena podkategoria I*/
ul ul
{
list-style-type: square;
}

ul ul li
{
color: rgb(51,204,255);
font-weight: normal;
}

/*vnorena podkategoria II*/
ul ul ul
{
list-style-type: circle;
}

ul ul ul li
{
color: rgb(0,51,255);
font-weight: normal;
}
