/*temporary*/
table.monthTable{
	width:100%;	
}
/*temporary end*/

body{
	width:980px;
	margin:20px auto;
	position:relative;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	color:#222222;
	background-color:white;
	line-height:20px;
}

#header {
	margin:0 0 15px 0;
}

#header h1{
	text-align:right;
	font-size:20px;
	margin:0 0 15px 0;
	font-weight:normal;
	border-bottom:none;
}

#header a{
	color:#222222;
}

#left {
	vertical-align:top;
}

#center {
	width:100%;
	vertical-align:top;
	padding:0 20px;
}

#right {
	vertical-align:top;
}

#footer {
	border-top:2px solid #0059A9;
	padding:2px 0 0 0;
	margin:10px 0 0 0;
	text-align:right;
}

#logo {
	position:absolute;
	z-index:1000;
}

#mainmenu{
	border-bottom:2px solid #0059A9;
	margin:0 0 0 175px;
	padding:3px 0;
	list-style:none;
	white-space:nowrap;
}

#mainmenu li{
	display:inline;
	padding:0;
	font-size:14px;
}

#mainmenu a{
	padding:0 10px;
}

#location{
	margin:0 0 0 80px;
	padding:0;
	list-style:none;
	white-space:nowrap;
}

#location li{
	display:inline;
	padding:0;
}

#location li a{
	padding:0 10px;
}

#submenu{
	padding:0;
	margin:0;
	list-style:none;
}

#submenu ul{
	padding:0 0 5px 15px;
	margin:0;
	list-style:none;
}

#submenu li{
	padding:3px 0;
}

#submenu div.collapsed{
	float:left;
	margin-right:4px;
	margin-top:2px;
	width:9px;
	height:9px;
	background-image:url("img/expand.gif");
	background-repeat:no-repeat;
}

#submenu div.expand{
	float:left;
	margin-right:4px;
	margin-top:2px;
	width:9px;
	height:9px;
	background-image:url("img/collapse.gif");
	background-repeat:no-repeat;
}

div.pager{
	text-align:right;
	margin:10px 0;
}

div.pager span.pageinfo{
	margin-left:10px;
}

div.pager a{
	margin:0 2px;
}

div.pager input.button{
	border:none;
	background-color:white;
	cursor:pointer;
}

div.hbox {
	margin:0;
	padding:0;
	float:left;
	/*background-image:url(/fileadmin/template/main/img/box_content.png);
	background-repeat:repeat-x;*/
	background-color:#0066ff;
	position:relative;
}

div.hbox div.bgleft {
	width:6px;
	/*background-image:url(/fileadmin/template/main/img/box_frame_left.png);
	background-repeat:no-repeat;*/
	background-color:#0066ff;
	z-index:0;
	position:absolute;
	top:0;
	left:0;
	height:100%;
}

div.hbox div.bgright {
	width:6px;
	/*background-image:url(/fileadmin/template/main/img/box_frame_right.png);
	background-repeat:no-repeat;*/
	background-color:#0066ff;
	z-index:0;
	position:absolute;
	top:0;
	right:0;
	height:100%;
}

div.vbox {
	width:189px;
    background-image:url(/sys_layout/img/box_content_189x1004.jpg);
    background-repeat:no-repeat;
    position:relative;
    padding:0;
    margin:0 0 10px 0;
}

div.vbox div.content {
    padding:15px;
    position:relative;
    z-index:1;
}

div.vbox div.bgtop {
    height:12px;
    background-image:url(/sys_layout/img/box_top_189x12.jpg);
    background-repeat:no-repeat;
    z-index:0;
    position:absolute;
    top:0;
    width:100%;
}

div.vbox div.bgbottom {
    height:12px;
    background-image:url(/sys_layout/img/box_bottom_189x12.jpg);
    background-repeat:no-repeat;
    z-index:0;
    position:absolute;
    bottom:0;
    width:100%;
}
