/* CSS Datei für hayko.org */
/*   Elemente    */

a:hover {
Background-Color: silver;
}

BODY
{
Color: Black;
Background-Color: White;
Background-Image: none;
Font-Family: courier new, sans-serif;
Font-Style: normal;
Font-size:12pt;
Text-Align: left;
Border-Color: black;
/*scrollbar-face-color: white;
scrollbar-highlight-color: black;
scrollbar-shadow-color: #ACA899;
scrollbar-arrow-color: #ACA899;*/
}

hr{
color : black;
}

p{
font-family: inherit;
font-size: inherit;
}

a{
font-size:smaller;
color:black;
font-family:inherit;
font-weight:bold;
font-variant:small;
text-transform:none;
}

li{
list-style:circle;
text-indent:0px;
text-transform:none;
line-height : 15pt;
display : list-item;
}

input, textarea, option{
font-family: courier new;sans-serif;
text-align: inherit;
font-size: inherit;
color : black;
letter-spacing : 2px;
word-spacing : 5px;
Border-Color: #ACA899;
background-color : white;
}

/*   Classes    */

.u0 {
font-family:inherit;
font-size:24pt;

font-variant:small;
text-transform: none;

}

.u1 {
font-family:inherit;
font-size:14pt;
font-weight:bold;
font-variant:small;
text-transform: none;
text-decoration: none;
}

.u2 {
font-family:inherit;
font-size:12pt;
font-weight:bold;
}

.druck{
font-size:smaller;
text-align:right;
}

.frage{
background-color: #FFF5EE;
}

/*  Anfrage Farbe */
.mark{
font-size:smaller;
color:black;
font-family:inherit;
font-weight:bold;
font-variant:small;
text-transform:none;
background-color : yellow;
}

/* DIV-Layer */

#links {

  position:absolute; 
  top:62px; 
  left:5px;
  width: 140px;

}
#mitte {
  position:absolute; 
  top:5px; 
  left:160px;
  width: 700px;
  overflow:auto;

}

#rechts {
  position:absolute; 
  top:205px; 
  right:5px;
  width: 140px;
  
font-family : inherit;
font-size : smaller;
font-weight : bolder;
}
#unten {
  position:absolute; 
  bottom:5px;
  left:5px;
  height: 55px;
  width: 100%;
  font-size:smaller;
  text-align:center;
  overflow: hidden;

}
#warn {
/*visibility: hidden*/
  position:fixed;
  z-index: 1;
  top: 20px;
  left: 40px;
  width: 200px;
  height: 120px;
  background-color : Red;
  text-align:center;
 }
 
#addon {

  position:absolute;
  z-index: 0;
  top:1px;
  right: 10px;
  width: 140px;
  height: 100px;
  background-color : white;
  text-align:center;
}
