BODY {
	background-color: #997e57;
	background-image: url(images/body.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Tahoma;
	margin: 0px;
}

.tablehead { 
	background-image: url(images/tablehead.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 900px;
}

.header {
	width: 900px;
	height: 230px;
}

.menu {
	width: 900px;
	height: 24px;
	font-family: Verdana;
}

.content {
	background-image: url(images/bgmain.gif);
	background-repeat: repeat-y;
	width: 900px;
}

.contenttop {
	background-image: url(images/contenttop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 900px;
	font-size: 11px;
}

.footer {
	background-image: url(images/stopka.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 900px;
	height: 35px;
}

.tresc {
	padding-left: 45px; 
	padding-right: 45px; 
	padding-top: 15px; 
	padding-bottom: 15px; 
	text-align: justify; 
	color: #404040;
	font-size: 11px;
	line-height: 125%;
}

.tresc A {
	text-decoration: underline;
	color: #2277CC;
}

.topmenu, .topmenua, .topmenu_hover {
	text-align: center;
	font-weight: bold;
	width: 115px;
	height: 22px;
}

.topmenu_hover {
	background-color: #ffffff;
	opacity: 0.2;
	-moz-opacity: 0.2;
	filter: Alpha(opacity=20);	
}

.topmenu A {
	color: #cdbfac;
	text-decoration: none;
}

.topmenua {
	background-color: #ffffff;
	opacity: 0.35;
	-moz-opacity: 0.35;
	filter: Alpha(opacity=35);	
}

.topmenua A, .topmenu_hover A {
	color: #000;
	text-decoration: none;
}

.divmenu {
	position: absolute; 
	background-color: #5d4b35; 
	border: solid 1px #000; 
	opacity: 0.9;
	filter: Alpha(opacity=90);
	padding: 8px;
	line-height: 150%;
	font-size: 11px;
	font-weight: bold;
}

.divmenu A {
	color: #e0e0e0;
	display: block;
	text-decoration: none;
}

.divmenu A:hover {
	color: #000000;
	text-decoration: underline;
}

SD { 
	color: #5d4b35;
}

.input {
	border: solid 1px #909090;
	color: #494949;
	font-size: 12px;
}

.button {
	background-color: #5d4b35;
	color: #f0f0f0;
	font-size: 12px;
	font-weight: bold;
	border: solid 1px #000;
}