/* CSS Document 
  Name: style.css
*/

body {
  background-image: url('../images/8.gif');
  font-family: 'Comic Sans MS';
}
td th {
  background-color: #aeaebe;
  background-image: url('../images/wispy_01.jpg');
  font-family: 'Comic Sans MS';
}
th {
  font-size:  16pt;
  border: thin none black;
  padding: 5pt;
  background-image: url('../images/planker-01.jpg');
  background-repeat: repeat;
  color: white;
}

.header {
  position: fixed;
  top: 5px;
  left: 25px;
  min-height: 80px;
  min-width: 80%;
  background-image: url('../images/8-button.gif');
  background-repeat: repeat;
  color: white;
  font-size: 48px;
  padding-left: 50px;
  text-align: center;
  vertical-align: bottom;
  font-family: 'Comic Sans MS';
  border: thick groove grey;
}
#footer {
  position: relative;
  top: 500px;
}
#leftmenu {
  position: fixed;
  left: 20px;
  top: 100px;
  width: 120px;
}
#main {
  /* background: #efefef; */
  /* padding: 0.5cm; */
  position: absolute;
  top: 80px;
  left: 160px;
  bottom: 600px;
  right: 600px;

  max-width: 450px;
  min-width: 450px;
  max-height: 500px;
  min-height: 500px;
}
#right {
  background-image: url('../images/8.gif');
  position: absolute;
  top: 150px;
  left: 60%;
  max-width: 300px;
  min-width: 300px;
  max-height: 400px;
  min-height: 400px;
}
#list:hover {
  background-color: #dedede;
  cursor: pointer;
}
#menu:hover {
  color: white;
  font-weight: bold;
  background-image: url('../images/1-button.gif');
  background-color: orange;
  cursor: pointer;
}
#menu {
  font-size: 14pt;
  font-weight: bold;
  border: thick groove grey;
  padding: 3pt;
  background-image: url('../images/8-button.gif');
  background-repeat: repeat;
  color: white;
}

