 body, p a {
	font-style: italic; 
	font-family: Helvetica, Arial, sans-serif;
	line-height: 15px;
    background-color: white;
  }
    html {
	margin-top: 140px;
  }
  
  li{
  font-size: 12px;
  list-style-position: outside;
  list-style-type: none; 
  }

  body {
    margin: 0px;
	padding: 0px;
  }

  #fixiertNav {
    position: fixed;
    top: 0px; left: 0px;
    width: 100%;
    height: 112px;
	background-image:url(img/bg06.gif);
	background-repeat:repeat-x;
	text-align: center;
	z-index: 3;
  }
  
  #fixiertBanner {
    position: fixed;
    bottom: 0px; left: 0px;
    width: 100%;
    height: 90px;
	background-color: #FFFFFF;
	border-top: 2px solid #C50A05;
	text-align: center;
	z-index: 3;
  }

  #fixiertBanner img {
    margin-top: 5px;
  }

  #Inhalt {
    margin:auto;
	background-color: #ffffff;
	width: 550px;
	padding-left:125px;
	padding-right:125px;
	/*text-align: justify;*/
  }

  #Inhalt h2 {
    font-size: 12px;
    color: #C50A05;
  }
  
  #Inhalt p {
    font-size: 12px;
    margin: 20px 0px 0px;
  }
  
  a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #C50A05;
	text-decoration: underline;
}

#facebookspalte {
	position: fixed;
	top: 140px;
	width: 290px;
	height: 300px;
	margin-left: 600px;
	z-index: 2;
}
