body {
	min-width: 750px;
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 85%;
	text-align: center;
	background: #645e4e;
	margin: 0 auto; padding: 5px 0;
}

#center {
	width: 750px;
	text-align: left;
	margin: 0 auto;
}

.menu {
	font-size: 95%; text-align: center; text-transform: uppercase;
	background: #222; color: #ddd;
	border-left: 1px solid #444; border-right: 1px solid #444;
	padding: 7px;
}

.menu span a {
	color: #ffe7b8;
	padding-left: 0px; padding-right: 0px;
}

.menu span.spiderer {
	text-transform: lowercase;
	color: #dbaa00;
	padding-left: 10px; padding-right: 10px;
}

#logo {
	height: 249px;
	background: #ddd url("../images/logo.jpg");
	border-left: 1px solid #444; border-right: 1px solid #444;
}

#logo a {
	display: block;
	height: 249px;
}

#content {
	height: 100%;
	text-align: center;
	background: #b0a895 url("../images/content.jpg") repeat-y;
	border-left: 1px solid #444; border-right: 1px solid #444; border-bottom: 1px solid #444;
	margin: 0 auto; margin-top: 0px; margin-bottom: 3px;
}

.menu-nadpis {
	font-size: 80%; font-weight: bold; text-align: center;
	background: #444; color: #bbb;
	border: 1px solid #ccc;
	margin: 5px; padding: 5px;
}

.menu-obsah {
	padding: 15px;
	font-size: 90%;
}

#menu-1 {
	width: 219px;
	text-align: left;
	background: #b0a895;
	float: left;
}

#menu-1 p.odkaz {
	border-left: 3px solid #9a3232;
	padding-left: 5px;
}

#menu-1 a {
	text-decoration: underline;
	color: #333;
}

#menu-1 a:hover {
	text-decoration: none;
	color: #000;
}

#menu-1 p.center {
	text-align: center;
}

#menu-1 p.center a {
	color: #711b1b;
}

#menu-1 p.center a:hover {
	color: #822;
}

#menu-2 {
	width: 219px;
	text-align: left;
	background: #b0a895;
	float: left; clear: left;
	margin-top: 10px;
}

#menu-3 {
	width: 219px;
	background: #b0a895;
	float: left; clear: left;
	margin-top: 10px;
}

#menu-3 a {
	text-decoration: none;
	color: #333;
}

#menu-3 a:hover {
	text-decoration: none;
	color: #000;
}

#obsah {
	width: 528px;
	margin: 0 auto; padding-bottom: 30px;
	color: #333; background-color: #f0ece3;
/*	border-left: 1px solid #444;*/
	float: right; clear: both;
}

#obsah a {
	color: #711b1b;
	text-decoration: underline;
}

#obsah a:hover {
	color: #822;
	text-decoration: none;
}

.obsah-info {
	font-size: 90%; text-align: right;
	color: #333;
	padding: 30px 20px 0px 0px;
}

.obsah-info a {
	color: #711b1b;
	text-decoration: underline;
}

.obsah-info a:hover {
	color: #822;
	text-decoration: none;
}

#x {
	clear: both;
}

#bottom {
	color: #999; background: #333;
	border: 1px solid #777;
}

#bottom p {
	font-size: 90%;
	text-align: center;
	padding: 3px;
	color: #ddd;
}

/* FORMÁTOVÁNÍ TEXTU */

p {
	margin: 0px;
}

a {
	text-decoration: none;
	color: #dbaa00;
}

a:Hover {
	text-decoration: none;
	color: #ffe7b8;
}

h1 {
	font-size: 150%;
	text-align: left;
	padding: 20px 20px 15px 20px;
}

h2 {
	font-size: 130%;
	text-align: left;
	padding: 20px 20px 15px 20px;
}

.d {
	text-align: left;
	color: #fff;
	padding: 2px;
}

.d a {
	text-decoration: underline;
	color: #333;
	border-left: 3px solid #9a3232;
	padding-left: 5px;
}

.d a:hover {
	text-decoration: none;
	color: #000;
	border-left: 3px solid #6f1c1c;
	padding-left: 5px;
}

.e {
	font-weight: bold;
	text-align: left;
	color: #333;
	padding-bottom: 8px;
}

.o {
	font-size: 95%;
	line-height: 150%;
	text-align: justify;
	padding: 0px 20px 0px 20px;
}

.o a {
	color: #ffd;
}

.o a:hover {
	color: #bbb;
}

.kod {
	font-size: 95%;
	text-align: left;
	background: #fff; color: #333;
	border: 1px solid #000;
	margin: 20px; padding: 7px;
}

img {
	border: 0px;
}

.info {
	border-bottom: 1px dashed #711b1b;
	cursor: help;
}

ul.upper {
	font-size: 95%;
	text-align: left;
	text-transform: uppercase;
}

ul.lower {
	font-size: 95%;
	text-align: left;
	text-transform: lowercase;
}