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

a {
	color: #bb8e09;
}
a:hover {
	text-decoration: none;
}

body{
	background: #fff url(images/body.gif) repeat-y center;
	color: #3E3E3E;
	text-align: center;
	padding: 15px 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #3e3e3e;
}
#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 #E8AE13;
}
#left img{
	border-color:#826229;
}

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

/* HEADER */
#header {
	background: #03184b url(images/header.jpg) no-repeat right;
	height: 157px;
	position: relative;
	width: 980px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 465px;
	height: 157px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	top: 47px;
	left: 200px;
	width: 502px;
	height: 92px;
}

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


/* LEFT */
#left{
	float:left;
	width:196px;
	margin-bottom:100px;
	background:#fff url(images/left.jpg) no-repeat top left;
	padding-top:80px;
}

/* MENU */
#menu {
	background: #efefee url(images/menu.jpg) no-repeat top left;
	width: 194px;
	overflow: hidden;
	border: 1px solid #d1be9b;
	border-top: none;
	margin-bottom: 1px;
}

#menu ul {
	padding: 0 0 40px 0;
	width: 194px;
}

#menu ul ul {
	padding: 0 3px 0 0;
	background: none;
	width: auto;


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

#menu span {
	text-decoration: underline;
	color: #3e3e3e;
	display: block;
	padding-left: 5px;
	padding-bottom: 10px;

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

}



/* CONTENT */
#content {
	float: left;
	width: 588px;
	position: relative;
	background:  url(images/content.jpg) no-repeat left top;
	min-height: 350px;
}
#info {
	position: relative;
	background: url(images/info.gif) no-repeat bottom left;	
	width: 770px;
	height: 27px;
	position: absolute;
	top: -155px;
	left: 9px;
	overflow: hidden;
}
#navi {
	color: #fff;
	font-size: 88%;
	letter-spacing: 1px;
	padding-right: 120px;
	padding-top: 5px;
	text-align: left;

}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 16px;

}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#navi a {
	color: #fff;
}
#language {
	height: 16px;
	position: absolute;
	top: 7px;
	right: 5px;

}
#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;
	margin-bottom:4px;
	padding-bottom:1px;
}

/* BOXES */
.leftbox, .rightbox{
	width: 196px;
}
.rightbox{
	margin-bottom: 1px; 
}
.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:#e9ebee url(images/leftbox.gif) no-repeat bottom left;	
}
.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:#f4e5bb url(images/rightbox.gif) repeat-x top;
	border:1px solid #beb399;
}
#fulltext_mini{
	position: absolute;
	top: 40px;
	right: 30px;
}

/* FOOTER */
#footer {
	background: #00082d url(images/footer.jpg) repeat-y left;
	font-size: 88%;
	width: 980px;
	overflow: hidden;
}

#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer a {
	color: #e8e0cf;
}
#footer img {
	float: left;
	margin: 0 10px 0 0;
}
#footer_left, #footer_right {
	float: left;
	padding: 10px 0 11px 0;
	width: 480px;
}
#footer_left {
	padding-left: 15px;
}
#footer_right {
	text-align: right;
}


/* CLASSES */
.cleaner, .c_cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
.c_cleaner {
	margin: 0 7px;
}
.errmsg {
	margin-bottom: 10px;
	color: Red;
	text-align: center;
}
.hidden {
	display: none;
}


.status_info{
	background: url(images/info_ico.gif) no-repeat 8px 8px;
	width: 450px;
	font-weight: bold;
	margin: 35px 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: 35px 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;
}
