/*
    this is for all elements of these type
*/

 body {
     color: rgb(250, 250, 250); 
     background-color: rgb(0, 0, 0);
     font-family: fixedsys,mono,sans-serif;
     }

 img {border:0;}

/*
 rot-gelb
*/
/*
 a:link { color: #FF7621 }
 a:visited { color: #FFD700 }
 a:active { color: #DD1111}

*/
/*
 blau
*/

 a:link { color: #2176FF  }
 a:visited { color: #00AAFF }
 a:active { color: #1111DD }



/*
    here are classes not bound to types
*/

 .bold {font-weight: bold; }

 .indent {
   margin-left: 5%;
   margin-right: 5%;
   padding: 1%;
  }

 .w100 {width:100%;}
 .w90 {width:90%;}
 .w80 {width:80%;}
 .w70 {width:70%;}
 .w60 {width:60%;}
 .w40 {width:40%;}
 .w30 {width:30%;}
 .w23 {width:23%;}
 .w10 {width:10%;} 
 .h1em {height:1em;}


/*                                                                              
    and finally classes of types                                                
*/  

 table.content { width: 100%; font-size:150%;}
 table.title {text-align:center; width:100%;}

 
 table.tv { border-collapse:collapse;}
 table.tv td { padding:0; border:0; margin:0; }
 table.tv img { display:block;}


 img.menubutton {text-align: left; width: 100%}
 img.playerbutton {text-align: center; width: 90%;}
 img.center-w50 {text-align: center; width: 50%;}

 span.b {font-weight:bold;}

 div.title {font-size:200%; font-weight:bold; text-align:center;}
 div.bigtitle {font-size:250%; font-weight:bold; text-align:center;}
 div.center {text-align:center;}
 
 