/*vseobecne tagy*/
html
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 0.8em;
	color: #000000;
	background: #fff url(img/pozadie.gif) 50% 50% repeat;
	width: 100%;
	height: 100%;
}

h1
{
	font-size: 140%;
    font-weight: normal;
}

h2
{
	font-size: 125%;
	font-weight: normal;
    color: #DA8410;	
}

h3
{
	font-size: 110%;
	font-weight: bold;
    color: #666;	
}

/*hlavny layout*/
#telo {
    width: 540px;
    height: 460px;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -230px 0 0 -270px;
    overflow: hidden;
}

#menu-div {
    width: 200px;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -70px 0 0 130px;
}

#menu
{
	padding: 0;
	margin: 0;	
	border: none;
	text-align: left;
	list-style-type: none;
}

/* ----------------- menu */
#menu li
{
	padding: 0;
	margin: 0;	
	list-style-type: none;
}

#menu li.uvod
{
    font-size: 80%;
	padding: 0;
	margin: 0 0 1em 0;	
	list-style-type: none;
}

#menu li.malicke
{
  font-size: 80%;
  text-decoration: none;
	padding: 0;
	margin: 0.4em 0 0 0;	
	list-style-type: none;
}

#menu li.malicke a
{
  text-decoration: none;
}

#menu li a
{
	font-size: 1em;
	color: #3381BF;
}

#menu li a:hover
{
	color: #B5DAFF;
}

#intro
{
	margin: -110px 0 0 -180px;
	padding: 0;
	width: 250px;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;	
}

#obsah
{
	margin: 0;
	padding: 0; 
	height: 100%;
	overflow: scroll;
	position: relative;
}

#obsah div
{
    width: 280px;
    margin: 0 0 0 -200px;
    position: absolute;
    top: 37%;
    left: 50%;
    padding: 0 0 1em 0;
}

#obsah p
{
	margin: 1em 0;
	font-size: 1em;
}

#obrazok
{
	margin: 0;
	padding: 0;
	width: 154px;
	height: 154px;
	position: absolute;
	bottom: 4px;
	_bottom: 0;
	right: 42px;
}

cite { 
    display: block;
    background: url(img/cite.gif) center left no-repeat;
    padding: 0 0 0 1.5em;
}

#obsah ul {
    list-style-type: none;
    margin: 0 0 0 0.5em;
    padding: 0;
}

#obsah ul li {
    list-style-type: none;
    background: url(img/odrazka.gif) 0 0.4em no-repeat;
    padding: 0 0 0 1.5em;
}
