/* Farben blau #424C8D  rot #AA2F40  gelb #FFC41C  schwarz #000  weiß #FFF */

/* Fuer die Druckausgabe ueberfluessiges abschalten */

/* alter Befehl für Background in Body: background-color: #424C8D; */
#Navigation, #val, .legacycontent {
  display: none;
}

body
{
	font-family: Arial, Helvetica, Verdana, san-serif;
	color: #000;
	background: transparent;

}

@page {
size: auto; /* auto is the initial value */
margin: 10%;
}

/* Navigationanfang --------------------------------------------------- */

  ul#Navigation {
    margin: 0;
    padding: 0.1em;
    text-align: left;
    background-color: #424C8D;
    font-size: 10pt;
  }
  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    padding-left: 0;
    padd\ing-left: 0.8em;
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
	 padding: 0;
  }

  ul#Navigation a {
    padding: 0.1em;
    text-decoration: none; 
    font-weight: bold;
    color: #FFF;
    background-color: #424C8D;
  }
  * html ul#Navigation a {  /* Breitenangaben nur fuer IE */
    width: 100%;
    w\idth: 8.8em;
  }
  ul#Navigation a:hover {
    border-color: white;
    border-left-color: black; 
    border-top-color: black;
    color: #AA2F40; 
    background-color: #FFC41C;
   }
    
/* Navigationsende --------------------------------------------------- */


h1
{
	color: rgb(00,00,0); /* Schwarz für kleine Kommentare */
	font-size: 8pt;
	font-weight: normal;

}

h2
{
	color: rgb(00,00,0); /* Schwarz für normale Schrift */
	font-size: 10pt;
	font-weight: normal;
}

h3
{
	color: #AA2F40; /* rot für normale Schrift */
	font-size: 10pt;
	font-weight: normal;
}

h4
{
	color: #424C8D; /* blau für kleine Überschriften */
	font-size: 10pt ;
	font-weight : bold ;
}

h5
{
	color: #424C8D; /* blau für mittlere Überschriften */
	font-size: 14pt ;
	font-weight : bold ;
}

h6
{
	color:#AA2F40; /*Rote Überschriften */
	font-size: 20pt;
}

p
{
	color: rgb(0, 0, 0); /* Schwarz für normale Schrift */
	font-size: 10pt;
	font-weight: normal;
}

/* Erste Zeile schwarz für Vereinsnachrichten und Kleinanzeigen */
p.zeileeins:first-line {
	font-family: Arial, Helvetica, Verdana, san-serif;
	font-weight: bold;
}

a:link
{
	color: #424C8D;  /* das ist blau */ 
	text-decoration: none;
}

a:visited
{
	color: #424C8D;  /* das ist blau */ 
	text-decoration: none;
} 

a:active 
{
	color: #AA2F40; /* das ist rot */
	text-decoration: none;
} 

a:hover
{
	color: #AA2F40; /* das ist rot */
	background-color: #FFC41C; /* gelb */ 
	text-decoration: none;
}
