/* IMPORTS */
@import url(basic.css);
@import url(modules.css);

/* all */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #FFFAD8;
	text-align: center;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
a{
	color:#00f;
	font-weight: bold;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}

#box {
	font: 84% Verdana, Arial, sans-serif;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 892px;
}
.hide, #header h1 span, #header h6, #menu h6 span {
	display: none;
}

/* header */
#header {
	background: url(images/header.gif) no-repeat 282px 0;
	height: 137px;
}
#header a.logo {
	display: block;
	position: absolute;
	top: 49px;
	left: 26px;
	width: 236px;
	height: 55px;
}
#header img {
	border: 0;
}

#header #banner {
	position:absolute;
	top:0;
	right:0;
	/*height: 137px;*/
}
#banner_text {
	position: absolute;
	left: -1000px;
	width: 1px;
	height: 1px;
	font-size: 1px;
}
#left {
	width: 224px;
	float: left;
	/*margin-right: 6px;*/
}
.leftbox {
	background: url(images/lb_top2.gif) no-repeat top right;
	width: 224px;
	margin-top: 10px;
}
#left_btm {
	width: 224px;
	float: left;
}
#menu h6 {
	background: url(images/menu_lvl2.gif) no-repeat;
	height: 76px;
	padding: 0;
}
#menu ul, #info ul {
	list-style-type: none;
}
/* menu_1 nahore */
#menu_1 {
	display: inline;
	color: #666666;
	position: absolute;
	font-size: 80%;
	font-style: italic;
	top: 115px;
	left: 370px;
}
#menu_1 li {
	background: url(images/menu_1.gif) no-repeat right;
	float: left;
	margin-right: 4px;
	padding-right: 11px;
}
#menu_1 li.last {
	/*background: transparent;*/
	background-position: -100px -100px;
	margin: 0;
	padding: 0;
}
#menu_1 li a{
	color:black;
	font-weight: normal;
	text-decoration:none;
}
#menu_1 ul ul {
	display: none;
}
/* menu2 vodorovny*/
#menu_2 {
	background: url(images/menu2_bkg.gif) repeat-y;
	margin-bottom: 15px;
	width: 892px;
	height: 80px;
}
#menu_2 div {
}
#menu_2 div div {
	padding-left: 2px;
}
#menu_2 div div ul.primary li{
	display:inline;
}
#menu_2 span {
	color: White;
	display: block;
	float: left;
	line-height: 40px;
	height: 40px;
	padding:0 9px;
	text-decoration: underline;
	white-space: nowrap;
}
#menu_2 a {
	color: White;
	display: block;
	float: left;
	line-height: 40px;
	height: 40px;
	padding:0 9px;
	white-space: nowrap;
	font-weight: normal;
	text-decoration:none;
}
#menu_2 a:hover{
	background: url(images/menu2_act.gif) repeat-x;
	text-decoration:underline;
}
.cleaner {
	clear: both;
	font-size: 1px;
	height: 0px;
	overflow: hidden;
}
#info p.lastupdate {
	position: absolute;
	top: -1.6em;
	right: -15px;
	_right: -5px;
	font-size: 84%;
}
#content {
	background: url(images/content.gif) repeat-y;
	float: left;
	position: relative;
	left: 8px;
	top: 8px;
	width: 640px;
	padding-left: 10px;
	padding-right: 10px;
}
#menu_2_btm {
	background: url(images/menubg_btm.gif) no-repeat bottom right;
	width: 214px;
	height: 7px;
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
	font-size: 1px;
	/*_top: -10px;*/
}
#menu_2_2 {
	/*background: url(images/menubg.gif) repeat-y;*/
	/*background: url(images/lb_btm.gif) no-repeat bottom right;*/
	float: left;
	/*position: relative;
	left: 8px;*/
	line-height: 1.5em;
	width: 224px;
	padding: 0;
	margin: 0;
}
#menu_2_2 ul {
	/*background: url(images/menubg_btm.gif) no-repeat bottom left;*/
	background: url(images/menubg.gif) repeat-y;
	/*margin-left: 1px;*/
	padding: 0 10px 0px 0;
	/*margin-bottom: 15px;*/
}
#menu_2_2 li {
	position: relative;
}
#menu_2_2 ul ul {
	background: url(images/menu2_ulul.gif) no-repeat top right;
	margin: 0;
	padding: 5px 0 0 0;
}
#menu_2_2 ul ul ul {
	background: transparent;
	margin: 0;
	padding: 0 0 0 13px;
}
#menu_2_2 li li.last {
	background: url(images/prechod2.gif) no-repeat bottom right;
	position: relative;
}
#menu_2_2 li li li.last {
	background: transparent;
}
#menu_2_2 a, #menu_2_2 span {
	background: url(images/menu_li.gif) no-repeat 0 0.6em;
	display: block;
	font-weight: bold;
	padding-left: 29px;
	color:#666;
	text-decoration:none;
}
#menu_2_2 li li a, #menu_2_2 li li span {
	background: url(images/menu_lili.gif) no-repeat 0 0.6em;
	color: White;
	display: block;
	font-weight: normal;
	padding-left: 42px;
}
#menu_2_2 li li span {
	color: Black;
}
#menu_2_2 a:hover{
	text-decoration:underline;
}
#info {
	background: url(images/content_top.gif) no-repeat;
	position: relative;
	left: -10px;
}
#navi {
	background: url(images/navi.gif) no-repeat left;
	height: 2em;
	margin: 0 0 0 18px;
	padding: 1.4em 0 1em 0;
	padding-left: 30px;
}
#navi li {
	background: url(images/navi_ico.gif) no-repeat right;
	padding-right: 13px;
	margin-right: 6px;
	float: left;
}
#navi li.last {
	background: transparent;
	padding: 0;
	margin: 0;
}
#footer {
	background: #FFFAD8 url(images/content_btm.gif) no-repeat;
	padding: 10px 0;
	text-align: center;
	position: relative;
	left: -10px;
	margin-top: 10px;
}
#editor_content{
	clear: both;
	padding-left:20px;
	overflow: hidden;
	width: 600px;
}
#editor_content blockquote {
	margin-left: 1em;
}
#editor_content h1, #editor_content h2, #editor_content h3, #editor_content h4, #editor_content h5, #editor_content h6 {
	color: #BC8F14;
	padding: 0 0 20px 0;
}
#editor_content p {
	padding: 5px 0;
}
#editor_content ul, #editor_content ol {
	margin-left: 2em;
}




