html {
	overflow: auto;
}

body {
	background-color: #888;
	background-image: url("../images/layout/top.png");
	background-repeat: no-repeat;
	background-position: 0px 6px;
	font-family: "Verdana", sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

h1 {
	display: none;
}

h2 {
	margin: 0px 0px 6px 0px;
	font-size: 2.1em;
	font-weight: bold;
	color: #c7c7c7;
	width: 390px;
}

h2 a {
	font-size: 1.1em;
	text-decoration: none;
	color: #c7c7c7;
}

h2 a:hover {
	text-decoration: none;
	color: #a7a7a7;
}

h2 span.light {
	font-size: 0.4em;
	text-decoration: none;
	font-weight: normal;
	color: #999;
}

h3 {
	margin: 18px 0px 6px 0px;
	font-size: 1.3em;
	font-weight: bold;
	color: #333;
}

a {
	color: #6f0921;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

p {
	margin: 8px 0px 8px 0px;
	font-size: 0.9em;
}

p.indent {
	text-indent: 16px;
}

p.justify {
	text-align: justify;
}

img {
	border: 0px;
}

img.border {
	border: 1px solid gray;
}

img.listed {
	margin: 0px 4px 4px 0px;
}

ul {
	list-style-image: url("../images/style/list.gif");
}

ul.no-margin {
	margin: 0px;
}

ul.no-padding {
	padding: 0px;
}

ul.no-list {
	list-style: none;
}

ul.no-li-padding li {
	padding: 0px;
}

.clear {
	clear: both;
}

.clickable {
	cursor: pointer;
	_cursor: hand;
}

#frame {
	margin: 52px 0px 0px 0px;
	height: 386px;
	background-image: url("../images/layout/frame.jpg");
	background-repeat: repeat-x;
}

#prouzek {
	height: 16px;
	margin-top: 22px;
	padding: 2px 0px 0px 108px;
	background-color: black;
	color: #aaa;
	font-size: 0.8em;
}

#flags {
	height: 22px;
	width: 122px;
	position: relative;
	top: 52px;
	left: 812px;
	/*margin-top: -22px;*/
}

#flags a img {
	display: block;
	float: left;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#flags a:hover img, #flags a img.active {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#book {
	margin: 0px;
	height: 386px;
	background-image: url("../images/layout/book.jpg");
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

#list, #roll {
	float: left;
}

#list {
	width: 630px;
	margin: 20px 0px 0px 102px;
	_margin: 20px 0px 0px 51px;
	padding: 0px;
	background-image: url("../images/layout/pages/list.jpg");
	background-repeat: repeat-y;
	background-position: -1px 407px;
}

#list #content {
	padding: 40px 140px 40px 40px;
	background-image: url("../images/layout/pages/content.jpg");
	background-repeat: no-repeat;
	min-height: 407px;
}

#list #bottom {
	background-image: url("../images/layout/pages/bottom.png");
	background-repeat: no-repeat;
	height: 24px;
	font-size: 12px;
}

#roll {
	width: 598px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 134px;
}

#roll #top {
	padding: 140px 100px 0px 18px;
	background-repeat: no-repeat;
	background-position: 0px 8px;
	background-image: url("../images/layout/pages/roll_top_form.jpg");
	height: 344px;
}

#roll #middle {
	padding: 0px 100px 0px 18px;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-image: url("../images/layout/pages/roll_middle.jpg");
}

#roll #bottom {
	padding: 0px 100px 0px 18px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url("../images/layout/pages/roll_bottom.jpg");
	height: 471px;
}

#menu {
	margin: 192px 0px 0px 0px;
	padding-left: 70px;
	width: 130px;
	float: left;
}

#signature {
	margin: 0px;
	clear: both;
	padding: 54px 152px 0px 0px;
	width: 780px;
	text-align: right;
}

.left_col {
	float: left;
	width: 93px;
}

.right_col {
	margin-left: 9px;
	float: left;
	width: 293px;
}

/* FORUM */

div.message {

}

div.message .head a {
	display: block;
	color: black;
	text-decoration: none;
	padding: 2px 0px 0px 0px;
	height: 13px;
}

div.message .head a:hover {
}

div.message .head a span.name {
	float: left;
	font-size: 1.0em;
	font-weight: bold;
	margin-left: 0px;
}

div.message .head a span.date {
	float: right;
	font-size: 0.8em;
	font-weight: normal;
	margin-top: 1px;
	margin-right: 6px;
}

div.messages div.level-1 {
	margin-top: 36px;
}

div.messages div.level-2 {
	margin-left: 12px;
}

div.messages div.level-3 {
	margin-left: 24px;
}

div.messages div.level-4 {
	margin-left: 36px;
}

div.messages div.level-5 {
	margin-left: 48px;
}

div.messages div.level-6 {
	margin-left: 60px;
}

div.messages div.level-7 {
	margin-left: 72px;
}