body {
	background: #21201f;
	color: #ffb76f;
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-family: courier, sans-serif; }

#maincontainer {
	width: 980px;
	margin: 0 auto; }

#topsection {
	background: #21201f url(images/bg_top.jpg);
	height: 200px;
	margin-top: 10px; }

#contentwrapper{
	float: left;
	width: 100%; }


/* CONTENT */
#rightcolumn {
	margin-left: 245px; }
#rightcolumn1 {
	background: url(images/bg_right1.jpg);
	height: 18px;
	width: 735px;
	float: left; }
#rightcolumn2 {
	background: url(images/bg_right2.jpg);
	width: 735px;
	float: left; }
#rightcolumn3 {
	background: url(images/bg_right3.jpg);
	height: 18px;
	width: 735px;
	float: left; }
#rightcolumn a {
	color: white;
	text-decoration: none; }



/* MENU */
#leftcolumn {
	float: left;
	margin-left: -980px;
	width: 245px; }
#leftcolumn a {
	color: #ffb76f;
	text-decoration: none; }
#leftcolumn a:hover {
	color: white; }
.sort {
	color: white;
	position: relative;
	left: 14px; }
#leftcolumn1 {
	background: url(images/bg_left1.jpg);
	height: 18px;
	width: 245px;
	float: left; }
#leftcolumn2 {
	background: url(images/bg_left2.jpg);
	width: 245px;
	float: left; }
#leftcolumn3 {
	background: url(images/bg_left3.jpg);
	height: 18px;
	width: 245px;
	float: left; }



/* FOOTER */
#footer {
	background: url(images/bg_foot1.jpg) no-repeat;
	clear: left;
	width: 980px;
	height: 23px;
	color: #eee;
	text-align: center;
	padding-top: 4px; }

#footer a {
	color: #fff;
	text-decoration: none; }


.innertube {
	padding: 0 30px 0 30px; }

#tabulky td   { border: solid 1px silver; padding: 4px; text-align: center; }


// MISC
.bold      { font-weight: bold;}
.orange    { color: orange; }
.red       { color: red; }
.strikeout { text-decoration: line-through; }
.center    { text-align: center; }
.right     { text-align: right; }
.nodisp    { visibility: hidden; }


.eur       { font-family: sans-serif; }
