body { 
  background: url("../_img/bg.jpg") bottom right fixed #CFDCE6;
  margin: 0;
  padding: 0;
}
#header { 
  height: 76px;
  background: url("../_img/bg-top.jpg") #7FA9D1;
}
#navigation { 
  position: absolute;
  top: 81px;
  left: 5px;
  width: 180px;
  padding: 3px;
  border: 1px solid #004299;
  background: #E3EDF0;
  font: bold 12px Arial,sans-serif;
}
#navigation ul { 
  margin: 0;
  padding: 0;
  list-style: none
}
#navigation ul ul { 
  margin: 0 0 0 10px;
  font-weight: normal;
}
#navigation li { 
  margin: 0;
  padding: 0;
}
#navigation li a { 
  background: url("../_img/bullet.png") 2px 9px no-repeat;
  display: block;
  padding: 4px 5px 4px 12px;
  color: #002AA3;
}
#navigation li a:hover {
  background-color: #F7F6AF;
}
#navigation li a.current {
  color: white;
  background-color: #004FA3;
}
#navigation li a.current:hover {
  color: white;
  background-color: #004FA3;
}

#logo-bmbwk {
  position: absolute;
  right: 5px;
  top: 81px;
}
#logo-kulturkontakt {
  position: absolute;
  right: 5px;
  top: 103px;
}
#logo-eas {
  position: absolute;
  right: 15px;
  top: 160px;
}
#logo-eyce {
  position: absolute;
  right: 5px;
  top: 240px;
}
#slogan-img { 
  display: block;
}
#slogan-txt { 
  display: none;
}
#contentbox {
  position: absolute;
  z-index: 100;
  top: 5px;
  left: 200px;
  right: 205px;
  min-width: 428px;
  padding: 0;
  border: 1px solid #004299;
  background: #004FA3;
}
#content {
  background: #E3EDF0;
  font: normal 12px Arial,sans-serif;
  line-height: 150%;
  padding: 10px 15px;
  color: black;
}
#content td, #content th { 
  font: normal 12px Arial,sans-serif;
  line-height: 150%;
  color: black;
}
#content h1 { 
  margin: 0 0 12px 0;
  font-size: 16px;
}
#content h1.notfirst { 
  margin: 24px 0 12px 0;
  padding: 24px 0 0 0;
  font-size: 16px;
  border-top: 1px dotted #004299;
}
#content h2 { 
  margin: 24px 0 12px 0;
  font-size: 14px;
}
#content h3 { 
  margin: 0 0 12px 0;
  font-size: 12px;
}
#content p { 
  margin: 0 0 12px 0;
}
#content em { 
  font-weight: bold;
  font-style: normal;
}
#content strong { 
  font-weight: bold;
  color: #F03D48;
}
#content a { 
  color: #002AA3;
}
#content a:visited { 
  color: #394360;
}
#content a:hover { 
  background-color: #F7F6AF;
}
#content ul { 
  margin: 0 0 12px 8px;
  padding: 0;
  list-style: none;
}
#content ul li { 
  margin: 0;
  padding: 0 0 0 14px;
  background: url("../_img/bullet.png") 2px 7px no-repeat;
}
#content ul.spaced li { 
  padding: 0 0 12px 14px;
}
#content dt { 
  color: #F03D48;
  margin: 0;
}
#content dl { 
  margin: 0 0 12px 0;
}
#iewidthfix { 
  display: none;
}
#content .infobox {
  text-align: center;
  float: right;
  width: 120px;
  border: 1px solid #002AA3;
  padding: 3px 6px;
  background: white;
}
#content .biginfobox {                 /* für class="infobox biginfobox" */
  width: 240px;
  text-align: left;
}
#content .infobox h2 { 
  margin: 0 0 6px 0;
  font-size: 12px;
}
#content .leftfloat {
  clear: both;
  float: left;
  margin: 5px 10px 5px 0;
}
#content .rightfloat { 
  clear: both;
  float: right;
  margin: 5px 0 5px 10px;
}

