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

a {
	color:#3d84a2;
}
a:hover {
	text-decoration: none;
}
body {
	background:#000;
	color: #3E3E3E;
	padding-bottom: 15px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color:#6b8a00;
}
#left h1, #left h2, #left h3, #left h4, #left h5, #left h6 {
	color:#f0f0f0;
}
#right h1, #right h2, #right h3, #right h4, #right h5, #right h6 {
	color:#858585;
}
img {
	border:0 solid #fff;
}

/* BOX */
#box {
	background:url(images/box.gif) repeat-y left;
	font: 80% Arial, Verdana, sans-serif;
	margin: 0 auto;
	text-align: left;
	width:980px;
	position:relative;
}
#box_kus {
	position:absolute;
	width:25px;
	height:223px;
	right:-25px;
	top:0;
	background:url(images/box_kus.gif);
}
/* HEADER */
#header {
	background: url(images/header.jpg) no-repeat right;
	position: relative;
	width:980px;
	height:244px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	position: absolute;
	width:490px;
	height:244px;
	left: 0;
	padding: 0;
}
#header a.logo {
	background: url(images/logo.jpg) no-repeat;
	display: block;
	position: absolute;
	width:265px;
	height:61px;
	top:90px;
	left:77px;
}

/* CONTAINER */
#container {
	width:980px;
	background:url(images/container.gif) no-repeat bottom left;
	padding-bottom: 4px;
}

/* LEFT */
#left {
	float: left;
	overflow: hidden;
	width:198px;
}

/* MENU */
#menu {
	background:#525848 url(images/menu_top.jpg) no-repeat top;
	margin:0 0 2px 3px;
	width:195px;
	padding:25px 0 15px 0;
	min-height:40px;
}
#menu ul {
	margin-left:1px;
	width: 194px;
}
#menu ul ul {
	margin: 0;
}
#menu li {
	background:url(images/menu_li.gif) no-repeat 10px 11px;
	width: 194px;
}
#menu li li {
	background:none;
}
#menu li a, #menu li span {
	background: url(images/menu_line.gif) repeat-x bottom;
	color:#fff;
	display: block;
	text-decoration: none;
	padding: 6px 10px 6px 28px;
}
#menu li span {
	text-decoration: underline;
}
#menu a:hover {
	text-decoration: underline;
	color:#ffecac;
}
#menu li li a, #menu li li span {
	padding-left: 35px;
}
#menu li li li a, #menu li li li span {
	padding-left: 44px;
}
#menu li li li li a, #menu li li li li span {
	padding-left: 53px;
}
#menu li li li li li a, #menu li li li li li  span {
	padding-left: 62px;
}

/* CONTENT */
#content {
	float: left;
	width:586px;
	min-height: 325px;
	padding-top:25px;	
	background: url(images/content.gif) no-repeat top left;
}
#info {
	position: relative;
	height:auto;
	width:586px;
}
#navi {
	color:#862900;
	font-size: 88%;
	letter-spacing: 1px;
	padding-top: 7px;	
	margin-left: 20px;
	margin-right: 17px;
}
#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:#862900;
}
#language {
	height: 16px;
	position: absolute;
	top:-238px;
	left:-185px;
}
#language li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
}

/* RIGHT */
#right {
	float: left;
	overflow: hidden;
	width:196px;	
	background:url(images/right_top.gif) no-repeat top;
	min-height:88px;
}

/* BOXES */
.leftbox {
	width:194px;
	margin:0 0 5px 3px;
	background:#818181 url(images/lb_top.jpg) no-repeat top;
	color:#f0f0f0;
}
.rightbox {
	width:196px;
	background:#000 url(images/rb_top.gif) no-repeat top;
	color:#858585;
}
.leftbox a, .rightbox a {
	color:#74b3cd;
}

/* FOOTER */
#footer {
	background:#000 url(images/footer.gif) no-repeat top left;
	margin: 0 auto;	
	width:980px;
	height:49px;
	font-size:88%;
}
#footer p {
	color: #FFF;
	padding: 0 10px;
}
#footer_left a {
	color: #FFF;
}
#footer_right a {
	color:#74b3cd;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding-top:9px;
	width:388px;
}
#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;
}
.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;
}
.required {
	background: #fff url(images/required.gif) top right no-repeat;
}
.invalid {
	background: #fff url(images/invalid.gif) top right no-repeat;
}



