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

a {
	color: #8F4D00;
}
a:hover {
	text-decoration: none;
}
body {
	background: #5B6630 url(images/bg.jpg) repeat-y top;
	color: #3E3E3E;
	padding-bottom: 25px;
	text-align: center;
	/*min-width: 1050px;*/
}
#obal {
	/*background: #5B6630 url(images/bg.jpg) repeat-y top;*/
}
h1, h2, h3, h4, h5, h6 {
	color: #5A6B16;
}
img {
	border: 0 solid #8F4D00;
}


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

/* CONTAINER */
#container {
	background: url(images/container.gif) repeat-y;
	margin: 0 0 6px 6px;
	width: 968px;
}
#cont_cleaner {
	background: url(images/cont_cleaner.gif) no-repeat;
}

/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	height: 147px;
	position: relative;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 484px;
	height: 147px;
	padding: 0;
}
#header a.logo{
	background:url(images/logo.jpg) no-repeat;
	display:block;
	position:absolute;
	top:3px;
	left:393px;
	width:304px;
	height:144px;
}

/* LEFT */
#left {
	float: left;
	overflow: hidden;
	width: 188px;
}
/* MENU */
#menu {
	background: url(images/left.jpg) repeat-y;
	border-bottom: 1px solid #243811;
	position: relative;
}
#menu h3.access {
	background: url(images/menu_h6.jpg) no-repeat;
	border: 0;
	height: 63px;
	width: 188px;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}
#menu h3.access span {
	text-align: right;
	text-transform: uppercase;
	display: block;
	font-size: 0.9em;
	color: White;
	padding: 25px 14px 0 0;
}
#menu ul {
	padding: 63px 23px 23px 23px;
	width: 142px;
}
#menu ul ul {
	padding: 0;
}
#menu li {
	background: url(images/bullet.gif) no-repeat 0 0.6em;
	padding-left: 11px;
	width: 131px;
}
#menu li li {
	background: none;
}
#menu a, #menu ul span {
	color: #3E3E3E;
	display: block;
	padding: 0.2em 0;
	text-decoration: none;
}
#menu ul span {
	color: #8F4D00;
	text-decoration: underline;
}
#menu a:hover {
	color: #5A6B16;
	text-decoration: underline;
}

/* CONTENT */
#content {
	background: url(images/content.jpg) no-repeat;
	float: left;
	width: 592px;
}
#info {
	position: relative;
	width: 592px;
}
#navi {
	color: #8F4D00;
	font-size: 92%;
	letter-spacing: 1px;
	margin-left: 33px;
	padding: 16px 0 5px 0;
	text-align: right;
	width: 440px;
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 20px;
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}
#language {
	height: 16px;
	position: absolute;
		right: 10px;
		top: 13px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width: 188px;
}

/* BOXES */
.leftbox h3.access, .rightbox h3.access {
	background: #AD7806 url(images/h6.jpg) repeat-x;
	border: 1px solid #783000;
	color: White;
	padding: 3px 0;
	text-align: center;
	width: 186px;
	height: 1.1em;
	position: relative;
	/*top: 0;*/
	left: 0;
	font-size: 1em;
}
.leftbox, .rightbox {
	border-bottom: 1px solid #243811;
	margin-top: 6px;
}
.leftbox {
	background: url(images/left.jpg) repeat-y;
}
.rightbox {
	background: url(images/right.jpg) repeat-y;
}

/* FOOTER */
#footer {
	background: #3F4917;
	border-top: 1px solid #243811;
	font-size: 88%;
	width: 980px;
}
#footer p {
	color: White;
	padding: 0 14px;
}
#footer a {
	color: #FFF1A3;
}
#footer img {
	float: left;
	margin: 0 10px 0 14px;
}
#footer_left, #footer_right {
	float: left;
	padding: 10px 0;
	width: 489px;
}
#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;
}





