body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
body,td,div,p,pre,ul {font-size: 13px;}


/*
a.menue:link, a.menue:visited, a.menue:active
{
background-image: url(../pic/box.gif);
color:#000066;
width:80;
height:46;
text-decoration: none;
display:block;
}

a.menue:hover
{

background-image: url(../pic/box_black.gif);
color:white;
width:80;
height:46;
text-decoration: none;
display:block;
}
*/


a.m_index_left:link, a.m_index_left:visited, a.m_index_left:active
{
background-image: url(../pic/box_left.gif);
background-repeat:no-repeat;
//padding-right: 26px;
color:#000066;
width:106;
height:46;
text-decoration: none;
display:block;
}

a.m_index_left:hover
{

background-image: url(../pic/box_left.gif);
background-repeat:no-repeat;
padding-right: 26px;
color:#000066;
width:106;
height:46;
text-decoration: none;
display:block;
}


a.visit_left:link, a.visit_left:visited, a.visit_left:active, a.visit_left:hover
{
background-image: url(../pic/box_right.gif);
color:#000066;
width:106;
height:46;
text-decoration: none;
display:block;
}

a.visit_right:link, a.visit_right:visited, a.visit_right:active, a.visit_right:hover
{
background-image: url(../pic/box_left.gif);
padding-left: 26px;
color:#000066;
width:106;
height:46;
text-decoration: none;
display:block;
}


a.m_right:link, a.m_right:visited, a.m_right:active
{
background-image: url(../pic/box_right.gif);
color:#000066;
width:106;
height:46;
text-decoration: none;
display:block;
}

a.m_right:hover
{

background-image: url(../pic/box_left.gif);
 padding-left: 26px;
color:#000066;
width:106;
height:46;
text-decoration: none;
display:block;
}


a.m_left:link, a.m_left:visited, a.m_left:active
{
background-image:url(box_left.gif);
padding-left: 26px;
color:#000066;
width:106;
height:46;
text-decoration: none;
display:block;
}

a.m_left:hover
{

background-image:url(box_right.gif);
padding-left: 0px;
color:#000066;
width:106;
height:46;
text-decoration: none;
display:block;
}


#container  {
			position: absolute;
      left: 50%;
      top: 50%;
      width: 900px;
      height: 700px;
      margin-top:25%;
      margin-left: -450px; /* half of width */
      margin-top: -350px;  /* half of height */
      background-color: #FFFFFF;
      z-index:0;
      }
	     
#mainbox  { background-color:FFFFFF;
	     position:absolute; top:0%; left:15%; width:70%; height:100%;
	     overflow:auto; overflow-x:hidden; overflow-y:hidden; z-index:1;}


#rightbox  { background-color:FFFFFF;
	     position:absolute; top:7%; right:0%; width:12%; height:70%;
	     overflow:auto; overflow-x:hidden; z-index:2;}

#right_bottom_box  { background-color:FFFFFF;
  	   position:absolute; bottom:0%; right:5%; width:12%; height:15%;
	  	 overflow:visible; overflow-x:hidden; overflow-y:hidden; z-index:7;}


#leftbox  { background-color:FFFFFF;
  	   position:absolute; top:7%; left:1%; width:12%; height:70%;
	  	 overflow:hidden; overflow-x:hidden; overflow-y:hidden; z-index:3;}
	     
#left_bottom_box  { background-color:FFFFFF;
  	   position:absolute; bottom:10%; left:5%; width:16%; height:6%;
	  	 overflow:visible; overflow-x:hidden; overflow-y:hidden; z-index:7;}
	     
#bottom  { background-color:FFFFFF;
	     position:absolute; bottom:0%; left:0%; width:100%; height:3%; z-index:8;
	      }

#leftline { background-color:000000;
  	   position:absolute; top:5%; left:15%; width:5px; height:85%;
	  	 overflow:auto; overflow-x:hidden; z-index:4;}
	  	 
#rightline { background-color:000000;
  	   position:absolute; top:5%; right:15%; width:5px; height:85%;
	  	 overflow:auto; overflow-x:hidden; z-index:5;}
	  	 

