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

body {
	background: #fff;
	color: #3E3E3E;
	padding-bottom: 15px;
	text-align: center;
}

a {
	color: #ac2b26;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #5c7797;
}

/* BOX */
#box {
	background: #fff url(images/box.gif) repeat-y top right;
	font:80% Arial, Verdana, sans-serif;
	margin: 0 auto;
	text-align: left;
	width: 980px;
	position: relative;
}

/* HEADER */

#header {
	background: #e2eafb url(images/header.jpg) no-repeat right;
	height: 206px;
	position: relative;
	width: 980px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 489px;
	height: 206px;
	padding: 0;
	position: absolute;
	left: 0;
	top:0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 31px;
	left: 432px;
	width: 189px;
	height: 74px;
}
/* CONTAINER */

#container {
	width: 980px;
	background: url(images/container.gif) no-repeat bottom right;
	
	
}

/* LEFT */
#left {
	float: left;
	width: 196px;
	background: url(images/left.jpg) no-repeat bottom left;
	padding-bottom: 27px;
	margin-bottom: 10px;
}
/* MENU */
#menu {
	background: #afcaf4 url(images/menu_bgr.gif) repeat-y left;
	width: 196px;
	position: relative;	
}	
#kniha{
	height: 97px;
	width: 21px;
	background: url(images/kniha.gif) no-repeat;
	position: absolute;	
	bottom: 0;
	right: -20px;
}
#menu ul {
	background: url(images/menu_bottom.gif) no-repeat bottom;
	padding-bottom: 50px;	 
	width: 196px;
	padding-top: 30px;

}
#menu ul ul {
	/*padding: 0 10px 0 10px;*/
	background: none;
	width: auto;
	padding: 0;

}
#menu li {
	padding: 0 0 0 20px;
	
}
#menu li li {
	background: none;
	list-style-type: none;
	padding-left: 20px;
	
}
#menu li a {
	color: #3e3e3e;
	display: block;
	text-decoration: none;
	background: url(images/menu_a.gif) no-repeat 0 6px;	
	
	padding-left: 10px;
	padding-right: 25px;
	padding-bottom: 12px;
}
#menu li li a {
	background: none;
	padding-left: 0;
}

#menu span {
	text-decoration: underline;
	color: #325f97;
	display: block;
	padding-left: 10px;
	padding-bottom: 10px;

}
#menu li li span {
	padding-left: 0;
}
#menu a:hover {
	text-decoration: underline;
	color: #325f97;
}



/* CONTENT */
#content {
	float: left;
	width: 588px;
	background: url(images/content.gif) no-repeat top left;
	overflow: hidden;
	min-height: 94px;

}

#info {
	position: relative;
	background: #ac2b26 url(images/info_bgr.gif) no-repeat top left;
	border: 1px solid #921f1a;
	border-top: none;
	border-right: none;
	
		
}#navi {
	color: #fff;
	font-size: 88%;
	width: 750px;
	
	letter-spacing: 1px;
	margin-left: 10px;
	padding: 5px 0 4px 0;
	text-align: left;
	
}
#navi a {
	color: #fff;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 12px;
	
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}


#language {
	height: 16px;
	position: absolute;
	top: 0;
	right: 0;

}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}





/* RIGHT */


#right {
	float: left;
	width: 196px;	
	background: #fff url(images/right.gif) no-repeat bottom left;
	margin-bottom: 30px;
	position: relative;
	top: -27px;
}

/* BOXES */

.leftbox #ank_mini,
.leftbox .editor_mini,
.leftbox #galerie_mini,
.leftbox #kalendar,
.leftbox #poc_mini,
.leftbox #datumcas_mini,
.leftbox .tutilka_mini,
.leftbox #svatek
{
	background: #fff;
	border: 1px solid #b4ccff;
	margin-bottom: 1px;
}
.rb_1 #ank_mini,
.rb_1 .editor_mini,
.rb_1 #galerie_mini,
.rb_1 #kalendar,
.rb_1 #poc_mini,
.rb_1 #datumcas_mini,
.rb_1 .tutilka_mini,
.rb_1 #svatek
{
	background: #fff;
	border: 1px solid #b4ccff;
	margin-bottom: 1px;	
}
.rb_2 #ank_mini,
.rb_2 .editor_mini,
.rb_2 #galerie_mini,
.rb_2 #kalendar,
.rb_2 #poc_mini,
.rb_2 #datumcas_mini,
.rb_2 .tutilka_mini,
.rb_2 #svatek
{
	background: #d8e2ff;
	border: 1px solid #b4ccff;
	margin-bottom: 1px;	

}

#fulltext_mini{
	background: #ac2b26;		
	border: 1px solid #921f1a;
	border-top: none;
	margin-bottom: 1px;
	width: 174px;
	padding-top: 15px;

}

/* FOOTER */

#footer {
	background: #d8e2ff;
	font-size: 88%;
	width: 978px;
	border: 1px solid #b4ccff; 

}


#footer p {
	color: #3e3e3e;
	padding: 0 10px;
}
#footer a {
	color: #3e3e3e;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 6px 0 4px 0;
	width: 488px;
}
#footer_right {
	text-align: right;
}

/* CLASSES */
.cleaner, .clear {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
.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;
}

#menu a.ftresult, #menu span.ftresult{
	color:#000;
	background:#ff0;
	padding:0;
	display:inline;
}
