body {
	background-color: #DBDAD6;
	margin:0px; padding:0px;}
h1 {
    font-size: 2em;
    font-family: "Myriad Web";
	color: white;
	margin: 0 0 0.7em; padding: 0.3em;
    text-align: center;
    background-color: #C21329;
 }   
 
ul#Navigation {
  font-size: 0.9em;
  font-family: "Myriad Web";
  text-align:center;
  float: left; width: 8em; 
  margin: 0; padding: 0;
  
}
ul#Navigation li  {
  list-style: none;
  margin: 0; padding: 0.25em;
}
ul#Navigation a {
  display: block;
  padding: 0.25em;
  background-color: #C21329;
  margin-left: 0.5em;
}
ul#Navigation a:link {
  text-decoration:none;
  color: white; 
}
ul#Navigation a:visited {
  text-decoration:none;
  color: #666; background-color: #eee;
}
ul#Navigation a:hover {
  text-decoration:none;
  color: black; background-color: white;
}
ul#Navigation a:active {
  text-decoration:none;
  color: white; background-color: white;
}

div#Rechts {
  float: right; 
  margin: 0; padding: 0; 
  text-align: center;
  border-width: 2px;
  border-color: silver;
  border-style: solid;
}

div#Rechts h1 {
  font-family: "Myriad Web";
  color: #453E42;
  font-size: 2em;
  background-color: #C21329;
  text-align: center;
}
div#Rechts h2 {
  font-family: "Myriad Web";
  color: #453E42;
  font-size: 1.2em;
  text-align: center;
  }
div#Rechts p {
  font-family: "Myriad Web";
  color:#453E42;
  line-height:1.4em;  
  font-size:0.9em;
  text-align: center;
}

div#Inhalt {
  margin-left: 8em; 
  padding: 0.25em 0.5em 1em 1em;
  color: #453E42;
  font-family: "Myriad Web";
}

div#Inhalt h1 {
  font-size: 2em;
  background-color: #C21329;
}
div#Inhalt h2 {
  font-size: 1.2em;
  }
div#Inhalt p {
  line-height:1.4em;  
  font-size:0.9em;
}

div#Fusszeile {
    clear: both;
	color: white;
	background-color: #C21329; 
    font-size: 0.9em;
	font-family: "Myriad Web";
    margin: 1em 0em; padding: 0.6em;
	height: 1.2em;
    text-align: center;
}

div#Fusszeile a {
  text-decoration:none;
  color: white;
  background-color: #C21329; 
  border-style: outset;
  border-color: white;
  border-width: 2px;
  padding: 5px;
  margin-right: 0.5em;
}

div#Fusszeile a:hover {
  text-decoration:none;
  color: #453E42; background-color: white;
}

div#Fusszeile p {
	color: white;
	float: inherit;
}
