body {
	min-width: 760px;
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 80%;
	text-align: center;
	background: #4b4b4b url("../images/bcg-body.jpg") repeat;
	margin: 0 auto; padding: 10px 0;
}

div#center {
	width: 740px;
	text-align: left;
	background: #848892 url("../images/bcg-center.jpg") repeat-y;
	margin: 0 auto; padding: 0px;
	border: 10px solid #fff;
}

div#head {
	width: 740px;
	height: 301px;
	margin: 0px; padding: 0px; border: 0px;
	color: #fff;
	text-align: center;
}

div#head-border {
	width: 700px;
	_width: 720px;
	height: 281px;
	_height: 301px;
	background: #177622 url("../images/head.jpg");
	color: #fff;
	margin: 0 auto; padding: 0px; margin-top: 10px;
	text-align: right; font-size: 150%;
	border: 10px solid #fff;
}

div#head-border a {
	display: block;
	height: 281px;
	text-decoration: none;
	color: #fff;
}

div#content {
	width: 720px;
	height: 100%;
	margin: 10px; margin-bottom: 0px;
	text-align: center;
}

div#right {
	width: 480px;
	float: right;
	clear: right;
	background: #d4cfaf;
	text-align: left;
	padding: 15px 0;
}

div#left {
	width: 230px;
	_width: 240px;
	float: right;
	clear: left;
	border-right: 10px solid #fff;
	background: #848892;
	text-align: left;
}

div#clear {
	clear: both;
	font-size: 0px;
	height: 10px;
}

div#bottom {
	width: 760px;
	margin: 0 auto; padding: 0px;
	color: #fff;
	font-weight: bold;
	text-align: right;
}

div#stats {
	text-align: center;
	padding-top: 40px;
}

/* MENU */

#menu {
	font-size: 100%;
	padding: 0; margin-right: 10px;
}

#menu ul {
	list-style: none;
	padding: 0; margin: 0;
}

#menu li {
	margin: 0;
	padding: 0px 0;
	border-bottom: 1px solid #666;
}

#menu li a {
	margin: 0;
	padding: 5px 0 5px 10px;
	border-left: 10px solid #fff;
	text-decoration: none;
	color: #fff;
	display: block;
}

#menu li a:hover {
	margin: 0;
	padding: 5px 0 5px 10px;
	border-left: 10px solid #444;
	color: #000;
	background-color: #95989e;
	display: block;
}

#menu li a.podmenu {
	text-decoration: none;
	color: #dddac9;
}

#menu li a.podmenu-actual {
	text-decoration: none;
	color: #dddac9;
	border-left: 10px solid #ddd;
}

#menu li a.actual {
	text-decoration: none;
	color: #000;
	border-left: 10px solid #fdc412;
	background-color: #95989e;
}

/* FORMÁTOVÁNÍ TEXTU */

/*img {	border: 5px solid #fff;}*/

h1 {
	font-size: 140%;
	text-align: left;
	padding: 10px 0px 10px 20px;
}

h2 {
	font-size: 110%;
	text-align: left;
	padding: 5px 0px 5px 0px; margin: 0 10px 0 20px;
	/*border-bottom: 1px solid #711b1b;*/
}

h3 {
	font-size: 100%;
	text-align: left;
	padding: 10px 0px 10px 20px;
}

p a {
	text-decoration: underline;
	color: #2874a5;
	padding-left: 2px;
	padding-right: 2px;
}

p a:hover {
	text-decoration: none;
	color: #fff;
	background: #2874a5;
	padding-top: 1px;
	padding-bottom: 1px;
}

p.head {
	padding: 25px 35px 0px 0px;
}

.o {
	text-align: justify;
	padding: 0px 13px 5px 20px;
}

.o-small {
	text-align: justify;
	font-size: 95%;
	padding: 0px 13px 5px 20px;
}

.r {
	text-align: right;
	padding: 10px 10px 0px 20px;
}

.c {
	text-align: center;
	padding: 20px 10px 10px 20px;
/*	font-weight: bold;*/
}

.i {
	color: #555;
	font-style: normal;
}

.about {
	cursor: help;
	text-decoration: underline;
/*	border-bottom: 1px dashed #711b1b;*/
	color: #711b1b;
}

.h1g {
	color: #888;
}

.line {
	text-decoration: line-through
}

p.bottom {
	text-align: right;
	padding: 10px 10px 0 0;
}

p.bottom a {
	color: #fdc412;
	font-weight: bold;
	text-decoration: none;
}

p.bottom a:hover {
	text-decoration: none;
	color: #bbb;
	background: none;
}

/* FORUM */

span.book-odkaz {
	color: #2874a5;
}

span.book-star {
	color: #f00;
	font-weight: bold;
}