body {
  margin: 0px auto;
  padding: 0px;
  font-family: "Bitstream Vera Sans",Verdana,sans-serif;
  font-size: 0.9em;
  line-height: 1.5em;
  color: #5f6a65;
  clear: both;
  background-color: #ffffff;
  background-image: url(images/bg.png);
    background-repeat: repeat-x;
  text-align:center; /*für IE*/
  
}
#imp_tabelle {
  font-size: 0.8em;
  line-height: 1.2em;
}
#imp_tabelle a {
  text-decoration: none;
  color: #5f6a65;
}
#page {
  padding: 0px;
  background-repeat: repeat-y;
  width: 960px;
  text-align:left;
  margin-right: auto;
  margin-left: auto;
  position: relative;


}
#header {
  height: 148px;
  background-repeat: no-repeat;
  background-image: url(images/header.png);
  color: #000000;
}
#navi {
  clear: both;
  padding: 0px 25px 0px 25px;
  height: 29px;
  text-align: right;
 /* font-size: 1.1em;*/
  background-repeat: no-repeat;
  background-image: url(images/navi.png);
}
#navi h1 {
  font-size: 1em;
  font-weight: bold;
  color: #346d50;
  line-height: 1.5em;
}
#navi ul {
  margin: 0px 0px 0px 50px;
  padding: 0px;
  list-style-type: none;
}
#navi li {
  margin-bottom: 10px;
}
#navi a {
  color: #333333;
  font-weight: bold;
  text-decoration: none;
}
#navi a:hover {
  color: #333333;
  font-weight: bold;
  text-decoration: none;
}
#inhalt {
  padding-left : 30px;
  clear: both;
 /* margin-left: 10px;*/
   background-image: url(images/middle.png);
  background-repeat: no-repeat;
  background-color: #ccdee8;
    height: 405px;

}
#inhalt a {
  text-decoration: none;
  color: #666666;
}
#inhalt a:hover {
  text-decoration: none;
  color: #666666;
}
#footer {
  background-image: url(images/footer.png);
  background-repeat: no-repeat;
  clear: both;
  color: #666666;
  font-size: 0.6em;
  height: 29px;
  padding-top: 20px;
  text-align: center;
}
#footer a {
  text-decoration: none;
  color: #666666;
}
.links {
  padding: 2% 2% 2% 10px;
  float: left;
  width: 47%;
}
.rechts {
  padding-top: 2%;
  padding-right: 2%;
  padding-bottom: 2%;
  float: right;
  width: 47%;
}
.lang {
  padding-bottom: 2%;
  padding-right: 2%;
  width: 96%;
  clear: right;
}
#headertext {
  color: #346d50;
  text-align: right;
  padding-right: 30px;
  text-decoration: none;
}
#headertext a {
  color: #346d50;
  text-decoration: none;
}
#download {
  color: white;
  width: 100%;
}
#download a {
  border: 1px solid white;
  text-align: center;
  color: white;
  display: block;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
#download a:hover {
  color: #d6d9e0;
}
h1 {
  color: #00486d;
  font-size: 1.4em;
  line-height: 1.4em
}
h2 {
  /*padding: 2px 0px 0px 10px;*/
  font-size: 1.1em;
  background-repeat: no-repeat;
  color: #00486d;
 /* background-image: url(images/h1.png);*/
 /* height: 25px;*/
}
h3 {
  font-size: 1.4em;
  padding-left: 10px;
}
h4 {
  font-weight: bold;
  padding-left: 10px;
  font-size: 1.2em;
  line-height: 0em;
  padding-top: 1em;
}
#inhalt p {
  padding-left: 10px;
}
#inhalt img {
	border:1px solid #666;
	float:right;
	/*margin-bottom:10px;*/
	margin:5px;
}
#inhalt ul {
  font-size: 1.3em;
  line-height: 1.5em;
 /* font-weight: bold;*/
}
