body {
font-family:arial,helvetica,sans-serif;font-size:14px;
}
.cont1 {   
    color: #ffffff;  
    height: 60px;  
    width: 200px;  
    padding: 20px;  
    margin-right: 10px;  
} 
.tdoben {font-size:18px;color:#FFFFFF;}
.tboben {background-color:#1F2980;height:60px;font-size:18px;}
.tbmitte {background-color:#1F2980;height:524px;font-size:12px;}
.tbunten {background-color:#1F2980;height:100%;font-size:14px;}
.text00 {font-family:arial,helvetica,sans-serif;font-size:18px;color:#FFFFFF;}
.text01 {font-family:arial,helvetica,sans-serif;font-size:14px;color:#FFFFFF;}
.text02 {font-family:arial,helvetica,sans-serif;font-size:14px;color:#FFFFFF;margin-top:6px;}

.bq   {float:left;padding-right:10px;padding-top:10px;}
.abpro   {height:90px;}

a:link	      {font-family: Arial, Helvetica, sans-serif;text-decoration: none;color:#FFFFFF;}
a:visited    {font-family: Arial, Helvetica, sans-serif;text-decoration: none;color:#FFFFFF;}
a:active     {font-family: Arial, Helvetica, sans-serif;text-decoration: underline;color:#FFFFFF;border:dotted 1px #FFFFFF;}
a:hover     {font-family: Arial, Helvetica, sans-serif;text-decoration: underline;color:#FFFFFF;}

h1		{font-family: Arial,Helvetica,sans-serif;font-size:12px;font-weight:bold;margin-bottom:6px;}
h2		{font-family: Arial,Helvetica,sans-serif;font-size:11px;font-weight:bold;margin-bottom:3px;margin-top:6px;}
.normal {font-family: Arial,Helvetica,sans-serif;font-size:14px;}
.norm {font-family: Arial,Helvetica,sans-serif;font-size:10px;}
.cr {color:#FFFFFF;}
.hla {color:#FFFFFF;text-decoration:underline;}

    .parent {   
      color: #ffffff;  
      height: 60px;  
      width: 200px;  
      padding: 20px;  
      margin-right: 10px;  
    }  
      
    .child {   
      background: #ff0;   
      color: #000;   
      height: 50px;   
      padding: 10px;  
    }  
      
    .colorA { background: #8888AA; }  
    .colorB { background: #61628B; }  
    .colorC { background: #48485C; } 
	.colorD { background: #333341; }
      
    /* partial opacity hack: configuration */  
    .opacity {   
        opacity: 0.5;       /* modern browser */  
        -moz-opacity: 0.5;  /* older Mozilla browser */  
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 in Standard Compliant Mode */  
        filter:alpha(opacity=50); /* IE5.x -7.0 */  
    }   
      
    /* partial opacity hack, part I: Don't change the following properties! */  
    .opacity-wrapper,  
    .opacity-wrapper * {  
        position:relative;  
    }  
      
    .opacity {   
        /* partial opacity hack, part II: Don't change the following properties! */  
        width: 100%;  
        height: 100%;  
        position:absolute;  
        top:0;  
        left:0;  
    }   
      
    /* partial opacity hack, part III: IE6 support */  
    * html .opacity-wrapper {   
        overflow:hidden;  
    }  
    * html .opacity {   
        width: 2000px;   
        height: 2000px;  
    }   


