  /* Allgemein  */
body
{
  font-family:Georgia,Tahoma,Verdana,Arial,Helvetica,sans-serif;
  /* font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif; */
  /* font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif; */
  /* font-family:Arial,Verdana,Tahoma,Helvetica,sans-serif; */
  font-size:11pt;
  margin:0;
  padding:2px;
  background-color:#FAFFF5;
}
/* alt: bold / dotted  5f7693  */
a
{
  color:#282A91;  
  text-decoration : none;
  font-weight : normal;
  border-bottom-style:solid;
  border-bottom-width:1px;
  background-color : transparent;
}

a:hover 
{
  /*color:#910005;*/
  background-color:#910005;
  color:#FAFFF5;
}
/*
img a.hover
{
  color:#5f7693;
  background-color:transparent;
}
*/

p#footerbar
{
  text-align:center;
  font-size:10px;
  color:#B0B0B0;
}

hr
{
  width:100%;
}

/***** For Shadow Script */

/*

.shadow{
border:1px solid silver;
position:relative;
display:inline;
background:white;
z-index:100
box-shadow: 5px 5px 5px #888;
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=20); 
opacity:0.2; 
-moz-opacity:0.2; 
-khtml-opacity:0.2; 
z-index:10
}
*/

/***** For Shadow Script Fertig  */
