table.main {
   width: 100%;
   height: 100%;
}

table.main_menu {
   background-color: #006600;
   height: 100%;
   width: 10%;

}

td.main_menu {
   vertical-align: bottom;
   white-space:nowrap;
   background-color: #006600;
}

td.link_impressum {
   vertical-align: bottom;
   text-align: right;
}

table.menu {
   font-size: 18px;
   font-weight: bold;
   font-family: arial, sans-serif;
   color: #aaaaaa;
   background-color: #006600;
   width: 10%;
}

table.main_content {
   width: 100%;
   height: 100%;
}

td.main_content {
   width: 100%;
}

iframe.main_content {
   margin-left: 10%;
   vertical-align: top;
   width: 90%;
   height: 97%;
   border: 0;
}

div.main_content {
   margin-left: 10%;
   vertical-align: top;
   width: 90%;
   height: 97%;
}


.content {
   font-size: 14px;
   font-family: arial, sans-serif;
}

table.content {
   width: 80%;
   height: 100%;
}

font.content_home {
   font-size: 12px;
   font-family: arial, sans-serif;
}

.sd_footer {
   margin-top: 20px;
   font-size: 10px;
   font-family: arial, sans-serif;
}

a:link, a:visited, a:active {
   color: #006600;
}

a:link.menu, a:active.menu, a:visited.menu {
   text-decoration: none;
   color: #ffffff;
}
