
body { font-family: tahoma;
       font-size:12px;
       padding:0px; }

img  {border:none;}

a
{ color:#5A5A5A; text-decoration: none; }
a:hover
{ text-decoration:underline; } 

div.fehlermeldung, div.fehlermeldung_lang
{
  border:solid 1px red;
  background:#EF9183;
  padding:8px 4px 8px 16px;
  width:40%;
  margin-bottom:2px;
  margin-top:2px;
}

div.fehlermeldung_lang
{
  width: 80%;
  margin-left:auto;
  margin-right:auto;
}

tr.gray_hover
 {
 background-color:#ECEDF1;
 }
tr.gray_hover:hover { background-color:#d3d3d3; }


div.infobox
 {
 border:#DADADA solid 1px;
 width:128px;
 margin-bottom:8px;
 }
 
div.infobox_header
 {
 background-image:url(../pictures/bg_shadow.jpg);
 line-height:16px; font-weight:bold;
 padding-left:4px;
 }
 
div.infobox_content
 {
 background-image:url(../pictures/bg_shadow_bottom.jpg);
 background-repeat:repeat-x;
 background-position:bottom;
 padding: 2px 0px 4px 4px;
 }