/* CSS Document */

/* allgemeine Angaben zum stylesheet
*/

html,body   {   
       background-color:#fff;       
       height: 99%; 
       margin:0;
       padding:0;
       }

/*  angaben zu den speziellen div, table eigenschaften
*/      
body, html, div, p, table, a, h1,h2,h3,h4,h5 {
  font-family:Verdana, sans-serif;
  font-size:11px;
  color:#000;
}

a {
text-decoration:underline;
color:#CB4545;
}

img {
border:0;
}

#outerdiv { 
       width: 99%; 
       position: absolute; 
       height: 99%; 
       text-align: center;
       }

#mainTable { 
        margin:0px auto; 
        position: relative; 
        height: 100%; 
        text-align:center;
        }

.lidwhite {    
          width:784px;   
          height:576px;
          overflow:hidden;
          text-align:left;         
          }
          
#mainContentWrapper {
height:576px; 
position: relative;
margin: auto auto; 
} 


#star_background {
width:100%;
height:100%;
text-align:center;
}




    
  
