body{
  margin: 0;
  background-color: #eee;
  font-family: sans-serif;
}
#hinweise{
  background-color: #FFFFE1;
  height: 24px;
  color: #000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
}
#kopfleiste{
  background-color: #c40000;
  height: 90px;
  color: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
}
#kopfleiste div#logo{
  width: 970px;
  margin: 0 auto;
}
#kopfleiste div#kontaktinfo{
  float: right;
  width: 750px;
  margin: 0 auto;
  text-align: right;
  font-size: 24pt;
  font-style: italic;
  font-weight:bold;
}
#ausrichtung{
  width: 970px;
  margin: 124px auto;
  
}
#navigation{
  background-color: #eee;
  width: 200px;
  float: left;
  font-size: 10pt;
}
#navigation table{
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}
#navigation td{
  padding: 4px;
}
#navigation td:first-child{
  width: 175px;
}
#navigation td:last-child{
  width: 22px;
  text-align: right;
}
#navigation tr:hover td{
  background-color: #ccc;
}
#navigation a{
  color: #000;
  display: block;
  padding: 0px;
  text-decoration: none;
}
#inhalte{
  width: 760px;
  margin-left: 210px;
}
#inhalte div{
  background-color: #fff;
  padding: 10px;
  box-shadow: 1px 1px 1px #ddd;
  margin-bottom: 10px;
}
#inhalte div img.icon{
  width: 40px;
  height: 40px;
  border: 1px solid #eee;
  float: left;
  margin-right: 10px;
}
#inhalte div img.chronik1{
  width: 733px;
  border: 1px solid #eee;
  box-shadow: 1px 1px 1px #eee;
}
#inhalte div img.chronik2{
  width: 365px;
  height: 365px;
  border: 1px solid #eee;
  box-shadow: 1px 1px 1px #eee;
}
#inhalte div img.chronik3{
  width: 244px;
  height:244px;
  border: 1px solid #eee;
  box-shadow: 1px 1px 1px #eee;
}
#inhalte div h2{
  font-size:100%;
  margin: 0;
}
#inhalte div p{
  margin: 0 0 14px 0;
}
#inhalte div a{
  color: #3b5998;
  text-decoration: none;
}
#inhalte div a:hover{
  color: #3b5998;
  text-decoration: underline;
}