body 
{
	background-color:#999999;
	margin-top:50px;
	text-align:center;
}

div#main 
{
	margin:auto;
	width:611px;
	background-color:white;
	background-image: url(images/background.png);
	background-repeat: repeat-y;
	text-align:left;
}

div#left
{
	float:left;
	width:450px;
}

div#right
{
	float:right;
	width:150px;		
}

div#top
{
	background-image: url(images/top2.png);
	background-repeat: no-repeat;
	height:45px;
}

div#bottom
{
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	height:38px;
}

div#obsah
{
	font-family: tahoma, arial, sans-serif;
	font-size:11px;
	text-align:justify;
	padding: 5px 20px;
	color:#666666;
}

div#nadpis
{
	width:441px;
  color:white;
	font-family: arial, sans-serif;
	font-size:18pt;
	position:relative;
	left:15px;
	text-align:center;
	padding-top: 15px;
	float:left;
}

div#menu
{
	padding:10px;
	padding-top:50px;
}

div#menu a
{
	font-family: tahoma, arial, sans-serif;
	font-size:15px;
	text-decoration: none; 
	color: white;
	font-weight:bold;
}

ul
{
	margin:0px;
	padding:0 20px;
	list-style-type: circle;
}

h1
{
	font-size:15px;
	color: #FF9900;
}

h2
{
	font-size:14px;
	color: #FF9900;
}

ul.menu
{
	margin:0px;
	padding-left:5px;
	list-style-type:none;
}

a.logo
{
	display: block;
	position:relative;
	right:0px;
	width: 150px;
	height: 45px;
	float: right;
	text-decoration: none; 
}

a
{
  color: #FF8800;
  text-decoration: none;
}

a:hover;
{
  text-decoration: underline;
}

td
{
  vertical-align: top;
}

a img
{
  border: none;
}
