*{
    margin: 0;
    padding: 0;
}
body {
   	font-family: Verdana, "Geneva CE", Arial, Helvetica, sans-serif;
    background: #ccc url(images/bgr.gif) repeat-y center;
    text-align: center;
    font-size: 80%;
    color: #000;
}
a{
	color: #A82B26;
}
a:visited{

	color: #A82B26;
    text-decoration: none;
    border-bottom: 1px dotted #A82B26;
}
a:hover{

    color: #fafafa;
	background: #A82B26;
    border: none;
    text-decoration: none;
}
a:active{
	color: #000;
	background: #FFE7BF;
}


h2{
    font-size: 130%;
    margin: 10px 0 2px 0;
}
ul{
    margin-bottom: 30px;

}

li{
    margin: 5px ;
    padding-left:10px;
    list-style-type: none;
    text-align: left;
  background: url(images/sipka.gif) no-repeat 0% 50%;
}
dfn{
    cursor: help;
	background: #FFE7BF;
}


#hlavni {
	width: 680px; /*520*/
	margin: 0 auto;
	text-align: left;
	background: url(images/nadpis_bgr5.gif) repeat-x top right;
}
#obsah{
    padding: 10px 40px;
}



