*
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 18px;
	color: black;
}

html
{
	height:100%;
	overflow: -moz-scrollbars-vertical;
	font-family: Verdana, Arial, Sans-Serif;
	color: #002850;
	font-size: 13px;
}

body
{
    height:100%;
	margin: 0px;
	padding: 0px;
	background-color: #344a80;
}

#content
{
	width: 1000px;
	margin: 0px;
	padding: 0px;
	margin-left: auto; _margin-left: expression(dummy=(Math.max((parentNode.clientWidth-this.offsetWidth)/2,0))+"px");
	margin-right: auto;
	background-color: white;
	min-height: 100%; _height: 100%; _overflow: display;
	background: url(../img/page_bg.png) repeat-y;
	position: relative;
}

#top
{
	z-index: 1;
	width: 1000px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #344a80;
}
#top-text 
{
	color: white;
	font: normal 11px/20px Arial, sans-serif;
	text-align: right;
	padding-right: 55px;
}
#top-text b
{
	color: white;
	font: bold 11px/20px Arial, sans-serif;
}

#header
{
	z-index: 2;
	width: 1000px;
	height: 180px;
	position: absolute;
	left: 0px;
	top: 20px;
	overflow: hidden;
	background: url(../img/header.jpg) no-repeat #223156;

}

#menus
{
	z-index: 3;
	position: absolute;
	left: 8px;
	top: 200px;
	width: 984px;
	height: 52px;
	overflow: hidden;
	background: #223156;
}
#menu-left,
#menu-center,
#menu-right
{
	float: left;
	height: 52px;
	overflow: hidden;
}

#menu-left,
#menu-right
{
	width: 12px;
}
#menu-center
{
	width: 960px;
}

#menu-left {background: url(../img/menu_left.png) bottom no-repeat;}
#menu-right {background: url(../img/menu_right.png) bottom no-repeat;}

#menu-center *
{
	display: block;
	float: left;
	height: 52px
}

#menu-center a
{
	width: 160px;
	background: url(../img/button_bg.png) repeat-x;
}

#menu-center a .menu-button-border
{
	width: 1px;
	background: url(../img/button_border.png);
}

#menu-center a .menu-button-border-on
{
	width: 1px;
	background: url(../img/button_border_on.png);
}

#menu-center a .menu-button-text,
#menu-center a .menu-button-text-on
{
	width: 158px;
	text-align: center;
	font: bold 16px/66px Arial, sans-serif;
	color: black;
	cursor: pointer;
}

#menu-center a .menu-button-text-on
{
	line-height: 58px;
	background: url(../img/button_bg_on.png) repeat-x;
}

#menu-center a:hover .menu-button-text
{
	background: url(../img/button_bg_over.png) repeat-x;
}
#menu-center a:hover .menu-button-text-on
{
	color: #e48b00;
}

#menus-bottom
{
	z-index: 4;
	position: absolute;
	left: 8px;
	top: 252px;
	width: 984px;
	height: 5px;
	overflow: hidden;
	background: url(../img/menu_bottom.png) repeat-x white;
}

#mainarea-top
{
	z-index: 5;
	position: absolute;
	left: 9px;
	top: 257px;
	width: 983px;
	_width: 982px;
	height: 23px;
	overflow: hidden;
	background: url(../img/mainarea_top.png) repeat-x #4c99cc;
}

#mainarea-top-left
{
	z-index: 6;
	position: absolute;
	left: 0px;
	top: 13px;
	width: 194px;
	height: 10px;
	background: url(../img/mainarea_top_left.png) no-repeat;
}
#mainarea-top-right
{
	z-index: 6;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 10px;
	height: 14px;
	background: url(../img/mainarea_top_right.png) no-repeat white;
}

#mainarea {
	z-index: 1;
	padding-top: 290px;
	padding-bottom: 50px;
}

#maintable {
	table-layout: fixed;
	margin-left: 20px;
	margin-bottom: 30px;
}

.contentarea {
	overflow: hidden;
}


#centercontent
{
	_padding-top: 10px;
	padding-bottom: 20px;
}

#submenu a
{
	display: block;
	height: 42px;
	overflow: hidden;
	margin-bottom: 5px;
	cursor: pointer;
}

#submenu a .submenu-button-left,
#submenu a .submenu-button-right,
#submenu a .submenu-button-left-on,
#submenu a .submenu-button-right-on
{
	float: left;
	width: 4px;
	height: 42px;
}
#submenu a .submenu-button-left {background: url(../img/sub_button_left.png);}
#submenu a .submenu-button-right {background: url(../img/sub_button_right.png);}
#submenu a .submenu-button-left-on {background: url(../img/sub_button_left_on.png);}
#submenu a .submenu-button-right-on {background: url(../img/sub_button_right_on.png);}

#submenu a .submenu-button-textbox
{
	float:left;
	width: 152px;
	height: 42px;
	overflow: hidden;
	background: url(../img/sub_button_bg.png);
}

#submenu a .submenu-button-text
{
	padding-left: 30px;	
	font: bold 16px/42px Arial, sans-serif;
	color: #0a161e;
	background: url(../img/sub_button_bullet.png) no-repeat 6px;
}

#submenu a:hover .submenu-button-text {color: white}

#submenu a .submenu-button-textbox-on
{
	float:left;
	width: 152px;
	height: 42px;
	overflow: hidden;
	background: url(../img/sub_button_bg_on.png);
}

#submenu a .submenu-button-text-on
{
	padding-left: 30px;
	font: bold 16px/42px Arial, sans-serif;
	color: white;
	background: url(../img/sub_button_bullet_on.png) no-repeat 6px;
}

#footer
{
	z-index: 1;
	width: 1000px;
	height: 60px;
	position: absolute;
	left: 0px;
	bottom: 0px; _bottom: expression(dummy=(-body.clientHeight % 2)+"px");
	background: url(../img/footer_bg.png) repeat-x;
	overflow: hidden;
}

#footer-top,
#footer-left,
#footer-imprint,
#footer-right
{
	position: absolute;
	overflow: hidden;
}
#footer-top
{
	left: 9px;
	top: 0px;
	width: 186px;
	_width: 185px;
	height: 10px;
	background: url(../img/footer_top.png) no-repeat right top #84caf8;
}
#footer-left
{
	left: 0px;
	top: 0px;
	width: 15px;
	height: 40px;
	background: url(../img/footer_left.png) no-repeat;
}
#footer-imprint
{
	left: 842px;
	top: 11px;
	width: 114px;
	height: 19px;
	background: url(../img/footer_imprint.png) no-repeat;
	text-align: center;
}
#footer-imprint a
{
	font: bold 12px/25px Arial, sans-serif;
	color: #b1bfdf;
}

#footer-right
{
	right: 0px;
	top: 0px;
	width: 15px;
	height: 40px;
	background: url(../img/footer_right.png) no-repeat;
}

/*********************************************************************
 ***
 ***  Module-Status
 ***
 *********************************************************************/
.status-INFO, .status-WARNING, .status-ERROR
{
	float: left;
	font-family: Verdana, Arial, Sans-Serif;
	color: #002850;
	font-size: 10px;
	margin: 15px 0px 15px 0px;
	padding: 2px;
	width:100%;
	font-weight: bold;
}

.status-ERROR
{
	border: 1px solid red;
	color: #800000;
}

.status-WARNING
{
	border: 1px solid red;
	color: #800000;
}

.status-INFO
{
	border: 1px solid green;
	color: #008000;
}
