/* wgetgui2.css     2007/04/26  */



BODY {
  color: black;
  background-color:gray;
  font-size: 100.01%;   
  font-family: Arial, Helvetica, sans-serif;
  text-align: center; 
  
  margin: 0; padding: 0;
  
}


h1 {
  font-size: 1.12em;
  
}
h2 {
  font-size: 1.0em;  
  background-color: #99CCFF;
}
h3 {
  font-size: 0.82em;
  background-color: #99CCFF;
}

p,li {font-size: 0.82em;}

li li { font-size: 1.00em; }

table {font-size: 0.82em;}

#fixiert {
    position: absolute;
    top: 4em; left: 1em;
    
    
    
  }
html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
  }
  

/* wrapper    -------------------------*/
#wrapper {
  
 
  margin: 0 auto;
  background-color: #fff;   
  /*
   width: 86%;
  
  
  color: #000;
  border: 1px solid #000;*/
}

/* Menu left ----------------------------------------------*/
#menu_left { 
  margin-top: 0em;
  
  width: 9.5em;
  background-color:#99CCFF;
  line-height: 100%;
}

#menu_left a {
  font-size: 0.82em;
    text-decoration: none;
    font-weight:bold;
  color:white;


  display:block;
  padding:2px 5px;
  margin: 5px 10px;
  text-decoration: none;
  background-color:#0000BB;
  text-align:left;
  
  /*  3D-shape  */
  border-left:1px solid #8080FF;
  border-top:1px solid #8080FF;
  border-right:1px solid #101010;
  border-bottom:1px solid #101010;

}
#menu_left a:hover {
  color:#000099;
  background-color:white;   
}
#menu_left a:active {
  color:black;
  background-color:lime;   
}
#menu_left a.aktiv {
  background-color:#8080FF; 
  color:white;
    
}

/* content-------------------------------------------------- */
#content {

  padding: 10px 20px 30px;
  background-color: white; 
  color: #000;
  
  text-align: left;
  min-width: 20em; /* Mindestbreite */
  min-height: 20em;
  overflow:visible;
  
  
  border-left: 12em solid #99CCFF;
  
  
  /* round corner
  margin-left: 12em
  border-left: 9.5em solid #99CCFF;
  
  background-image:url(./images/obenlinks.png);
  background-position:top left;
  background-repeat:no-repeat;
  */
  
}
#content a {
  font-size: 1.00em;
}


/*  -------------------------------------------------- */
#hist td {
  vertical-align:top;
  padding-right:1.0em;
}

/*  -------------------------------------------------- */
/* the about infobox in the right-bottom */
.aboutbox {
  border-color: black;
  border-width: 0px;
  border-style: solid;
  background-color: #99CCFF;
  color: #000000;
  font-size: 0.82em;
  float: right;
  text-align: left;
  
  
  
  padding: 2px 2px 2px 2px;
}

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











