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

a {
	color: #B8570F;
}
a:hover {
	text-decoration: none;
}
body {
	background: White url(images/bg.gif);
	color: #3E3E3E;
	padding-bottom: 25px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #B8570F;
}
img {
	border: 0 solid #B8570F;
}

/* BOX */
#box {
	background: url(images/box.gif) repeat-y;
	font: 80% Arial, Verdana, sans-serif;
	margin: 4px auto;
	text-align: left;
	width: 986px;
}
#container {
	background: url(images/container.gif) no-repeat bottom;
	width: 986px;
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 153px;
	position: relative;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 493px;
	height: 153px;
	padding: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 41px;
	left: 13px;
	width: 159px;
	height: 93px;
}
#language {
	height: 16px;
	position: absolute;
	right: 7px;
	top: 9px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* LEFT */
#left {
	background: url(images/box1.gif) repeat-y right;
	float: left;
	overflow: hidden;
	width: 199px;
}

/* MENU */
#menu {
	background: url(images/menu.gif) no-repeat;
	margin-left: 3px;
	width: 196px;
}
#menu_btm {
	background: url(images/box1_btm.gif) no-repeat bottom;
	height: 20px;
}
#menu ul {
	padding: 0 20px 0 30px;
	line-height: 2em;
}
#menu ul ul {
	padding: 0 0 0 20px;
}
#menu a {
	color: #3E3E3E;
	display: block;
	text-decoration: none;
}
#menu span {
	color: #B8570F;
	text-decoration: underline;
}
#menu a:hover {
	color: White;
	text-decoration: underline;
}

/* CONTENT */
#content {
	background: url(images/content.gif) no-repeat;
	float: left;
	width: 588px;
}
#info {

}
#navi {
	color: #3C6AA9;
	font-size: 88%;
	font-weight: bold;
	margin-left: 16px;
	padding-top: 16px;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 10px;
	padding-right: 23px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #3C6AA9;
	font-weight: bold;
}

/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
	width: 199px;
}
#right_btm {
	background: url(images/box2_top.gif) no-repeat;
	border-top: 1px solid #C8D7EC;
	width: 196px;
	height: 20px;
}
/* BOXES */
.lb_1, .lb_2, .lb_3 {
	border-top: 1px solid #C8D7EC;
	margin-left: 3px;
	width: 196px;
}
.rb_1, .rb_2, .rb_3 {
	border-top: 1px solid #C8D7EC;
	width: 196px;
}
.lb_1 h3.access, .lb_2 h3.access, .lb_3 h3.access,
.rb_1 h3.access, .rb_2 h3.access, .rb_3 h3.access {
	height: 10px;
	width:196px;
	padding: 0;
	position:relative;
	left:0;
}
.lb_1 h3.access span, .lb_2 h3.access span, .lb_3 h3.access span,
.rb_1 h3.access span, .rb_2 h3.access span, .rb_3 h3.access span {
	display:none;
}
.lb_1 {
	background: url(images/box2.gif) repeat-y;
}
.lb_1 h3.access, .rb_2 h3.access {
	background: url(images/box2_top.gif) no-repeat;
}
.rb_1, .lb_3 {
	background: url(images/box1.gif) repeat-y;
}
.rb_1 h3.access, .lb_3 h3.access {
	background: url(images/box1_top.gif) no-repeat;
}
.rb_3, .lb_2 {
	background: url(images/box3.gif) repeat-y;
}
.rb_3 h3.access, .lb_2 h3.access {
	background: url(images/box3_top.gif) no-repeat;
}
.rb_1 #ank_mini, .lb_3 #ank_mini,
.rb_1 #counter_mini, .lb_3 #counter_mini,
.rb_1 #datumcas_mini, .lb_3 #datumcas_mini,
.rb_1 .editor_mini, .lb_3 .editor_mini,
.rb_1 #fulltext_mini, .lb_3 #fulltext_mini,
.rb_1 #galerie_mini, .lb_3 #galerie_mini,
.rb_1 #kalendar, .lb_3 #kalendar,
.rb_1 #newsletter_mini, .lb_3 #newsletter_mini,
.rb_1 #poc_mini, .lb_3 #poc_mini,
.rb_1 #svatek, .lb_3 #svatek {
	background: url(images/box1_btm.gif) no-repeat bottom;
}
.rb_2 #ank_mini, .lb_1 #ank_mini,
.rb_2 #counter_mini, .lb_1 #counter_mini,
.rb_2 #datumcas_mini, .lb_1 #datumcas_mini,
.rb_2 .editor_mini, .lb_1 .editor_mini,
.rb_2 #fulltext_mini, .lb_1 #fulltext_mini,
.rb_2 #galerie_mini, .lb_1 #galerie_mini,
.rb_2 #kalendar, .lb_1 #kalendar,
.rb_2 #newsletter_mini, .lb_1 #newsletter_mini,
.rb_2 #poc_mini, .lb_1 #poc_mini,
.rb_2 #svatek, .lb_1 #svatek {
	background: url(images/box2_btm.gif) no-repeat bottom;
}
.rb_3 #ank_mini, .lb_2 #ank_mini,
.rb_3 #counter_mini, .lb_2 #counter_mini,
.rb_3 #datumcas_mini, .lb_2 #datumcas_mini,
.rb_3 .editor_mini, .lb_2 .editor_mini,
.rb_3 #fulltext_mini, .lb_2 #fulltext_mini,
.rb_3 #galerie_mini, .lb_2 #galerie_mini,
.rb_3 #kalendar, .lb_2 #kalendar,
.rb_3 #newsletter_mini, .lb_2 #newsletter_mini,
.rb_3 #poc_mini, .lb_2 #poc_mini,
.rb_3 #svatek, .lb_2 #svatek {
	background: url(images/box3_btm.gif) no-repeat bottom;
}
.rb_3 a, .lb_2 a {
	color: #FFF1A3;
}

/* FOOTER */
#footer {
	background: url(images/footer.gif) no-repeat;
	font-size: 88%;
	padding-top: 4px;
}
#footer p {
	color: White;
	padding: 0 10px;
}
#footer a {
	color: #FFF1A3;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	background: url(images/footer_lft.gif) repeat-y;
	float: left;
	padding: 10px 0;
	position: relative;
	left: 7px;
	width: 486px;
}
#footer_right {
	text-align: right;
}
#footer .cleaner {
	background: url(images/footer_btm.gif) no-repeat;
	height: 7px;
	overflow: hidden;
}

/* CLASSES */
.cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
.errmsg {
	margin-bottom: 10px;
	color: red;
	text-align: center;
}
.status_info {
	background: url(images/info_ico.gif) no-repeat 8px 8px;
	width: 450px;
	font-weight: bold;
	margin: 15px auto 15px auto;
	padding: 15px 15px 15px 45px;
	border: 1px solid #a5a5a5;
	border-left: none;
	border-right: none;
}
.status_error {
	background: url(images/error_ico.gif) no-repeat 8px 8px;
	width: 450px;
	font-weight: bold;
	margin: 15px auto 15px auto;
	padding: 15px 15px 15px 45px;
	border: 1px solid #a5a5a5;
	border-left: none;
	border-right: none;
	color: #830000;
}
.required {
	background: #fff url(images/required.gif) top right no-repeat;
}
.invalid {
	background: #fff url(images/invalid.gif) top right no-repeat;
}
