
	a:link{ color:#2b477f; font-weight:bold; text-decoration:none;}
	a:hover{ color:red; font-weight:bold; text-decoration:none}
	a:visited{ color:purple; font-weight:bold; text-decoration:none}
  
body {
    color: black; background-color:  #aec3ec;
    font-size: 100.01%;
    font-family: Arial;
    margin: 0; padding: 0;
	text-align: center;

	border: 0;
  }
  
div#Seite {
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 1000px;
    padding: 0;
    background: #ffffe0 url(../grafik/hintergrund.gif) repeat-y;
  }

#kopf_menue1{
	background-image:url(../grafik/rahmen-oben.gif);
	background-repeat:no-repeat;
	width: 1000px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position:relative;
}
#kopf_menue2{
	background-image:url(../grafik/logo3.jpg);
	background-repeat:no-repeat;
	width: 970px;
	height: 174px;
	margin: -20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position:relative;
}

p#Fusszeile {
 	background-image:url(../grafik/rahmen-unten.gif);
	background-repeat:no-repeat;
	width: 1000px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position:relative;
    clear: both;
    font-size: 14px;
	color: white;
	text-align: center;
  }
  

  ul#Navigation {
    font-size: 0.83em;
    float: left; width: 220px;
    margin: 10px 15px 1.2em; padding: 0;
    font-family: Helvetica,Arial,sans-serif;
	color: navy;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }
  ul#Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
  }
  ul#Navigation a:link {color: black; text-decoration:none;}
  ul#Navigation a:visited {color: black; text-decoration:none;}
  ul#Navigation a:hover {color: red; text-decoration:none;}
  ul#Navigation a:active {color: black; text-decoration:none;}

  div#Inhalt {
    margin: 0 0 1em 220px;
    padding: 0 1em;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }
  div#Inhalt h2 {
    font-size: 1.2em;
	font-weight: bold;
    margin:15px 0;
    color: navy;
	text-align: center;
  }
  div#Inhalt p {
    font-size: 1em;
	font-weight: bold;
    margin: 5px 15px 15px 15px;
	text-align: left;
  }
  div#flieger {
    margin: 0 0 0 0;
    padding: 0;
  }
  * html div#flieger {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }

