@charset "utf-8";
.left{ float:left}
.right{ float:right}
.clear{ clear:both}
body {
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin:0;
	padding:0;
	color:#FFF;
	font-size:18px;
	font-family:Verdana, Geneva, sans-serif; width:100%;
}
#container{ width:903px; margin:0 auto; }
#toparea{
	background-image: url(hlavicka.jpg);
	background-repeat: no-repeat;
	width:903px; height:458px;
}
#menubg{
	background-image: url(menu-bg.png);
	background-repeat: repeat-x; height:136px; position:absolute; bottom:0px; left:0px; width:100%;
}
#info{ width:880px; margin:0 auto;}
#info table{ float:right; margin-top:10px}
#info td{ padding:3px 10px}
#info p{ float:left; width:620px; margin:0px; padding:30px 0px 30px 10px;}

a, a:link, a:visited
{
	color:#fff;
	text-decoration:none;
}

a:hover
{
	color:#fff;
	text-decoration:underline;
}

