html, body {
  margin: 0;
  padding: 0px;
  height:100%;
  font-family: tahoma,verdana,arial,sans-serif;
  font-size: 10pt;
  color: #808080;
}

h1 {
  font-size: 12pt;

}

h2 {
  font-size: 11pt;

}

h3 {
  font-size: 10pt;
}

h1, h2, h3 {
  color: #505050;

}

a {
  color: #9d0b0e;
}

img {
  border: 0;
  padding: 0;
  margin: 0;
  display: block;  
}
/*
table, tr, td {
  border: 1px solid red;
}
*/
table.background {
  width: 100%;
  height: 100%;
}

td.main {
  padding-left: 40px;
  padding-top: 20px;
}

td.background_side {
  width: 5%;
}

td.background_main {
  width: 90%;
  vertical-align: top;   
}

td.side_left {
  vertical-align: top;   
}

td.middle {
  vertical-align: top;   
}

table.content {
  margin-left:auto;
  margin-right:auto;
  vertical-align: top; 
}

td.logo {
  vertical-align: bottom; 
}

td.banner_top {
  vertical-align: bottom; 
}

td.banner_bottom {
  vertical-align: top; 
}

td.footer {
  padding-left: 4px;
  padding-top: 4px;
  font-size: 10pt;
}

td.picture_top {
  vertical-align: top;   
  padding-bottom: 1px;
}

td.picture_bottom {
  vertical-align: top;   
  padding-bottom: 1px;
}

td.menu {
  vertical-align: top;   
  padding-bottom: 1px;
  width: 248px;
}

#sidemenu DIV.sidemenu-level1-no {
  background-image: url('../images/menubackground.jpg');
  background-repeat: no-repeat;
  height:32px;
  margin-bottom: 1px;
  margin-right: 10px;
  padding-left: 100px;
  padding-top: 4px;
  padding-bottom: 0px;
  font-size: 18px;
  color: #ffffff;
}

#sidemenu DIV.sidemenu-level1-act {
  background-image: url('../images/menubackground.jpg');
  background-repeat: no-repeat;
  height:32px;
  margin-bottom: 1px;
  margin-right: 10px;
  padding-left: 100px;
  padding-top: 4px;
  padding-bottom: 0px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

#sidemenu DIV.sidemenu-level1-no A {
  color: #ffffff;
  text-decoration: none;
}

#sidemenu DIV.sidemenu-level1-act A {
  color: #ffffff;
  text-decoration: none;
}

#sidemenu DIV A:hover {
  text-decoration: underline;
}