html { 
  padding: 0px;
  margin: 0px;
  height: 100%; 
  margin-bottom: 1px;
}

body {
  font-size: 1em;
  font-family: Georgia, Helvetica, Serif;
  color:#666666;
  line-height: 1.4em;  
	margin: 0px;
	padding: 0px;
}

/* Allgemeine Schriftangaben */
a:link, a:focus, a:visited {
  color: #666666;
  text-decoration: none;
}
#content .blue {
  color: #0099CC;
}
#content .blue_big {
  color: #0099CC;
  text-transform: uppercase;
  font-family: Helvetica, Sans-Serif;
  font-size: 1em;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#content .teaser {
  font-size: 1em;
  line-height: 1.4em;
  padding-top: 15px;
  /*height: 182px;
  overflow: hidden;*/
}

/*  Positionierung statisch und absolut */
#inner_wrapper {
  width: 1067px;
  margin: 0px;
  padding: 0px;
  text-align: left;
  background: #FFF url(images/background_body.gif) repeat-y 0 0;
}
#content {
  width: 425px;
  min-height: 487px;
  padding: 40px 25px 10px 25px;
  float: left;
  overflow: auto;
  background: #FFF;
  margin-left: 225px;
  border-bottom: 1px solid #D5D5D5;
}
* html #content {
  margin-left: 113px; 
  width: 474px;   
  overflow: hidden;
}
#content h1.imageheader {
   overflow: hidden;
   height: 46px;
   text-indent: 999em;
   white-space: nowrap;
   background-repeat: no-repeat;
   margin: 21px 0 8px 0;
}
#content h1.imageheader a {display:block;} 

#content h2 {
  text-transform: uppercase;
  color: #0099CC;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  margin-bottom: 0px;
  font-family: Helvetica, Sans-Serif;
  line-height: 1.3em;
}
#content h3 {
  color: #0099CC;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  font-family: Helvetica, Sans-Serif;
  font-weight: bold;
}
#content p {
  font-size: 0.8em;
  line-height: 1.3em;
  margin-top: 0px;
}
#content a:link, #content a:focus, #content a:visited {
  color: #0099CC;
  text-decoration: none;
}
#right {
  width: 367px;
  padding: 91px 0 0 0;
  float: left;
}
* html #right {width: 357px; height: 487px;}
#right #menu ul {
  list-style: none;
  padding: 0 0 0 10px;
  margin: 22px 0 16px 0;
  
}
*+html #right #menu ul {
  padding-top: 1px;
  margin-bottom: 20px;
}
* html #right #menu ul {
  padding-top: 1px;
  margin-bottom: 20px;
}
#right #menu a.active {
  background: transparent url(images/menu_active.png) no-repeat 0 0;
}
#menu2 ul {
  list-style: none;
  text-align: left;
  margin: 3px 0 0 0;
  padding: 0 0 0 40px;
}
#impressum {
  font-size: 0.7em;
  position: relative;
  top: 27px;
}
*+html #impressum {
  top: 20px;
}
* html #impressum {
  top: 20px; 
} 
#impressum ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 25px;
}
