html, body {
/*  margin:0px;*/
margin: 0px 0px 5px 0px;
}
body {
  /*background:url(./../images/bg_body.jpg) repeat-x;*/
  font-family: Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 101%;
  text-align: center;  /*wg IE*/
  background-color:#E0DEDE;
}


#container {
  position: relative;
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  /*border: 1px solid #888888;*/
  background-color: #fff;	
}

#head_top {
  clear:both;
  position: relative;
  width: 100%;
  height: 15px;
  margin-left: auto;
  margin-right: auto;
  background-color: #010066;
}

#head_logo {
  clear:both;
  position: relative;
  width: 100%;
  height: 130px;
  margin-left: auto;
  margin-right: auto;
  background:url(/../images/head_logo.jpg) no-repeat;
}

#head_img {
  clear:both;
  position: relative;
  width: 100%;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  background:url(/../images/head_img.jpg) no-repeat;
}

#headline {
  clear:both;
  position: relative;
  width: 100%;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
  /*background:url(/../images/bg_headline.jpg) repeat-x;*/
  background-color: #010066;
}

#headline_txt{
  clear:both;
  font-size: 18px;
  /*color: #808080;
  vertical-align: middle;*/
  color: #fff;
  text-align: left;
  padding-left: 10px;
 }
  
#headline2 {
  clear:both;
  position: relative;
  width: 100%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  background:url(../dreamweaver/images/bg_headline2.jpg) repeat-y;
}

#headline2_txt{
  clear:both;
  text-align: left;
  font-size: 20px;
  color: #010066;
  text-align: left;
  /*vertical-align: middle;*/
  font-weight:bold;
  padding: 10px 5px 5px;
}

#navigation {
  clear:both;
  position: relative;
  width: 100%;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #010066;
  color: #fff;
}
#trenn_bottom {
  clear:both;
  position: relative;
  width: 950px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
#trenn_middle {
  clear:both;
  position: relative;
  width: 950px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
#footer {
  clear:both;
  width: 100%;
  height:15px;
  text-align: center;
  font-size:10px;
} 



a:link, a:visited{
  text-align: left;
  text-decoration:none;
  font-size:14px;
  color: #fff;
  line-height:150%;
}

a:hover {
  text-decoration:none;
  color:#bdbdbd;
  line-height:150%;
}

/* ------------------------------------- startseite.php -----------------------------*/
#top {
  clear:both;
  position: relative;
  width: 950px;
  
  margin-left: auto;
  margin-right: auto;
  background-color: #b5bfca;	
}

#trenn {
  clear:both;
  position: relative;
  width: 950px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  
}

#left{
  float:left;
  width: 470px;
  height:420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1px;
  color: #000;
  /*border: 1px solid #888888;*/
  background-color: #b5bfca;
}

#left h1{
  font-family: Tahoma;
  font-size: 30px;
  font-weight: normal;
  color: #010066;
}

#right {
  float: right;
  width: 470px;
  height: 420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  background-color: #b5bfca;
  color: #666666;
  font-size: 11px;
  text-align: left;
}

#right h3{
  font-size: 14px;
  font-weight: bold;
  color: #010066;
}

#right h4{
  font-size: 14px;
  font-weight: bold;
  color: #FF0000;
}


#st_footer {
  clear:both;
  width: 100%;
  height:15px;
  text-align: center;
  font-size:10px;
} 

/* ------------------------------------- impressum.php -----------------------------*/
#impressum{
  position: relative;
  width: 850px;
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 30px;
}
.moduletable-imp{
  width: 100%;
  padding-top:10px;
  padding-left:5px;
  margin-bottom: 2px;
  margin-top: 2px;
  text-align:left;
  font-size:12px;
  font-weight:normal;
  color:#444444;
}

.moduletable-imp th  {
  font-size: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-transform:uppercase;
  color: #fff;
  background-color: #010066;
  text-align: center;
}

.moduletable-imp td{
  font-size: 11px;
  padding-left: 10px;
  padding-right: 10px;
}

.moduletable-imp h3{
  font-size:15px;
  font-weight:italics;
}

li {
  text-align: left;
  display:list-item;
  color:#444444;
  margin-left:5px;
  line-height:150%;
}

li a{
  font-weight:bold;
}

