/* Stylesheet
   $Id: style.css,v 1.1 2005/04/13 20:31:19 wwwuser Exp wwwuser $
*/

@page {
  size: 21cm 29.7cm; margin-left: 1.5cm; margin-right: 1cm;
  margin-top: 1cm; margin-bottom: 1cm;
  color: #000000; background-color: #ffffff;
}
dummy {}
BODY.main { 
  font-family: Arial, Helvetica, Sans-Serif;
  color: #801010;
  background-color: #eaeaea;
  text-align: left;
  padding: 10px;
}
BODY.auszeit {
  font-family: Arial, Helvetica, Sans-Serif;
  color: #000000;
  background-color: #f0f0f0;
  text-align: left;
}
DIV.normal { 
  width: 95%;
  margin: auto;
  padding-top: 4px;
  text-align: left;
}
DIV.small {
  width: 95%;
  margin: auto;
  text-align: left;
  font-size: small;
  font-weight: 400;
}
DIV.center {
  margin: auto;
  text-align: center;
}
DIV.left {
  float: left;
}
DIV.right {
  float: right;
}
DIV.bgpic { 
  background-image: url(../images/bs.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
.left-normal {
  text-align: left;
}
.right-normal {
  text-align: right;
  padding-right: 4px;
}
.center-normal {
  text-align: center;
}
.left-bold {
  text-align: left;
  font-weight: bold;
}
.right-bold {
  text-align: right;
  font-weight: bold;
}
TABLE.full {
  width: 95%;
  margin: auto;
  border-width: 0;
  border-style: none;
  padding: 0;
}
TH.navi {
  text-align: center;
  border-top: 2px ridge #D01010;
  border-left: 2px ridge #801010;
  border-right: 2px ridge #500000;
  border-bottom: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
}
TH.navii {
  text-align: center;
  border-top: 2px ridge #D01010;
  border-left: 2px ridge #801010;
  border-right: 2px ridge #500000;
  border-bottom: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 2px;
  color: #ffffff;
  background-color: #801010;
}
A.navi:link {
  color: #a01010;
  text-decoration: none;
}
A.navi:active { 
  color: #e01010;
  text-decoration: none;
}
A.navi:visited {
  color: #800000;
  text-decoration: none;
}
A.navi:hover {
  color: #ffffff;
  background-color: #801010;
  text-decoration: none;
}
A.navii:visited {
  color: #ffffff;
  text-decoration: none;
}
FONT.large { 
  font-size: 1.2em;
}
FONT.small {
  font-size: 0.8em;
  font-weight: 400;
}
H1 { font-size: 1.8em; }
H2 { font-size: 1.2em; }
H3 { font-size: 1.2em; font-style: italic; }

