@charset "UTF-8";
/* CSS Document */

  body {
	color: black;
	background: #FFFFFF url(../,images/img01.jpg) repeat-x left top;
	font-size: 100.01%;
	font-family: Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 2em 0;
	text-align: center;  /* Zentrierung im Internet Explorer */	
  }
  
  div#Seite {
	text-align: left;    /* Seiteninhalt wieder links ausrichten */
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	width: 1025px;
	padding: 0;
	border: 0px ridge silver;
	background-color: #FFF;
	background-image: url(../,images/hintergrund.gif);
	background-repeat: repeat-y;
  }

  h1 {
	font-size: 1.5em;
	margin: 0;
	padding: 0.3em;
	text-align: center;
	height: 100px;
	border-bottom: 0px solid silver;
	color: white;
	background-color: #FFF;
	background-image: url(../,images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 22% 45%;
  }

  #Navigation {
	width: 1025px;
	height: 51px;
	margin: 0 auto;
	padding: 0;
	background: url(../,images/img02.jpg) repeat-x left bottom;
}

#Navigation ul {
	margin: 0;
	padding: 0px 0px 0px 48px;
	list-style: none;
	line-height: normal;
}

#Navigation li {
	float: left;
}

#Navigation a {
	display: block;
	height: 41px;
	margin-right: 1px;
	padding: 20px 20px 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #7E0044 -1px 1px 2px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#Navigation .current_page_item a {
	background: url(../,images/img03.jpg) repeat-x left top;
	text-shadow: #43206B -1px 1px 2px;
}

#Navigation a:hover {
	background: url(../,images/img03.jpg) repeat-x left top;
	text-decoration: none;
}

  div#Textbox_Links {
	float: left;
	width: 120px;
	margin: 20 0 1.2em;
	padding: 0;
	display: block;
	clear: both;
	padding: 24px 60px 20px 20px;
	line-height: 20px;
	font-size:17px;
	color: #000;
	text-align:right;
  }
      
  div#Inhalt {
	margin: 0 0 1em 190px;
	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.1em;
	margin: 0.8em 2;
	color: #666;
	line-height: 22px;
  }
  div#Inhalt p {
	font-size: 0.9em;
	margin: 1em 0;
	line-height: 17px;
  }
  div#Inhalt li {
	font-size: 0.9em;
	margin: 1em 0;
	line-height: 15px;
  }
  
  
  #footerbg {
	background: #FFFFFF url(../,images/footer.png) repeat-x left bottom;
	margin: 70;
	}

  p#Fusszeile {
    clear: both;
    font-size: 0.83em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: #FFF;
	color:#FFF;
    border-top: 0px solid silver;
  }
