body, th, td {
	font: 12px 'Trebuchet Ms', Sans-serif;
	color: white;
	padding: 0px;
	margin: 0px;
	background: #4c574d;
}


a { outline: none; 
}

html {
		overflow: scroll;
} 


	#top {
	width: 640px;
	height: 486px;
	background : #4c574d url(img/top_bg.jpg);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	#menu {
	width: 640px;
	height: 32px;
	background : #4c574d url(img/menu_bg.jpg);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	#central {
	width: 640px;
	height: 122px;
	background : #4c574d url(img/central_bg.jpg);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

	#bottom {
	width: 640px;
	background : #4c574d url(img/bottom_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


a:link {
	color: black;
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-decoration: underline;
}
a:visited {
	color: black;
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-decoration: underline;
}
a:active {
	color: Silver;
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-decoration: underline;
}
a:hover {
	color: Silver;
	text-decoration: underline;
}


a.menubutton:link {
	color: Silver;
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-decoration: none;
}
a.menubutton:visited {
	color: Silver;
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-decoration: none;
}
a.menubutton:active {
	color: black;
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-decoration: none;
}
a.menubutton:hover {
	color: black;
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-decoration: none;
}


	#menu_content {
	width: 575px;
	height: 26px;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 65px;
}


	#central_content {
	width: 575px;
	height: 72px;
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 65px;
	font: bold 16px 'Trebuchet Ms', Sans-serif;
	color: #D4FFF2;
}

	#label {
	font: bold 26px 'Trebuchet Ms', Sans-serif;
	color: #D4FFF2;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

	#novinka_nadpis {
	font: bold 16px 'Trebuchet Ms', Sans-serif;
	color: #E1FDE2;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}





	#lpcz {
border: none;}

	#bottom_content {
	width: 505px;
	text-align: justify;
	margin: 0px 0px 0px 0px;
	padding: 35px 0px 50px 65px;
}




.rfloat {
	float: right;
	margin : 5px 0px 5px 10px;
	border: 1px white solid;
}

.lfloat {
	float: left;
	margin : 5px 10px 5px 0px;
		border: 1px white solid;
}

.newspicleft {
	float: left;
	margin: 5px 10px 5px 0px;
	border: 1px white solid;
}


.newspicright {
	float: right;
	margin: 5px 0px 5px 10px;
	border: 1px white solid;
}

.newspic {
	margin: 5px 5px 5px 0px;
	border: 1px white solid;
}

.cfloat {
	float: none;
	margin : 5px 10px 5px 10px;
	border: 1px white solid;
}