body
{
	background-image: url('linky.gif');
	background-repeat: repeat-x, repeat-y;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#wrap {
	width: 900px;
	margin: 0 auto;
}

#top {
	width: 890px;
	padding-right: 10px;
	height: 125px;
	background-color:#FFFFFF;
	border: 1px solid Black;
	color: AppWorkspace;
	vertical-align: bottom;
}
#menu {
	padding-top: 5px;
	width: 900px;
	min-height: 30px;
	_height: 30px;
	background-color: #DDDDDD;
	text-align: center;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
}
#column {
	margin: auto;
	width: 900px;
	background-color: White;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
}
#left-column {
	float: left;
	width: 159px;
	heght: 400px;
	text-align: center;
	background-color: White;
	padding: 10px;
	font-size: 11;

}
#right-column {
	float: right;
	width: 698px;  
	min-height: 400px;
	_height: 400px;
	background-color: White;
	text-align: left;
	padding: 10px;
	border-left: 1px solid Black;
}

#bottom {
	width: 300px;
	height: 15px;
	font-size:smaller;
	margin: 0 auto;
	text-align: center;
}

.cleaner {
	clear: both;
	margin: -1px 0 0 0; 
	padding:0;
	height: 1px;
	border:none;
	visibility: hidden;
}

a:link {
	color: Black;
	text-decoration: none;
	border: 0px;
}
a:visited {
	color: Black;
	text-decoration: none;
}

a:hover {
	color: White;
	background-color: #BB0000;
	text-decoration: none;
	

}

a:active {
	color: White;
	background-color: #BB0000;
	text-decoration: none;
}
.menulink {
	color: Black;
	text-decoration: none;
}
H1
{
	font-size: 18px;
	font: bold;
	text-align: right;
}
H2
{
	font-size: 14px;
	font: bold;
	text-align: left;
}
.vyrazne
{
	font-weight: bold;
}
.dily
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 680px;
	padding: 20px;
	font-size: 12px;
	font-weight: normal;
	border: solid 1px #DDDDDD;
	margin-top: 12px;	
	margin-left: 12px;	
	margin-bottom: 12px;	
}
td 
{
border: solid 1px #DDDDDD;
vertical-align: top;
padding-left: 5px;
padding-top: 5px;
}