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

a{
	color:#4f7715;
}
a:hover {
	text-decoration: none;
}
body {
	background: #42638d url(images/body.gif) repeat-x top;
	color: #3E3E3E;	
	padding-bottom: 15px;
	text-align: center;
}
h1, h2, h3, h4, h5, h6{
	color:#234475;
}
img {
	border: 0 solid #ff8b35;
}


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

/* HEADER */
#header_kus{
	width:14px;
	height:210px;
	background:url(images/header_kus.gif) no-repeat;
	position:absolute;
	top:0;
	left:-14px;
}
#header {
	background:  url(images/header.jpg) no-repeat right;
	position: relative;
	width: 979px;
	height: 210px;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	position: absolute;
	width: 533px;
	height: 210px;
	left: 0;
	padding: 0;
}
#header a.logo{
	background:url(images/logo.jpg) no-repeat;
	display:block;
	position:absolute;
	width:241px;
	height:131px;
	top:18px;
	left:221px;
}

/* CONTAINER */
#container{
	width:979px;
	background:url(images/container.jpg) no-repeat bottom;
}

/* LEFT */
#left{
	float:left;
	overflow:hidden;
	width:194px;
	padding:61px 0 170px 1px;
	background:url(images/menu.gif) no-repeat top right;
}

/* MENU */
#menu{
	position:relative;	
	width:194px;
	padding:0 0 25px 0;
	background:#e9e8dd url(images/menu2.gif) repeat-x bottom;
}
#menu ul{
	width:194px;
}
#menu ul ul{
	position:relative;
	top:0;
	margin:0;
}
#menu li{
	padding-bottom:1px;
	background:url(images/menu_li.gif) no-repeat 12px 10px;
}
#menu li li {
	background: none;
	padding: 1px 0 0 0;
	
}
#menu li a, #menu li span {
	background: url(images/menu_a.gif) no-repeat bottom;
	color: #181818;
	display: block;
	text-decoration: none;
	padding: 4px 10px 8px 24px;
}

#menu li span {
	text-decoration: underline;
	color: #4f7715;
}

#menu li li a {

	padding-left: 0;
}

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

#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: 588px;
	min-height: 325px;
	_height: 325px;
	padding-top: 10px;	
	background: url(images/content.jpg) no-repeat top left;
}


#info {
	position: relative;
	/*height: 31px;*/
	background:  url(images/info.gif) no-repeat bottom right;
			
}
#navi {
	color: #234475;
	font-size: 88%;
	letter-spacing: 1px;
	padding-top: 7px;	
	padding-bottom: 4px;
	margin-left: 120px;
	margin-right: 20px;
	text-align: right;
	
}
#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: #234475;
}
#language {
	height: 16px;
	position: absolute;
	top: -35px;
	right: -195px;

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





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

/* BOXES */
.leftbox{
	width:194px;
	background:#e9e8dd url(images/left_box.gif) repeat-x bottom;
	color: #181818;
}
.rightbox{
	width:195px;
	background:#e9e8dd url(images/left_box.gif) repeat-x bottom;
	color: #181818;
}

/* FOOTER */
#footer {
	background: #42638d;
	margin: 0 auto;	
	width: 100%;
	font-size: 90%;
}
#footer p {
	color: #fff;
	padding: 0 10px;
}
#footer a {
	color: #88b5f9;
}
#footer img {
	float: left;
	margin: 0 10px;
}
#footer_left, #footer_right {
	float: left;
	padding: 9px 0 13px 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;
}
.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;
	padding:15px 15px 15px 45px;
	border:1px solid #a5a5a5;
	border-left:none;
	border-right:none;
	color:#830000;
}


