/* DATEI: fachforum.css */

body

{ background-color:#DCDEF2;
  color:#000064;

  margin-top:0px;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:0px;

  padding-top:10px;
  padding-bottom:0px;
  padding-left:30px;
  padding-right:30px;

  font-family:Arial,Helvetica,sans-serif;
  font-size:12pt;
  font-weight:normal;
  text-align:center;
} 

p
{ text-align:justify;

}

ul
{ list-style-type:disc;
  text-align:left;
  margin-left:40px;
}



small
{ font-size:10pt;

}


h1 { font-size:220%; }
h2 { font-size:160%; }
h3 { font-size:145%; }
h4 { font-size:125%; }
h5 { font-size:115%; }


a:link    {                           color:#0000FF;   text-decoration:none; }
a:visited {                           color:#8080FF;   text-decoration:none; }
a:active  { background-color:#000064; color:#FFFFFF;   text-decoration:none; }
a:hover   { background-color:#0000FF; color:#F5F5FF;   text-decoration:none; }



.footer
{
  text-align:center;
  font-size:x-small;
}


a.backhome:link  
{ color:#0000FF; 
  text-decoration:none;
  font-size:x-small;
  font-style:italic;
} 

a.backhome:visited
{ color:#0000FF;
  text-decoration:none;
  font-size:x-small;
  font-style:italic;
}

a.backhome:active
{ background-color:#000064;
  color:#FFFFFF;
  text-decoration:none;
  font-size:x-small;
  font-style:italic;
}

a.backhome:hover
{ background-color:#DCDEF2;
  color:#0000FF;
  text-decoration:underline;
  font-size:x-small;
  font-style:italic;
}


table.footertable
{ background-color:#DCDEF2; 
  margin-top:20px;
  margin-bottom:0px;
  padding:0px;
  border-spacing:0px;
  width:100%;
} 


table.ff_navi
{ background-color:#616387;
  vertical-align:top;
  border-style:none;
  margin-top:0px;
  margin-bottom:0px;
  width:100%;
}

a.ff_navi
{ background-color:#616387;
  color:#DCDEF2; 
  text-decoration: none;
  font-style:normal; 
  font-weight:bold;
  font-size:x-small; 
} 


a.ff_navi:active
{
  background-color:#FFFFFF;
  color:#616387; 
} 

a.ff_navi:hover 
{ 
  background-color:#616387;
  color:#FFFFFF; 
} 



table.ff_text
{ background-color:#F0F0FF; 

  border-right-width:1px;
  border-right-style:solid;
  border-right-color:#616387;
 
  border-left-width:1px;
  border-left-style:solid;
  border-left-color:#616387;

  border-spacing:20px;
  
  width:100%;
}

  

