body {
	font-family: Arial;
	font-size: 12px;
	color: #4b3d2e;
	margin: 0px;	
	background: url('../images/bg.jpg');
}

a img {border: 0px;}
h1 {font-size: 22px; margin: 8px 0px 10px 0px; padding: 0px 0px 5px 0px; border-bottom: 3px solid #978668; color: #000000;}
h2 {font-size: 14px; font-weight: bold; margin: 5px 0px 8px 0px; color: #000000;}
h3 {font-size: 12px; font-weight: bold; margin: 4px 0px 4px 0px; color: #4d3d30;}
p {margin: 0px; padding: 0px 0px 15px 0px;}
hr {height: 3px; border:0px; background: #978668; color: #978668;}

table {font-size: 12px;}

#page {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#banner {
	position: relative;
	width: 960px;
	height: 355px;
	background: url('../images/banner.jpg') no-repeat;
}
#banner .logo {
	position: absolute;
	width: 262px;
	height: 285px;
	left: 346px;
	top: 0px;
}

#main {
	width: 960px;
	background: url('../images/bg_content.jpg') top right repeat-y;
}
.main_bg_bott {
	width: 960px;
	height: 61px;
	background: url('../images/content_bottom.jpg') bottom right no-repeat;
}
#left {
	float: right;
	width: 218px;
	padding-left: 12px;
	color: #3f3319;
}
#left .menu_bg {
	width: 218px;
	min-height: 207px;
	_height: 207px;
	background: url('../images/bg_menu_repeat.jpg') repeat-y;
	margin-bottom: 10px;
}
#left .menu {
	width: 161px;
	padding: 105px 35px 0px 22px;
	background: url('../images/bg_menu.jpg') no-repeat;
}
#left .divider {
	width: 215px;
	height: 173px;
	background: url('../images/divider.jpg');
}
#left .menu a {
	display: block;
	height: 22px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 7px 0px 0px 10px;
	border-bottom: 1px solid #a18463;
}
#left .menu a.sub1 {
	height: 14px;
	font-size: 12px;
	color: #3f3319;
	border: 0px;
	padding: 3px 0px 0px 20px;
}
#left .menu a.sub2 {
	height: 14px;
	font-size: 11px;
	font-weight: bold;
	border: 0px;
	padding: 2px 0px 0px 30px;
	color: #6e5125;
}
#left .menu a:hover {color: #a6140f;}
#left .menu_bg2 {
	width: 218px;
	height: 91px;
	background: url('../images/bg_menu_2.jpg') no-repeat;
}
#left .player_list {width: 128px; padding: 0px 60px 0px 30px;}
#left .links {width: 128px; padding: 0px 0px 0px 30px;}
#left .links a {display: block; border-bottom: 1px solid #a18463;}
#left .links a:hover {padding-left: 5px;}

#content_bg {
	float: right;
	width: 730px;
}
#content_bg .navigation {
	position: relative;
	margin-top: -20px;
	height: 15px;
	width: 660px;
	color: #3f3319;
	padding: 0px 35px 0px 35px;
}
#content_bg .navigation a {
	text-decoration: none;
	font-weight: bold;
	color: #3f3319;
	padding: 0px 5px 0px 0px;
}
#content_bg .navigation a:hover {text-decoration: underline}
#content {
	line-height: 1.4;
	width: 650px;
	padding: 0px 40px 0px 40px;
}
#content a {color: #000000; text-decoration: underline;}
#content a:hover {text-decoration: none;}
#footer {
	width: 730px;
	height: 20px;
	padding: 10px 15px 0px 230px;
	margin-bottom: 20px;
	color: #423629;
}
#footer a {color: #423629; font-weight: bold; text-decoration: none;}
#footer a:hover {text-decoration: underline;}
#footer .copyright {float: left; width: 400px; padding-left: 15px;}
#footer .menu {float: left; width: 300px; text-align: right; padding-right: 15px;}
#footer .menu a {padding: 0px 3px 0px 5px;}

.cleaner {clear: both;}
.erb {margin-left: 70px; width: 65px; height: 95px;}
.center {text-align: center;}
.error {margin-bottom: 10px; padding: 5px 10px 5px 10px; font-weight: bold; text-align: center; border: 1px solid #3f3319; background: #a18463;}

.site-map {padding-left: 20px};
.site-map a.sub0 {font-size: 13px; color: #000000; font-weight: bold;text-decoration: none;}
.site-map a.sub1 {font-size: 11px; color: #949494; font-weight: bold; padding-left: 10px;}
.site-map a.sub2 {font-size: 11px; color: #949494; padding-left: 20px;}

.photo_list {margin-left: 35px;}
.photo_list .decor-img {float: left; width: 160px; height: 120px; border: 1px solid #000000; background: #978668; padding: 4px; margin: 0px 11px 10px 11px; text-align: center;}

table.news {margin-left: 20px; color: #000000;}
table.news td {vertical-align: top; padding: 0px 5px 5px 0px;}

#player_list .name {
	display: block;
	position: relative;
	cursor: pointer;
}
#player_list .name .portrait {
	width: 64px;
	height: 100px;
	display: none;
	position: absolute;
	right: -64px; /* velikost width */
	top: -50px; /* polovina height aby bylo soumerne od jmena nahoru i dolu */
	overflow: hidden;
	font-size: 1%;
	line-height: 1%;
	background-position: top;
	background-repeat: no-repeat;
}
#player_list .name.hover {
	color: #a6140f;
}
#player_list .name.hover .portrait {
	display: block;
}
#player_list .name .portrait .save {
	width: 64px;
	height: 18px;
	line-height: 18px;
	display: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #4b3d2e;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none!important;
}
#player_list .name.hover .portrait.hover .save {
	display: block;
}

#player_list .name.hover .portrait.hover .save:hover {
	text-decoration: underline!important;
}

