/* DATEI: formate.css */


@font-face { font-family:Pfalz2; src:url(http://www.enkenbach-alsenborn.de/pfalz5.pfm); }

BODY {
  scrollbar-base-color:becf5c;
  scrollbar-arrow-color:becf5c;
  scrollbar-track-color:silver;
  scrollbar-face-color:ffffff;
  scrollbar-highlight-color:becf5c;
  scrollbar-3dlight-color:becf5c;
  scrollbar-darshadow-color:becf5c;
  scrollbar-shadow-color:becf5c;
}

p, dt, li, td {
  text-align:justify;
  font-family:verdana;
  font-size:10pt;
}

p.mitte, dt.mitte, td.mitte { text-align:center; }

legend {
  text-align:justify;
  font-family:verdana;
  font-size:140%;
}

td.links {
  text-align:center;
  color: #ffffff;
  font-family:verdana;
  font-weight:bold;
  border: solid 1pt;
  border-style:inset; 
  background-color: #becf5c;
  background-image: url(background04.jpg);
  background-repeat: repeat-y;
  border-right: 1pt solid #606060;
  border-bottom: 1pt solid #606060;
}

td.rechts {
  text-align:center;
  color: #ffffff;
  font-family:verdana;
  border: solid 1pt;
  border-style:inset; 
}

td.menue {
  text-align:center;
  color: #ffffff;
  font-family:verdana;
  font-weight:bold;
  border: solid 3pt;
  border-style:inset; 
  background-color: #ffffff;
}

td.ueberschrift {
  text-align:center;
  color: #000000;
  background-color: #becf5c;
  font-family:verdana;
  font-size:150%;
  border: solid 1pt;
  border-style:inset; 
  background-image: url(background04.jpg);
  background-repeat: repeat-y;
  background-position: left;
}

a {color: blue; text-decoration:none; }

a:hover {
  color: 000;
  background-color:#ccc;
}

A.left:link, A.left:visited, A.left:active {
  color: #000000;
  font-family:verdana;
  font-weight:bold;
}

A.links:link, A.links:visited, A.links:active {
  color: #000000;
  font-family:verdana;
}

A.left:hover, A.links:hover {
  color: #000000;
  background-color: #ffffff;
}

A.left:hover.white, A.links:hover.white {
 color: #ffffff;
}

hr {
 color: #becf5c;
 height: 1 pt;
}