body { 
background-image: url(images_graf/blaukufe1.gif);
 background-repeat: repeat-y;
background-position: center;
}

* html body { 
background-color: #000;
background-image: url(none);
}



div#container {
   background-color: #D6E0EF;
   background-image: url(images_graf/blaukufe1.gif);
 background-repeat: repeat-y;
background-position: center;
}

* html div#container {
   background-color: #D6E0EF;
   background-image: url(images_graf/blaukufe.gif);
 background-repeat: repeat-y;
background-position: left;
}


.csc-textpic-text  {
padding-top: 0px;
min-height: 100px;
} 

* html div.csc-textpic-text  {
padding-top: 0px;
height: 100px;
} 

 
 h5 {
   display: block;
 margin: 0;
 padding: 0;
 padding-top: 5px;
 padding-bottom: 5px;
 font-size: 1.2em;
 text-align: center;
  background: #ffff33;
  } 
  
  div#Inhalt h1 {
  padding-bottom: 3em;
  }
  
 
div#Info {
   background-color: #D6E0EF; 
   font-size: 12px;
}

* html div#Info {
   background-color: #D6E0EF; 
   font-size: 12px;
   padding: 0;
   margin: 0;
}

* html div#Info dt {
padding: 0;
margin: 0;
}

* html div#Inhalt{
   background-color: #D6E0EF; 
}

  
  div#Info p {
  color: black;
    }
    
   