/* 
##################################################
Standard Styles
##################################################
*/

body { margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; } /* Grundeigenschaften */

p,div,td,th,ul,ol,li,dt,dd,nobr,input,option,textarea,b,i,h1,h2,h3,h4,h5,h6 { font-family:arial,helvetica,sans-serif; } /* Schriftarten */
div,td,ul,ol,li,dt,dd,nobr,input,option,textarea { font-size:12px; } /* Schriftgroesse */


a.menu:link { color:#808182; text-decoration:none; font-style: bold; } /* noch nicht besuchter Link */ 
a.menu:visited { color:#808182; text-decoration:none; font-style: bold;} /* bereits besuchter Link */
a.menu:hover { color:#808182; text-decoration:underline; font-style: bold; } /* Hover-Effekt */
a.menu:active { color:#808182; text-decoration:underline; font-style: bold; } /* gerade angeklickter Link */

a.link:link { color:#FFFFFF; text-decoration:none; font-style: bold; } /* noch nicht besuchter Link */ 
a.link:visited { color:#FFFFFF; text-decoration:none; font-style: bold;} /* bereits besuchter Link */
a.link:hover { color:#FFFFFF; text-decoration:underline; font-style: bold; } /* Hover-Effekt */
a.link:active { color:#FFFFFF; text-decoration:underline; font-style: bold; } /* gerade angeklickter Link */

a.aktuelles:link { color:#FFFFFF; text-decoration:none; font-style: bold; } /* noch nicht besuchter Link */ 
a.aktuelles:visited { color:#808182; text-decoration:none; font-style: bold;} /* bereits besuchter Link */
a.aktuelles:hover { color:#808182 ; text-decoration:underline; font-style: bold; } /* Hover-Effekt */
a.aktuelles:active { color:#808182; text-decoration:underline; font-style: bold; } /* gerade angeklickter Link */


ul { list-style-type:square; } /* Standard-Listentyp */


small {  
font-weight: normal; 
  font-size: 11px;
  line-height: 13px; 
  font-variant: normal;
  font-style: normal;
  color:#FFFFFF; } 



.h1red { color:#EC0E17; font-size:17px; font-style: italic; };
.h1braun { color:#D6C1A3; font-size:17px; font-style: italic; };


P { 
  font-weight: normal; 
  font-size: 9px;
  line-height: 12px; 
  font-variant: normal;
  font-style: normal;
  color:#FFFFFF;
}


H1 { 
  font-weight: bold; 
  font-size: 17px;
  line-height: 20px; 
  font-variant: normal;
  font-style: italic;
  color:#EC0E17;
}

H2 { 
  font-weight: bold; 
  font-size: 15px;
  line-height: 18px; 
  font-variant: normal;
  font-style: italic;
  color:#D6C1A3;
}

H4 { 
  font-weight: bold; 
  font-size: 14px;
  line-height: 20px; 
  font-variant: normal;
  font-style: normal
  color:#000000;
}

H5 { 
  font-weight: bold; 
  font-size: 12px;
  line-height: 12px; 
  font-variant: normal;
  font-style: normal
}
