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

a {
	color: #e98934;
}
a:hover {
	text-decoration: none;
}
body {
	background: #e9e9e9 /*url(images/body.gif) no-repeat center top*/;
	color: #3E3E3E;
	padding-bottom: 15px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color: #55933F/*#79b0e4*/;
	}
#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;
}
img {
	border: 0 solid #ff8b35;
}

/* HIDE */
.hide,
.hidden,
h6.access,
#header h1 span {
	display: none;
}

/* BOX */
#box {
	background: #fff  url(images/box.gif) repeat-y;
	font: 80%   Arial, Verdana, sans-serif;
	margin: 10px auto 0 auto;
	text-align: left;
	width: 981px;
	position: relative;
}
#box_kus {
	position: absolute;
	top: 25px;
	left: -21px;
	background: url(images/box_kus.gif) no-repeat;
	height: 143px;
	width: 21px;
}
/* HEADER */
#header {
	background:  url(images/header.jpg) no-repeat right;
	height: 172px;
	position: relative;
	width: 981px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width: 569px;
	height: 172px;
	padding: 0;
	position: absolute;
		left: 0;
}
#header a.logo {
	background: url(images/logo.gif) no-repeat;
	display: block;
	position: absolute;
		top: 32px;
		left: 123px;
	width: 101px;
	height: 141px;
}
#flash {
	/*height: 250px;*/
	position: absolute;
	right: 3px;
	top: 3px;
	/*width: 250px;*/
}
/* LEFT */
#left {
	float: left;
	/*margin-right: 1px;*/
	overflow: hidden;
	width: 196px;
	background: url(images/left.gif) no-repeat top left;
	/*_margin-right: -3px;*/
	padding-bottom: 50px;
	
}
/* MENU */
#menu {
	background: #C46537 url(images/menu.jpg) repeat-y;
	border-bottom: 1px solid #2e691c;	
	margin-top: 67px;
	margin-bottom: 2px;
	width: 196px;
}	
#menu ul {
	/*padding: 0 5px;*/
}
#menu ul ul {
	padding-left: 10px;
}
#menu li {
	padding: 4px 0 4px 13px;
	background:  url(images/menu_li.gif) no-repeat 10px 5px;
}
#menu li li {
	background: none;
	list-style-type: none;
	padding-left: 15px;
	
}
#menu a {
	color: #fff;
	display: block;
	text-decoration: none;
	background: url(images/menu_a.gif) no-repeat left center;
	
	padding-left: 15px;
}
#menu li li a {
	background: none;
	padding-left: 0;
}

#menu span {
	text-decoration: underline;
	color: #fff;
	padding-left: 15px;
}
#menu li li span {
	padding-left: 0;
}
#menu a:hover {
	text-decoration: underline;
}

/* CONTENT */
#content {
	float: left;
	width: 588px;
	/*_width: 590px;*/
	padding-bottom: 35px;	
	background: url(images/content.gif) no-repeat top left;
	min-height: 480px;
	/*=height: 480px;*/
}


#info {
	position: relative;
	height: 31px;
	margin-top: 10px;
	/*_margin-left: 3px;*/
	/*background: #ECECEC url(images/info.gif) no-repeat right;*/
			
}
#navi {
	color: #e98934;
	font-size: 88%;
	letter-spacing: 1px;
	padding-top: 27px;	
	margin-left: 17px;
	margin-right: 10px;
	text-align: right;
	/*margin-right: 250px;*/
}
#navi li {
	background: url(images/navi.gif) no-repeat right;
	display: inline;
	margin-right: 8px;
	padding-right: 12px;
	
}
#navi li.last {
	background: transparent;
	margin: 0;
	padding: 0;
}/*
#navi a {
	color: #175785;
}*/

#language {
	height: 16px;
	position: absolute;
	bottom: 20px;
	right: 0px;

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

/* CONTAINER */
#container {
	
	/*padding-top: 6px;*/
	width: 981px;
	background: url(images/container.gif) no-repeat bottom right;
	
}





/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width: 195px;	
	background: url(images/right.jpg) no-repeat top right;
	
}



/* BOXES */

.rightbox {
	border-left: 1px solid #92c282;

}



/* FOOTER */
#footer {
	background: #fff url(images/footer.gif) no-repeat;
	font-size: 88%;
	width: 981px;
	height: 51px;
}
#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer a {
	color: #fff;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 14px 0 3px 0;
	width: 488px;
}
#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;
}



