/*
  Stylesheet fuer http://www.fahayek.net
  URL http://www.fahayek.net/css/hayek.css
  Copyright 2002 Rene Goergens, rg@rene-goergens.de
*/

/* _________________ Body _________________ */

body {
       margin: 15px;
       color: 181818;
       background-color: #fafffa;
       font-family: Verdana,Arial,sans-serif;
}

/* _________________ Ueberschriften _________________ */

/* To do: Sinnvollere Prozentangaben finden. Oder: em verwenden? */
h1 {
       font-size: 1.4em;
       padding-top: 0;
       margin: 0 0 20px 0;
       border-bottom: 2px solid #708090;
       /* color: #191970; */
}

h2 {
       font-size: 1.1em;
}

h3 {
       font-size: 0.9em;
}

/* _________________ Fliesstext _________________ */

p {
       line-height: 1.3;
       font-size: 0.9em;
}

/* _________________ Links _________________ */

/* normal */

a:link {
       color: #4169E1;
       text-decoration: none;
}

a:visited {
       color: #60748E;
       text-decoration: none;
}

a:hover {
       color: #0000CD;
       background-color: #eee;
       text-decoration: underline;
}

a:active {
       color: teal;
       background-color: #E9E9E9;
       text-decoration: none;
}

/* fett */

a.b:link {
       font-weight: bold;
}

a.b:visited {
       font-weight: bold;
}

a.b:hover {
       font-weight: bold;
}

a.b:active {
       font-weight: bold;
}

/* _________________ Listen _________________ */

li {
       margin-bottom: 8px;
       font-size: 0.9em;
       line-height: 1.3;
}

/* _________________ Bilder _________________ */
/* soweit keine Bilder verwendet */

/* _________________ Bildraender _________________ */
/* Entfernung des Randes um <img> in NS 4.x */
/* angelehnt an den W3C Validator, http://validator.w3.org/base.css */
a img {
       color: #FFFFFF;
       background-color: #FFFFFF;
}

/* _________________ Footer _________________ */
#footer {
       border-top: 1px solid #708090;
       border-bottom: 1px solid #708090;
       margin-top: 20px;
       padding-top: 10px;
       padding-left: 20px;
       padding-bottom: 10px;
       line-height: 1.3;
       font-size: 0.8em;
}

/* _________________ Blind-Tabellen _________________ */
/* soweit keine Blind-Tabellen verwendet! */

/* _________________ Spezielle Container _________________ */

div.invisible {
       display: none;
}

#menu {
       font-size: 0.9em;
       padding-top: 20px
}

/* Breadcrumbs (im Header) */
/* kommen spaeter */
