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

@import url(modules.css);

a {
	color: #00C000;
}
a:hover {
	text-decoration: none;
}
body {
	background: White;
	padding-bottom: 25px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #001A44;
	font-weight: normal;
}
img {
	border: 0 solid Black;
}
a img {
	border: 0 solid #00C000;
}

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

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 179px;
	position: relative;
}
#header h1 {
	background: url(images/headerh1.jpg) no-repeat;
	width: 491px;
	height: 179px;
	padding: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
		top: 8px;
		left: 287px;
	width: 364px;
	height: 127px;
}

/* LEFT */
#left {
	float: left;
	overflow: hidden;
	width: 196px;
}
/* MENU */
#menu {
	background: #34CF04 url(images/menu.jpg) no-repeat;
	margin-left: 1px;
	padding-top: 10px;
	width: 195px;
}
#menu ul {
	padding-left: 13px;
}
#menu li {
	padding: 0.3em 0;
}
#menu a, #menu span {
	background: url(images/menu_a.gif) no-repeat left;
	color: #001A44;
	display: block;
	padding-left: 11px;
	text-decoration: none;
}
#menu a:hover {
	background-image: url(images/menu_h.gif);
	text-decoration: underline;
}
#menu span {
	text-decoration: underline;
}
#language {
	background: url(images/dividor.gif) repeat-x;
	border-bottom: 1px solid Black;
	height: 38px;
	margin: 0 0 5px 1px;
}
#language ul {
	list-style-type: none;
}
#language li {
	float: left;
	margin-right: 9px;
	padding: 15px 0 0 5px;
}

/* CONTENT */
#content {
	float: left;
	width: 590px;
}
#info {
	border-bottom: 1px solid Black;
	margin: 0 0 0 29px;
	padding-bottom: 5px;
	width: 532px;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 9px;
	padding-right: 15px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}

/* RIGHT */
#right {
	background: url(images/right.jpg) no-repeat;
	float: left;
	overflow: hidden;
	padding-top: 17px;
	width: 196px;
}
.rightbox, .leftbox {
	background: url(images/dividor.gif) repeat-x;
	padding: 15px 0 5px 0;
}
.rightbox {
	margin-right: 1px;
}
.leftbox {
	margin-left: 1px;
}

/* FOOTER */
#footer {
	background: Black;
	font-size: 88%;
	position: relative;
	width: 982px;
}
#footer p {
	color: White;
	padding: 0 10px;
}
#footer a {
	color: #D4F2B9;
	font-weight: bold;
}
#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;
}
/* LOGIN */
.errmsg {
	margin-bottom: 10px;
	color: Red;
	text-align: center;
}

