/*This is the core style sheet of part of the site.*/

body, table, tr, td { font-family:Verdana,Arial,sans-serif;
    font-size: 13px;
    text-decoration: none;
    line-height: 140%; 
    font-weight:400;
    color: #000000; 
    text-align: left;
    }
    
p   {
    margin-bottom: -5px
    }
    
.klein {
    font-size: 11px;
    text-decoration: none;
    line-height: 120%;
    text-align:left;
    }
    
h1 {
   font-size: 15px;
   letter-spacing: 2px; 
   font-weight:700;
   text-align: center;
   margin-bottom: -5px
}

h2 {
   font-size: 14px;
   letter-spacing: 1px; 
   font-weight:600;
   text-align: center;
   }
   
h3 {
   font-size: 14px;
   letter-spacing: 1px; 
   font-weight: 400;
   text-align: left;
   }
   
h4 {
   font-size: 11px;
   text-decoration: none;
   line-height: 120%;
   font-weight: 400;
   text-align: left;
   }

        
a:link {
   color: #48D1CC;
   text-decoration: none;
   }

a:visited {
   color: #00CC66;
   text-decoration: none;
   }

a:hover {
   background-color: #00FF00;
   }

a:active {
   background-color: #006B6B;
   }

a#current {
   color: #ffffff;
   background-color:#cccc99;
   background-image:url('../../CIE/none');
   }
