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

a{
	color:#406d29;
}
a:hover{
	text-decoration:none;
}
body{
	background:#fff;
	color:#3f403e;
	padding-bottom:15px;
}
h1, h2, h3, h4, h5, h6{
	color:#601c0a;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6,
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6{
	font-family:Arial, sans-serif;
	color:#3e3e3e;
}
img{
	border:0 solid #ff8b35;
}

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

/* HEADER */
#header{
	background:url(images/header.jpg) no-repeat right;
	height:186px;
	position:relative;
	width:986px;
	margin:0 auto;
}
#header h1{
	background:url(images/header_h1.jpg) no-repeat;
	width:500px;
	height:186px;
	padding:0;
	position:absolute;
	left:0;
}
#header a.logo{
	background:url(images/logo.jpg) no-repeat;
	display:block;
	position:absolute;
	top:22px;
	left:65px;
	width:388px;
	height:66px;
}

/* CONTAINER */
#container{
	background:url(images/content.jpg) no-repeat 199px 0;
	width:986px;
}
/* LEFT */
#left{
	float:left;
	overflow:hidden;
	width:199px;
	background:url(images/menu.gif) no-repeat top left;
	padding-top:15px;
	display:inline;
}

/* MENU */
#menu{
	width:199px;
	overflow:hidden;
	background:url(images/menu_btm.gif) no-repeat bottom left;
	color:#fff;
}
#menu a{
	color:#fff;
	display:block;
	text-decoration:none;
	line-height:2em;
}
#menu span{
	text-decoration:underline;
	display:block;
	line-height:2em;
}
#menu ul{
	margin-bottom:3px;
}
#menu ul ul{
	padding:0;
	background:none;
	width:auto;
}
#menu li{
	list-style-type:none;
}
#menu li a, #menu li span{
	margin:6px 8px 6px 10px;
	background-color:#a32c21;
	padding-left:15px;
	padding-right:5px;
}
#menu li li a, #menu li li span{
	background:none;
	padding-left:25px;
}
#menu li li li a, #menu li li li span{
	padding-left:35px;
}
#menu li li li li a, #menu li li li li span{
	padding-left:45px;
}
#menu li li li li li a, #menu li li li li li span{
	padding-left:75px;
}
#menu a:hover{
	text-decoration:underline;
}

/* CONTENT */
#content{
	float:left;
	width:588px;
	min-height:260px;
}
#info{
	position:relative;
}
#navi{
	color:#343f20;
	font-size:88%;
	letter-spacing:1px;
	padding:10px 120px 7px 20px;
	text-align:left;
}
#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;
}
#navi a{
	color:#343f20;
}
#language{
	height:16px;
	position:absolute;
	top:5px;
	right:2px;
}
#language li{
	float:left;
	list-style-type:none;
	margin-right:5px;
}

/* RIGHT */
#right{
	float:left;
	overflow:hidden;
	width:195px;
	background:#fff url(images/ft_mini_bgr.gif) repeat-x top;
	margin:0 3px 0 1px;
}

/* BOXES */
.leftbox #fulltext_mini,
.leftbox #ank_mini,
.leftbox .editor_mini,
.leftbox #galerie_mini,
.leftbox #kalendar,
.leftbox #datumcas_mini,
.leftbox .tutilka_mini,
.leftbox #poc_mini,
.leftbox #svatek,
.leftbox .mini_translator{
	background:#fff;
	margin-left:1px;
}

.rightbox{
	margin-bottom:1px;
}

/* FOOTER */
#footer{
	background:url(images/footer.gif) no-repeat bottom left;
	font-size:88%;
	width:986px;
}
#footer p{
	color:#fff;
	padding:0 10px;
}
#footer a{
	color:#fff;
}
#footer img{
	float:left;
	margin:0 10px;
}
#footer_left, #footer_right{
	background:#729f55;
	float:left;
	padding:8px 0 8px 0;
	width:490px;
	_width:489px;
}
#footer_right{
	text-align:right;
}
#footer_left{
	text-align:left;
	margin:0 0 2px 3px;
	_margin-left:2px;
}

/* 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;
	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;
	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;
}
