body {
    color: rgb(0, 0, 0); 
    background-color: rgb(228, 72, 31); 
    font-size: 100.01%;
    font-family: Verdana;
    height: 100%; 
}

a:link { 
    color:white; 
    text-decoration:underline; 
}

a:visited { 
    color:white; 
    text-decoration:underline; 
}

a:active { 
    color:white; 
    text-decoration:underline; 
}

#Header {
    position: absolute;
    margin: 0;
    top: 0; left: 0;
}
html>body #Header {  /* nur fuer moderne Browser! */
  position: fixed;
}

/* Menu definitions */
#Menu {
    position: absolute;
    margin: 0;
    top: 140px; 
    left: 0;
    bottom: 0; 
    overflow: visible;
}
html>body #Menu {  
  position: fixed;
}

img {
    border-width:0px;
    border-style:none;
}

img.MenuImage {
    position: absolute;
    margin: 0;
    left: 0;
    border: 0;
    width: 225px; 
    height: 50px; 
}

a.MenuLink:link { border: 0; border-style:none; }
a.MenuLink:visited { border: 0; border-style:none; }
a.MenuLink:focus { border: 0; border-style:none; }
a.MenuLink:hover { border: 0; border-style:none; }
a.MenuLink:active { border: 0; border-style:none; }

#Content {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 140px; 
    left: 225px;
    right: 0;
    bottom: 0;
}
html>body #Content {  
  position: fixed;
}

/* Breadcrumbs */
#Breadcrumb {
    font-size: 65%;
}

/* Page headers */
h1 {
    text-align: center;
    font-weight: bold;
    font-size: 82%;
}    

/* Page definitions */
img.TableImage {
    border-width:0px;
    border-style:none;
    width: 100px; 
    height: 100px;
} 

#Std {
    font-size: 82%;
}    

#StdCtr {
  text-align: center;
  font-size: 82%;
}
