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

@import url(modules.css);

a {
	color: #ffff00;
}
a:hover {
	text-decoration: none;
}
body {
	background: #a0a9ce;
	color: #3E3E3E;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #ffff00;
	}
#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:white url(images/box.gif) repeat-y left;
	font: 80%   Arial, Verdana, sans-serif;
	margin: 0 auto;
	text-align: left;
	width: 999px;
	position: relative;
}

/* HEADER */
#header {
	background:  url(images/header.gif) no-repeat right;
	position: relative;
	width: 999px;
	height: 149px;
}
#header h1 {
	background: url(images/header_h1.gif) no-repeat;
	position: absolute;
	width: 465px;
	height: 149px;
	left: 0;
	padding: 0;
}
#header a.logo {
	background: url(images/logo.gif) no-repeat;
	display: block;
	position: absolute;
	width: 185px;
	height: 149px;
	top: 0;
	left: 724px;
}

/* CONTAINER */
#container {
	width: 999px;
	background:  url(images/container.gif) no-repeat bottom;
	padding-bottom: 4px;
}

/* LEFT */
#left {
	float: left;
	overflow: hidden;
	width: 206px;
	background:  url(images/left.gif) no-repeat top left;
	padding-top: 40px;
}

/* MENU */

#menu {
	background: url(images/menu.gif) no-repeat;
	/*float: left;*/
	font-size: 105%;
	/*padding-top: 178px;
	position: relative;
	top: -149px;*/
	width: 206px;
	padding-bottom: 20px;
}
#menu ul {
	margin: 0 0 0 45px;
}
#menu ul ul {
	margin: 0;
}
#menu li {
	position: relative;
	overflow: hidden;
	width: 161px;
}
#menu li.li_1 {
	background: url(images/li_1.jpg) no-repeat;
}
#menu li.li_2 {
	background: url(images/li_2.jpg) no-repeat;
}
#menu li.li_3 {
	background: url(images/li_3.jpg) no-repeat;
}
#menu li.li_4 {
	background: url(images/li_4.jpg) no-repeat;
}
#menu li li.li_1 {
	background: url(images/li_2_1.jpg) no-repeat;
}
#menu li li.li_2 {
	background: url(images/li_2_2.jpg) no-repeat;
}
#menu li li.li_3 {
	background: url(images/li_2_3.jpg) no-repeat;
}
#menu li li.li_4 {
	background: url(images/li_2_4.jpg) no-repeat;
}
#menu a, #menu span {
	display: block;
	line-height:1.1em;
	height:36px;
	padding-left: 40px;
	position: relative;
	white-space: nowrap;
	color: #fff;
	text-decoration: none;
}


#menu span {
	color: Navy;
}
#menu li li a, #menu li li span {
	padding-left: 50px;
}
#menu a:first-letter, #menu span:first-letter{
	font-size:115%;
	font-weight:bold;
}
#menu a:hover{
	text-decoration: underline;
}


/* CONTENT */
#content {
	float: left;
	width: 574px;
	color: #fff;
}


#info {
	position: relative;
	height: 31px;
}
#navi {
	width: 400px;
	
	color: #fff;
	font-size: 88%;
	letter-spacing: 1px;
	padding-top: 7px;	
	margin-left: 30px;
	margin-right: 17px;
	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: -238px;
	right: -195px;
}

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





/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width: 196px;	
	background: #002b9c;
	margin-bottom: 30px;
	
}

/* BOXES */


.leftbox{
	width: 158px;	
	border: 1px solid #cab801;
	background: #ebeb75;	
	margin-bottom: 1px;
	margin-left: 45px;
	color: #3e3e3e;
	overflow: hidden;
}



.rightbox{
	width: 196px;	
	margin-bottom: 1px;
}

.rightbox #ank_mini,
.rightbox .editor_mini,
.rightbox #galerie_mini,
.rightbox #kalendar, 
.rightbox #datumcas_mini,
.rightbox .tutilka_mini,
.rightbox #poc_mini, 
.rightbox #svatek{
	border: 1px solid #cab801;
	background: #ebeb75;
}
	


#fulltext_mini{
	background: #6161ff;
	border: 1px solid #3f3fff;
}



/* FOOTER */
#footer {
	background: url(images/footer.gif) no-repeat bottom;
	margin: 0 auto;	
	width: 999px;
	/*height: 72px;*/

	font-size: 90%;
	overflow: hidden;
}
#footer p {
	color: #000;
	padding: 0 10px;
}
#footer a {
	color: #002B9C;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 9px 0 27px 0;
	width: 488px;
	
}
#footer_left{
	padding-left: 20px;
	width: 470px;
}
#footer_right {
	text-align: right;
}

/* 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;
}
#flash_uvod {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -300px;
}

