body {
	background-color: rgb(255,255,198);
	font-family:Arial, Helvetica, sans-serif;
	font: Arial;

}

h1 {}

h2 {}

h3 {}

ul{
	padding: 0px;
	margin: 20px;
}

li{
	padding: 0px;
	margin: 0px;
}

a:link, a:visited, a:active{
	color: rgb(0,0,0);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: rgb(0,0,0);
}

.tblNews {
	width: 600px;
}

.tdAktualita {
	border: solid 1px rgb(117,117,117);
	width: 600px;
}
.border1 {
	border: solid 1px rgb(0,0,0);
}

.txtTop {
	position: absolute;
	top: 10px;
	left: 170px;
	background-image: url('./gfx/nadpis.gif');
	width: 615px;
	height: 65px;
}

.txtSvatek {
	position: absolute;
	font-size: 12px;
	top: 145px;
	right: 10px;
	font-weight: bold;
	padding: 2px;
}

.divLogo {
	position: absolute;
	top:0px;
	left: 0px;
	background-image: url('./gfx/logo.gif');
	width: 158px;
	height: 231px;
	z-index: 1000;
	border-right: solid 1px rgb(0,0,0);

}

.divTop {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 140px;
	background-color: rgb(255,255,140);
	border-bottom: solid 1px rgb(68,66,62);
	z-index: 500;
}

.divMenu {
	position: absolute;
	top: 85px;
	left: 170px;
	font-size: 18px;
	z-index: 1000;
}

.divMenu2 {
	position: absolute;
	top: 231px;
	left: 5px;
	width: 153px;
	height: 400px;
	font-size: 16px;
	padding-top: 14px;
	border-right: solid 1px rgb(0,0,0);
	background-color: rgb(255,255,140);
}

.divMain {
	position: absolute;
	top: 150px;
	left: 170px;
	font-size: 16px;
	color: rgb(68,66,62);
}

.tblObrazek {
	float: right;

}

.obrazek {
	width: 250px;
}