html, body {
	height:100.1%;
	background-color: #4b4b4b;	
	margin:0;
	padding:0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

a img {border:0;}

#bodytab {
	width:80%;
	height:99%;	
	margin: 0 auto;	
	max-width:1023px;
	width:expression(document.body.clientWidth > 1100? "1023px": "90%" );
	}
	
#bodytab td {
	text-align: left;
	font-size: 12px;
	vertical-align: top;
	margin:0;
	padding:0;
	
}

.lefttd { width:165px; background-image: url(img/leftbg.gif); background-repeat: repeat-y;}
.activetd {	width:10px;}
.centertd {background-color: #eeeeee;}
.righttd {width:165px; background-image: url(img/rightbg.gif); background-repeat: repeat-y; }

/*footer*/
#footertr {	height:40px;}
.footerc {
	background-image: url(img/cfbg.gif);
	background-repeat: repeat-x;
}
.footerlpic {vertical-align: middle; }
.footerrpic {vertical-align: middle;}

/*header*/
#lefttopbox {height:100px; }
#centertopbox {
	height:87px;
	background-image: url(img/header.gif);
}


#righttopbox {height:98px; }
#rightmainbox {
	background-image: url(img/rbgs.gif);
	background-repeat: repeat-y;
}

/*----Menue-----*/

#menue {}
#menue a {
	display:block;
	font-size: 11px;
	padding:2px 10px 2px 15px;
	background-image: url(img/mabg.gif);
	background-repeat: repeat-y;
	color: #ffffff;
	text-decoration: none;
}
#menue a:hover {background-image: url(img/mabghi.gif);}

#menue h3 {
	font-size: 12px;
	padding:10px 0 3px 15px;
	margin:0;	
	background-image: url(img/mhbg.gif);
	background-repeat: no-repeat;
}
#menue .mspace {
	height:15px;
	font-size: 1px;
	background-image: url(img/mfbg.gif);
	background-repeat: no-repeat;
}


/*----Content------*/
.contentbox {
	margin: 19px 2% 0 2%;
	
}
.rightcontentbox {
	margin: 0 10px 0 5px;
	font-size: 0.9em;
}

/*-----------------------------------------------------------------*/



  /*--------------PRINT------------------*/
  
@media print {

 .lefttd, .activetd, .nprnt, #footertr, #righttopbox, #centertopbox {display:none;}
 #bodytab {	width:100%; }

}
