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

@import url(modules.css);
a {
	color: #B95B00;
}
a:hover {
	text-decoration: none;
}
body {
	background: #143254;
	color: #333333;
	padding-bottom: 25px;
	text-align: center;
}
img {
	border: 0 solid #B95B00;
}


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

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 156px;
	position: relative;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 495px;
	height: 156px;
	padding: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 48px;
		left: 743px;
	width: 184px;
	height: 67px;
}

/* LEFT */
#left {
	background: url(images/left.gif) repeat-y;
	float: left;
	overflow: hidden;
	width: 202px;
}
/* MENU */
#menu {
	background: White url(images/menu.gif) no-repeat;
	width: 202px;
}
#menu ul {
	padding: 36px 0 18px 24px;
}
#menu ul ul {
	padding: 0 0 0 8px;
}
#menu li {
	padding: 0.4em 0;
}
#menu a {
	color: #3B6C9B;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover {
	background: url(images/menu_h.gif) no-repeat right;
	color: #B95B00;
	text-decoration: underline;
}
#menu span {
	background: url(images/menu_a.gif) no-repeat right;
	color: #333333;
	display: block;
	text-decoration: underline;
}
#menu li li a {
	font-weight: normal;
}
.leftbox {
	border-top: 3px solid White;
	margin: 0 3px 0 2px;
}

/* CONTENT */
#content {
	float: left;
	width: 586px;
}
#info {
	border-bottom: 1px solid Black;
	margin: 0 0 0 15px;
	padding-bottom: 3px;
	width: 556px;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	line-height: 2em;
	margin-right: 9px;
	padding-right: 15px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}

/* RIGHT */
#right {
	color: #3B6C9B;
	float: left;
	overflow: hidden;
	width: 202px;
}
#language {
	border-top: 3px solid White;
	height: 24px;
	line-height: 12px;
}
#language ul {
	float: right;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 9px;
	padding: 5px 0 0 0;
}
.rightbox {
	border-top: 3px solid White;
	margin: 0 2px 0 3px;
}

/* FOOTER */
#footer {
	background: #4F82B2;
	border-top: 3px solid White;
	font-size: 88%;
	position: relative;
	width: 990px;
}
#footer p {
	color: Black;
	padding: 0 10px;
}
#footer a {
	color: White;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 10px 0;
	width: 495px;
}
#footer_right {
	text-align: right;
}

/* --- cleaner - pro vyclearovani 3 sloupcu a navigace --- */
.cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
}
/* LOGIN */
.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;
}
