body
{
	background-color: #141516;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: white;
	vertical-align: middle;
}

img
{
	border: 0px solid red;
}

#obal
{
	width: 1000px;
	height: 580px;
	border: 0px solid white;
	text-align: left;
	display: block;
	margin-top:20px;
}

#menuobal
{
	width: 230px;
	height: 95%;
	border: 0px solid yellow;
	text-align: left;
	margin-top: 10px;
	vertical-align: top;
}

#obsah
{
	width: 750px;
	border: 0px solid #33FF33;
	text-align: left;
	background-color: White;
	margin-left: 0px;
	display: block;
}

td {
	border: 0px solid yellow;
	}

iframe.ram
{
	border: 0px none white;
	width: 100%;
	height: 540px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*MENU*/
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
dl#menu {
width: 150px;
}
dl#menu dt, dl#menu dt a {
cursor: pointer;
height: 20px;

text-align: left;
font-weight: normal;
border: 0px solid gray;
padding: 0px 0px 3px 0px;
margin-top:3px;
border-bottom: 2px dotted silver;
background-color: #141516;
color:silver;
font-family:"Times New Roman",serif;
text-decoration: none;
}

dl#menu dt
{
	padding-left:3px;
}

dl#menu dt a
{
border:0px solid white;
}
dl#menu dt a:hover
{
	color: #494949;
}
dl#menu dd {
border: 0px solid gray;
color:silver;
}
dl#menu li {
text-align: left;
background-color: #141516;
color: silver;
/*height:20px;*/
}
dl#menu li a {
	color: silver;
	padding-left: 8px;
	font-size: 10pt;
	margin-top: 2px;
	text-decoration: none;
	display: block;
	border: 0px solid Aqua;
	border-bottom: 0px dotted silver;
	padding-bottom: 2px;
	height: 20px;
}
dl#menu li a:hover {
	color: #494949;
}

li.submenu
{
	position: static;
	font-size: 10pt;
	cursor: pointer;
	/*height: 20px;*/
	line-height: 20px;
	text-align: left;
	font-weight: normal;
	border: 0px solid gray;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 3px;
	border-bottom: 2px dotted silver;
	background-color: #141516;
	color: silver;
	font-family: "Times New Roman",serif;
	text-decoration: none;
}

ul.submenu
{
	padding-left: 0px;
	border:0px;
}

ul.submenu li
{
	border-bottom: 0px dotted silver;
	border-top: 2px dotted silver;
	padding-left:8px;
}

dl#menu dd ul li a.sub
{
	border-bottom: 2px dotted silver;
}
/*KONEC MENU*/

img.logo
{
	margin: 0px 30px 0px 30px;
}

a
{
	cursor: pointer;
	color:white;
}

a.nounder
{
	text-decoration: none;
}

a.dottedunder
{
	text-decoration: none;
	border-bottom:1px dotted white;
}
