p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 18px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #c60000;
	line-height: 22px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #c60000;
	line-height: 19px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #c60000;
	line-height: 18px;
	text-decoration: underline;
}

a.footer-link {
	color: #000000;
	font-family: Arial, Verdana, helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;
}

body {
	padding-top: 160px;
	margin: 20; /*Aussenabstand um Rahmen in Pixel*/
	background-image:  url(bilder/engelkopfgrafik.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	background-color:#fffbe2;
}

#seiteninhalt {
	position: relative;
	width: 1000px;
}

#footer {
	clear: both;
	width: 95%;
	margin-top: 10px;
	text-align: left;
	font-family: Arial;
	font-size: 9px;
	padding: 3px;
	border-top: 1px solid #333;
	color: #000;
	}
	
	#footer .date {
		float: left;
		text-align: left;
		}
	
	#footer .contact {
		float: right;
		text-align: right;
		}


#inhalt1 {
	float: left;
	width: 340px;
	height: auto;
	margin-right: 40px;
	text-align: left;
	padding-top: 0px;
	padding-left: 17px;
}
 
#inhalt2 {
  	float: left;
  	width: 340px;
	height: auto;
	text-align: left;
	padding-top: 0px;
}

  div#Rahmen {
    width: 57.1em;
    padding: 0.0em;
    border: 0px solid black;
  }
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 58.7em;
    w\idth: 57.1em;
  }
  div#Rahmen div {
    clear: left;
  }


#navigation {
	position: absolute;	
	top: 127px;
	left: 10px;
}
ul#Navhorizontal {
    margin: 0.0em; padding: 0.0em; padding-bottom: 0.3em; padding-top: 0.2em;
    text-align: left;
    /*border: 0px #c60000;*/
  }
  ul#Navhorizontal li {
    list-style: none;
    display: inline;
   margin: 0.0em; padding: 0em;
  }
  ul#Navhorizontal a, ul#Navhorizontal span {
    padding: 0.33em 0.8em;
    text-decoration: underline; font-weight: bold; color:#c60000; font-family: Arial, Helvetica, sans-serif; font-size: 15px;
    /*border: 0px solid white;
    border-left-color: white; border-top-color: white; border-bottom-color: white; background-color: white;
    color: #efff96; */
  }
  * html ul#Navhorizontal a, * html ul#Navhorizontal span {
    width: 0em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#Navhorizontal a:hover, ul#Navhorizontal span {
	/*border-color: black;
    border-left-color: black; border-top-color: black; color: #black;*/
    background-color: #c60000;
	text-decoration: none;
	color: #FFFFFF;
  }
  
