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

a{
	color:#a53f13;
}
a:hover{
	text-decoration:none;
}
body{
	background:#c7c7c7 url(images/body.gif) repeat-x top;
	color:#3E3E3E;
	text-align:center;
}
h1, h2, h3, h4, h5, h6{
	color:#8c8c8c;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6,
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6{
	color:#000;
}
img{
	border:0 solid #ff8b35;
}

/* BOX */
#box{
	background:url(images/box.gif) repeat-y left top;
	font:80% Arial, Verdana, sans-serif;
	margin:0 auto;
	text-align:left;
	width:984px;
	position:relative;
}
#box_kus{
	width:20px;
	height:209px;
	position:absolute;
	left:-20px;
	top:0;
	background:url(images/box_kus.jpg) no-repeat;
}

/* HEADER */
#header{
	background:url(images/header.jpg) no-repeat right;
	height:209px;
	position:relative;
	width:984px;
	margin:0 auto;
}
#header h1{
	background:url(images/header_h1.jpg) no-repeat;
	width:534px;
	height:209px;
	padding:0;
	position:absolute;
	left:0;
}
#header a.logo{
	background:url(images/logo.jpg) no-repeat;
	display:block;
	position:absolute;
	top:93px;
	left:622px;
	width:327px;
	height:133px;
}

/* CONTAINER */
#container{
	width:984px;
	background:url(images/container.jpg) no-repeat bottom right;
	margin:0 auto;
}

/* LEFT */
#left{
	float:left;
	overflow:hidden;
	width:198px;
	margin-bottom:10px;
	background:url(images/left.gif) no-repeat bottom left;
	padding-bottom:1px;
}

/* MENU */
#menu{
	background:#e0d3b7 url(images/menu_bottom.gif) no-repeat left bottom;
	width:198px;
	padding-bottom:30px;
}
#menu ul{
	padding:0;
	padding-top:30px;
	width:198px;
	background:url(images/menu_top.jpg) no-repeat top left;
}
#menu ul ul{
	padding:0;
	background:none;
	width:auto;
}
#menu li{
	background:url(images/menu_li.gif) no-repeat 19px 12px;
}
#menu li li{
	background:none;
	list-style-type:none;
}
#menu li a, #menu li span{
	color:#303030;
	display:block;
	text-decoration:none;
	background:url(images/menu_a.gif) no-repeat bottom left;
	padding:6px 25px 6px 35px;
}
#menu li li a, #menu li li span{
	padding-left:45px;
}
#menu li li li a, #menu li li li span{
	padding-left:55px;
}
#menu li li li li a, #menu li li li li span{
	padding-left:65px;
}
#menu li li li li li a, #menu li li li li li span{
	padding-left:75px;
}
#menu li span{
	text-decoration:underline;
}
#menu a:hover{
	text-decoration:underline;
	color:#772d00;
}

/* CONTENT */
#content{
	float:left;
	width:588px;
	min-height:260px;
}
#info{
	position:relative;
	background:#f5ece1;
	margin-bottom:15px;
	min-height:56px;
}
#navi{
	color:#a53f13;
	font-size:88%;
	letter-spacing:1px;
	padding:8px 120px 8px 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:#a53f13;
}
#language{
	height:16px;
	position:absolute;
	top:8px;
	right:5px;
}
#language li{
	float:left;
	list-style-type:none;
	margin-right:5px;
}
#print_show{
	position:absolute;
	right:10px;
	top:30px;
}

/* RIGHT */
#right{
	float:left;
	overflow:hidden;
	width:196px;
	background:#fff url(images/right.gif) no-repeat bottom left;
	margin-bottom:25px;
	padding-bottom:4px;
}

/* BOXES */
.leftbox, .rightbox{
	width:194px;
	border:1px solid #111;
	border-top:none;
}
.leftbox{
	margin-left:2px;
	border:1px solid #111;
	border-bottom:none;
}
.leftbox #ank_mini,
.leftbox .editor_mini,
.leftbox #galerie_mini,
.leftbox #kalendar,
.leftbox #newsletter_mini,
.leftbox #datumcas_mini,
.leftbox .tutilka_mini,
.leftbox #poc_mini,
.leftbox #svatek{
	background:#f1e4d4 url(images/leftbox.gif) repeat-y left;
	border:4px solid #fcf9f6;
}
.rightbox #ank_mini,
.rightbox .editor_mini,
.rightbox #galerie_mini,
.rightbox #kalendar,
.rightbox #newsletter_mini,
.rightbox #datumcas_mini,
.rightbox .tutilka_mini,
.rightbox #poc_mini,
.rightbox #svatek{
	background:#dedede url(images/rightbox.gif) repeat-y left;
	border:4px solid #f3f3f3;
}
#fulltext_mini{
	background:#9e360f;
	border:4px solid #e1c3b7;
}

/* FOOTER */
#footer2{
	width:100%;
	background:url(images/footer2.gif) repeat-x bottom;
	padding-bottom:18px;
	font:80% Arial, Verdana, sans-serif;
}
#footer{
	background:#e9e9e9;
	font-size:88%;
	width:984px;
	margin:0 auto;
}
#footer p{
	color:#000;
	padding:0 10px;
}
#footer a{
	color:#a53f13;
}
#footer img{
	float:left;
	margin:0 10px;
}
#footer_left, #footer_right{
	float:left;
	padding:7px 0 8px;
	width:488px;
}
#footer_right{
	text-align:right;
}
#footer_left{
	text-align:left;
}

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