BODY	{
	background-color : #336699;
	font-family : Verdana, Arial, sans-serif;
	font-size: 18px;
}
#stranka	{
	position: fixed;
	left: 5%;
	top: 40px;
	width: 90%;
	overflow: visible;
	color: White;
}

#zahlavi	{
	background-image: url("barva_2.jpg");
	text-align: center;
	position: absolute;
	left: 0;
	top : 0;
	padding: 0;
	border: 0;
	border-bottom: thin solid #ffcc00;
	margin: 3;
	height: 100px;
	width: 300px;
	background-repeat : no-repeat;
	background-position : center;
}


#menu	{
	text-align: left;
	position: absolute;
	left: 0;
	top : 100px;
	padding: 0;
	border: 0;
	margin: 0;
	width: 200px;
	font-size: 14px;
}

#obsah-vnejsi {
	position: absolute;
	top: 100px;
	left: 200px;
	padding: 0;
	margin: 0;
	border : thin none Blue;

}

#obsah	{
	position: relative;
	padding : 2em;
	margin: 1ex;
	padding-top: 0;
	padding-bottom: 3em;
	color: White;
	border: thin none White;
	width:100%;
}

A	{
	text-decoration: none;
	border: none;
	border-bottom: thin dashed;
}

A:link	{
	color: #ffcc66;
}

A:hover	{
	color: #ffcc66;
}

A:visited	{
	color: #ffcc66;
}

#menu UL	{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#menu LI	{
	margin-top : .2ex;
	padding: .5ex;
	background-color: 2175bc;
	border: none;
	border-left: thick solid #ffcc00;
	border-right: thin solid #ffcc00;
	font-size: 10px;
	color: black;
	
}

#menu A	{
	text-decoration : none;
	color : white;
	border: none;
	font-size: 14px;
}

#menu A:hover {
	color: #ffcc00;
}
	


#menu LI:hover	{
	background-color: #336699;
	color: #ffcc00;
	
}

H1	{
	color: #ffcc00;
	font-size: 120%;
}

#obsah UL	{
	list-style-type: circle;
}

TABLE	{
	border: 0;
	margin: 0em;
}
TD	{
	color: white;
	font-size: 12px;
	margin: 0ex;
	padding: 0;
	padding-top: .9ex;
	padding-bottom: .9ex;
	
}

TD UL.tabulka	{
	padding-left: 0;
	margin: 0;
}
TD UL.tabulka LI	{
	list-style-type: none;
	padding-left: 2em;
	margin: 0;
}

TD.pruvlaky	{
	padding-top: .4ex;
	padding-bottom: .4ex;
}

H6		{
	font-size: 10px;
	color: #ffcc00;
}

TD.red		{
	font-size: 10px;
	color: red;
}