* {
  padding: 0;
  margin: 0;
}
body { /* Einstellungen für den body */
  padding: 20px 0 10px 0;
  background-color: #b2b2b2;
  font-size: 100.1%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container { /* äussere Box */
  position: relative;
  color: black;
  background-color: #e6e6e6;
  border: 1px solid black;
  width: 740px;
  margin: auto;
  font-size: 1em;
}
#container hr {
  display: none;
}
#header { /* Kopf (Bild) */
  background-image: url(../layout/standard/grafiken/header.jpg);
  background-color: #e6e6e6;
  width: 740px;
  height: 143px;
  background-repeat: no-repeat;
  background-position: center top;
}
#header a{
  display: block;
  width: 100%;
  height: 130px;
}
#footer {
  clear: both;
  font-size:0.8em;
  background-color: #e6e6e6;
  text-align: right;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #01385F;
  margin: 10px 5px 0;
  padding-bottom: 1px;
}
.float2{
  float: left;
}
.right{
  text-align: right;
}
#content {
  margin-left: 10.5em;
  margin-right: 5px;
}
#spalteL {
  background-color: transparent;
  float: left;
  width: 10em;
  font-weight: bold;
}
#spalteL p{
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #01385F;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #01385F;
  padding: 0 0 0.2em 0.2em;
  margin-left: 0.5em
}
#spalteL ul {
  list-style: none;
  margin: 0.2em 0 1em 1em;
}
#spalteL a{
  text-decoration: none;
  color: #01385F;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #content{
  height: 0%;
}
/* End hide from IE5/mac */
#content h1 {
  font-size: 1.3em;
}
#bildContainer1 {
  width: 450px;
  background-color:#FFFFFF;
  padding: 4px;
  margin: 10px auto 10px auto;
}
#bildContainer2 {
  border: 4px solid #000000;
  padding: 2px;
}
#bildContainer3 {
  border: 2px solid #000000;
  padding: 2px;
}
#bildContainer3 h2{
  font-size: 24px;
  text-align: center;
  margin: 1em 0;
}
#bildContainer3 h3{
  font-size: 16px;
  text-align: center;
}
#bildContainer3 p{
  font-size: 14px;
}
#bildContainer3 img{
  border-width: 1px;
  border-style: dotted;
  border-color: #01385F;
}
#textBereich > p{
  margin: 0em 1.5em;
}
#bild {
  float: left;
  width: 160px;
}
#textBereich {
  margin-left: 163px;
}
#floater {
  float:right;
  width:100%;
}