table img {
   padding:1px;
   border:1px solid #021a40;
}
table img:hover {
   padding:1px;
   border:1px solid #FF0000;
}
table tr td div a{
      font-size: 18px;
      color:   #0000FF;
}
table tr td div a:hover{
      color:   #FF0000;
}

#textbox
{
    text-align:  justify;
    margin: 10px 0px 10px 0px;
    padding: 5px 5px 5px 10px;
    width: 800px;
    height: 210px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    -moz-box-shadow: 0px 0px 12px #000000;
    -webkit-box-shadow: 0px 0px 12px #000000;
    box-shadow: 0px 0px 12px #000000;
}
#textbox1
{
    text-align:  justify;
    margin: 10px 0px 0px 80px;
    padding: 10px 10px 10px 10px;
    width: 300px;
    height: 100px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    -moz-box-shadow: 0px 0px 12px #FF0033;
    -webkit-box-shadow: 0px 0px 12px #FF0033;
    box-shadow: 0px 0px 12px #FF0033;
}
#textbox2
{
    text-align:  justify;
    margin: 10px 0px 0px 80px;
    padding: 10px 10px 10px 10px;
    width: 800px;
    height: 150px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    -moz-box-shadow: 0px 0px 12px #FF0033;
    -webkit-box-shadow: 0px 0px 12px #FF0033;
    box-shadow: 0px 0px 12px #FF0033;
}
#textbox3
{
    text-align: justify;
    margin: 15px 0px 0px 0px;
    padding:10px 10px 10px 10px;
    width: 900px;
    height: 100%;
    background-color: #C0C0C0;
    opacity: 0.9;       /* modern browser */  
    -moz-opacity: 0.9;  /* older Mozilla browser */  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE8 in Standard Compliant Mode */  
    filter:alpha(opacity=90); /* IE5.x -7.0 */  
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    -moz-box-shadow: 0px 0px 12px #FF0033;
    -webkit-box-shadow: 0px 0px 12px #FF0033;
    box-shadow: 0px 0px 12px #FF0033;
}
#textboxoldi
{
    text-align:  center;
    margin: 20px 0px 10px 0px;
    padding: 5px 5px 5px 10px;
    width: 500px;
    height: 80px;
    background-color: #E9E2B8;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    -moz-box-shadow: 0px 0px 40px #000000;
    -webkit-box-shadow: 0px 0px 40px #000000;
    box-shadow: 0px 0px 40px #000000;
}
#textboxoldi1
{
    text-align: justify;
    margin: 20px 0px 10px 0px;
    padding: 10px 30px 10px 30px;
    width: 800px;
    height: 80px;
    background-color: #E9E2B8;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    -moz-box-shadow: 0px 0px 40px #000000;
    -webkit-box-shadow: 0px 0px 40px #000000;
    box-shadow: 0px 0px 40px #000000;
}
#schrift{ 
    font-size: 14px;  
    color:  #000000;
    font-weight: bolder;
}
#ueberschrift{
    margin: 20px 0px 0px 150px
}
#tag{
    margin: 20px 20px 20px 50px
}
h1{
 font-size: 22px;
}