@charset "utf-8";
/* INDEX.HTML */
body 
{ 
margin: 0; 
text-align: center;
}

#celok 
{
width:770px;
margin: auto; 
text-align: left;
}

#hlavicka 
{
height:150px;
clear:both; 
/*background-color:#8FBC8F;*/
background-image: url('images/header-bg.jpg');
}

#pomocnik 
{
width:560px; 
float:left;
}

/*#lavy 
{
float:left; 
width:150px; 
background-color:#996633; 
}*/

#obsah 
{
float:right; 
width:560px; 
background-color:#FFFFFF;
}

#pravy 
{
float:right; 
width:200px; 
}

#paticka 
{
clear:both; 
background-color:#99CCFF; 
color: #000000;
}

a.menu
{
color: #000000;
font-weight: bold;
text-decoration: none;
}

a:hover.menu 
{
color: #99CCFF;
font-weight: bold;
text-decoration: underline;
}

/*JAVASCRIPT.HTML*/

span.nadpis
{
font-weight: bold;
}

.nadpis
{
background:#99CCFF;
}

.tabulka
{
width: 450px;
border: 1px solid;
border-color: #808080;
}
