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

a {
	color: #BC061C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
html {
/*	min-width: 1000px;*/
}
body{
	background: White url(images/body.gif) repeat-y center;
	padding-bottom: 5px;
	margin-top: 0;
	text-align: center;
}

#anothersparebox {
	background: url(images/topbg.gif) repeat-x;
	color: Black;
	font: 80% Arial, Verdana, sans-serif;
}
#box {
	background: White url(images/body.gif) repeat-y center;
	/*background: url(images/box.gif) no-repeat;*/
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 982px;
}
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 158px;
	position: relative;
}
#header h1 {
	background: url(images/headerh1.jpg) no-repeat;
	width: 491px;
	height: 158px;
	padding: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	left: 252px;
	width: 224px;
	height: 107px;
	top: 24px;
}
#flash {
	position: absolute;
		top: 2px;
		right: 12px;
	height: 155px;
	width: 144px;
}
#left, #content, #right {
	position: relative;
		left: 2px;
}
#left {
	background: #A2C2D0 url(images/panelbg.gif) no-repeat right bottom;
	float: left;
	width: 195px;
	padding-bottom: 57px;
}
/* MENU */
#menu {
	margin-bottom: 7px;
}
#menu h6 {
	background: url(images/menu_h6.gif) no-repeat;
	height: 29px;
}
#menu ul {
	background: #BC061C;
	position: relative;
}
#menu ul ul {
	background: White;
}
#menu li {
	border-top: 1px solid #D90928;
	border-bottom: 1px solid #4B4B4B;
	position: relative;
}
#menu li li {	
	border-top: 1px solid Black;
	border-bottom: 0;
	padding-left: 13px;
}
#menu a, #menu span {
	background: url(images/menu_a.gif) 0 10px no-repeat;
	color: White;
	display: block;
	padding: 5px 0;
	padding-left: 15px;
	margin-left: 4px;
}
#menu span {
	background: url(images/menu_span.gif) 0 10px no-repeat;
}
#menu li li a {
	background-image: url(images/menu_lili_a.gif);
	color: Black;
}
#menu li li span {
	background-image: url(images/menu_lili_span.gif);
	color: Black;
}
#menu a:hover {
	text-decoration: underline;
}
#menu span {
	color: White;
	text-decoration: underline;
}
/* CONTENT */
#content {
	background: url(images/content.gif) repeat-x;
	float: left;
	position: relative;
	width: 588px;
}
#info {
	background: url(images/info.gif) repeat-y;
	color: White;
	height: 29px;
	position: relative;
}
#info a {
	color: White;
}
#navi {
	padding: 6px 26px 0 26px;;
	position: relative;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	float: left;
	margin-right: 8px;
	padding-right: 14px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#language {
	position: absolute;
	top: 8px;
	right: 0px;
}
#language li {
	float: left;
	margin-right: 9px;
}
#language img {
	border: 0;
}

/* RIGHT */
#right {
	background: #A2C2D0 url(images/panelbg.gif) no-repeat left bottom;
	float: left;
	padding-bottom: 50px;
	width: 195px;
}
#right a {
	color: White;
}
.rightbox, .leftbox {
	background: #1589BD;
	border-bottom: 1px solid #6C6C6C;
}
.rightbox {
	margin-bottom: 7px;
	width: 195px;
}
.leftbox {
	margin-top: 7px;
}
.leftbox h3.access, .rightbox h3.access
 {
	background-repeat: no-repeat;
	color: #fff !important;
	position: relative;
	padding: 0;
	left: 0;
	width: 195px;
	overflow: visible;
	font-size: 1em !important;
}
.leftbox h3.access span,
.rightbox h3.access span{
	padding: 5px 5px 8px 5px;
	display: block;
	background: url(images/mini_nadpis.gif) repeat-x top;
	margin-bottom: 10px;
}

/* FOOTER */
#footerbg {
	background: url(images/footerbg.gif) repeat-y center;
	text-align: center;
}
#footer {
	font-size: 88%;
	margin: 0 auto;
	text-align: left;
	width: 982px;
}
#footer p {
	color: White;
	padding: 0 10px;
}
#footer a {
	color: #FFE4E1;
}
#footer img {
	float: left;
	margin: 0 10px;
	border: 0;
}
#footer_left, #footer_right {
	float: left;
	padding: 10px 0;
	width: 491px;
}
#footer_right {
	text-align: right;
}

/* --- cleaner - pro vyclearovani 3 sloupcu a navigace --- */
.cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
	margin-top: -1px;
	overflow: hidden;
}
/* LOGIN */
.errmsg {
	margin-bottom: 10px;
	color: #D90928;
	text-align: center;
}
#login {
	background: #B4D4E2;
	font: 80% Arial, Verdana, sans-serif;
	margin: 30px auto;
	padding: 15px 0;
}
#login table {
	border-collapse: collapse;
	margin: 0 auto;
	text-align: left;
	width: 350px;
}
#login td {
	padding: 3px 0;
}
#login label {
	display: block;
	font-weight: bold;
	margin-right: 5px;
	text-align: right;
}
#login input {
	width: 180px;
}
#login .btn {
	text-align: left;
}
#login .btn input {
	width: auto;
}
.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;
}


