/* IMPORTS */
@import url(basic.css);
@import url(modules.css);
@font-face {
	font-family:"raldo";
	src:url(fonts/raldo.ttf) format("truetype");
}
a {
	color:#858585;
}
a:hover {
	text-decoration: none;
}
body {
	background:#e3f585 url(images/body.jpg) repeat-x top;
	color:#858585;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	color:#01beff;
}
img {
	border: 0 solid #ff4cb7;
}

/* BOX */
#box {
	font:80% Arial, sans-serif;
	margin: 0 auto;
	text-align: left;
	width:980px;
	background:#fff;
}

/* HEADER */
#header {
	height:350px;
	position: relative;
	width:980px;
	margin: 0 auto;
	background:url(images/header.jpg) no-repeat right;
}
#header h1 {
	background: url(images/header_h1.jpg) no-repeat;
	width:490px;
	height:350px;
	padding: 0;
	position: absolute;
	left: 0;
}
#header a.logo{
	background:url(images/logo.jpg) no-repeat;
	display:block;
	position:absolute;
	top:31px;
	left:35px;
	width:153px;
	height:88px;
	z-index:2;
}
#header a.logo:active, #header a.logo:focus{
	outline:none;
}
#flash{
	width:940px;
	height:350px;
	position:absolute;
	top:0;
	left:20px;
	z-index:1;
}

/* CONTAINER */
#container {
	width:980px;
	float:left;
	margin-bottom:14px;
	background:url(images/box.gif) repeat-y;
}

/* LEFT */
#left {
	float: left;
	overflow: hidden;
	width:240px;
	min-height:100px;
}
/* MENU */
#menu_top {
	width:980px;
	height:40px;
	overflow:hidden;
	background:#fff;
	border-bottom:30px solid #fff;
	border-top:5px solid #fff;
}
#menu_top ul {
	height:40px;
	margin-left: 20px;
}
#menu_top ul ul {
	display: none;
}
#menu_top li {
	list-style-type: none;
	width: auto;
	float: left;
	height:45px;
	width:184px;
	margin-right:5px;
}
#menu_top li a {
	color:#666;
	text-decoration: none;
	font-weight: bold;
	background-position:top;
	background-repeat:no-repeat;
}
#menu_top li#menu1_cs a{
	background-image:url(images/menu2_pk.gif);
}
#menu_top li#menu2_cs a{
	background-image:url(images/menu2_or.gif);
}
#menu_top li#menu3_cs a{
	background-image:url(images/menu2_gr.gif);
}
#menu_top li#menu4_cs a{
	background-image:url(images/menu2_bl.gif);
}
#menu_top li#menu5_cs a{
	background-image:url(images/menu2_gy.gif);
}
#menu_top li a, #menu_top li span {
	display: block;
	padding:15px 10px 5px 10px;
	height:25px;
	font-family:"raldo", sans-serif;
}
#menu_top li a:hover, #menu_top li span, #menu_top li.sel a {
	color: #fff;
	font-weight: bold;
	background-position:top;
	background-repeat:no-repeat;
}
#menu_top li#menu1_cs a:hover, #menu_top li#menu1_cs span, #menu_top li#menu1_cs.sel a{
	background-image:url(images/menu2_pk_h.gif);
}
#menu_top li#menu2_cs a:hover, #menu_top li#menu2_cs span, #menu_top li#menu2_cs.sel a{
	background-image:url(images/menu2_or_h.gif);
}
#menu_top li#menu3_cs a:hover, #menu_top li#menu3_cs span, #menu_top li#menu3_cs.sel a{
	background-image:url(images/menu2_gr_h.gif);
}
#menu_top li#menu4_cs a:hover, #menu_top li#menu4_cs span, #menu_top li#menu4_cs.sel a{
	background-image:url(images/menu2_bl_h.gif);
}
#menu_top li#menu5_cs a:hover, #menu_top li#menu5_cs span, #menu_top li#menu5_cs.sel a{
	background-image:url(images/menu2_gy_h.gif);
}

/* CONTENT */
#content {
	float: left;
	width:730px;
	min-height: 260px;
}
#info {
	position: relative;
}
#language {
	width:26px;
	position:absolute;
	top:8px;
	right:-6px;
}
#language li{
	list-style-type:none;
	height:24px;
}

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

/* BOXES */
.leftbox, .rb_1, .rb_2 {
	width:220px;
	margin-left: 10px;
}
.leftbox h3.access, .rb_1 h3.access, .rb_2 h3.access{
	position:relative;
	left:0;
	width:220px;
	height:auto;
	font-family:"raldo", Arial, sans-serif;
}
.leftbox h3.access, .rb_1 h3.access {
	background:#01beff url(images/rb1_h3.gif) no-repeat top;
}
#left .leftbox h3.access{
	padding-bottom:0;
}
.rb_2 h3.access {
	background:#b4d200 url(images/rb2_h3.gif) no-repeat top;
}
.rb_2.editor h3.access{
	display:none;
}
.leftbox h3.access span, .rb_1 h3.access span, .rb_2 h3.access span {
	color:#fff;
	padding:0 10px;
	font-weight: normal;
}
.leftbox h3.access span {
	display:block;
	background:url(images/lb_btm.gif) no-repeat bottom;
	padding-bottom:8px;
}
#fulltext_mini h3.access {
	display:none;
}
#right .galerie h3.access{
	background:#ffb400 url(images/lb1_h3.gif) no-repeat top;
}

/* FOOTER */
#footer {
	background:#fff url(images/footer.gif) no-repeat center top;
	font-size: 88%;
	width:980px;
}
#footer p {
	color:#666;
	padding:0 20px;
}
#footer a {
	color:#666;
}
#footer_left, #footer_right {
	float: left;
	padding:18px 0 8px 0;
	width:490px;
}
#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;
}
























