/*
  first some general tag enhancements,
  so we don't have to set them each time
*/

TABLE   { 
          //border: 0px;
          padding: 0px;
          margin: 0px;
        }
        
TD      { 
          //border: 0px;
          padding: 0px;
          margin: 0px;
        }

A:link      {   text-decoration: none; color: #ffbf4a; }
A:active    {   text-decoration: none; color: #ffffff; }
A:visited   {   text-decoration: none; color: #ffbf4a; }
A:hover     {   text-decoration: none; color: #ffffff; }

IMG     {  border: 0px; }        
        
BODY.sub    { 
          background-color: #008fbd;
          background-image: url(../media/general/background.gif);
          background-repeat: repeat;
          margin-top: 0;
          margin-left: 0;
          margin-right: 0;
          margin-bottom: 0;
        }
        
BODY.main    { 
          background-color: #008fbd;
          margin-top: 0;
          margin-left: 0;
          margin-right: 0;
          margin-bottom: 0;
        }
        
        
        
/*   
  some font-definitions
*/        

.header   
        {   
          font-family: verdana, arial, sans-serif;
          font-weight: bold; 
          font-size: 12px;
          word-spacing: 0px;
          line-height: 16px;
          color: #ffffff;
        }

.most_important  
        {   
          font-family: verdana, arial, sans-serif;
          font-weight: normal; 
          font-size: 12px;
          word-spacing: 0px;
          line-height: 16px;
          color: #ffffff;
        }

.important    
        {   
          font-family: verdana, arial, sans-serif;
          font-weight: normal; 
          font-size: 10px;
          word-spacing: 0px;
          line-height: 12px;
          color: #ffffff;
        }

/*
  alternative links
*/

.footer
        {   
          font-family: eurostile, verdana, arial, sans-serif;
          font-weight: normal; 
          font-size: 10px;
          color: #ffffff;
        }       
        
