body {
	background: #fff;
	color: #000;
	margin: 0 auto;
	text-align: center;
}

h1, h2, h3 {
	color: #900;
	font-size: 1.3em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1.0em;
}

td, th {
	_font-size: 0.7em;
	vertical-align: top;
}

a {
	color: #900;
}

a:hover {
	text-decoration: none; 
}

#container {
	background: #fff;
	width: 96%;
	text-align: left;
	margin: auto;
}

#page {
	margin: 0 10px 0 11px;
	border: 1px solid red;
}

#topline {
	display: none;
}

#toplinenavi {
	display: none;
}

#topline #lang a {
	display: none;

#motivline {
	display: none;
	height: 0;
}

#navipane {
	display: none;
}

#navi {
	display: none;
}

#motiv {
	display: none;
}

#motivrt {
	display: none;
}

#foot {
	clear: left;
	height: 25px;
	text-align: right;
	border: 1px solid green;
}

#foot div {
	padding: 8px 5px 5px 0;
}

#left {
	display: none;
}

#right {
	border: 1px solid orange;
}

* html #right {
height: 1%;
margin-left: 0;
}

#sponzor {
	display: none;
}

#topkart {
	width: 100%;
	float: left;
	overflow: hidden;
}

#rt {
	display: none;
	width: 164px;
	float: right;
}

#navirt {
	height: 20px;
	padding: 2px 0 0 0;
	text-align: center;
	background: url('../images/navirt.gif') left top no-repeat;
}

#middle {
	width: 100%;
	float: left;
}

#navirt a {
	text-decoration: none;
}

.text {
	padding: 0.5em 1em;
	text-align: justify;
}

#topkart .text h1, #rt .text h1 {
	margin-top: 8px;
	font-size: 1.1em;
}

/* upoutávky */

.textimg {
	margin-right: 110px;
	padding-right: 5px;
	border-right: 1px dotted #999;
}

#topkart .text span {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	color: #333;

}

.text img {
	border: 1px solid red;
	margin: 0 0 5px 5px;
	clear: right;
	float: right;
}

.active {
	color: #fff;
}

.disabled {
	color: #ccc;
}

.red {
	color: #900;
}

.left {
	float: left;
}

.right {
	float: right;
}

.c999 {
	background: #999;
}

.ccc {
	background: #ccc;
}

.tright {
	text-align: right;
}