@charset "UTF-8";
/**
 *  Tammo Depping
 * 
 */

@media all
{




 /**
  * 
  *
  * @section layout-basics
  */
     
  /* Page margins and background | Randbereiche & Seitenhintergrund */
  html { height: 101% }
  body { background:#839999;
  	height: 101%; }
  
  * {padding:0; margin:0;}
img {text-align:center;}

  /* Layout: Width, Background, Border | Layout: Breite, Hintergrund, Rahmen */
  #page_margins { width: 900px;  
  		  min-width: 900px;   
  		  min-height: 477px; 
  		  max-width: 900px; 
  		  border: solid 1px; 
  		  font-size: 11px;
  		  font-family: arial;
  		  line-height: 20px;
  		 }
  		 
  #header {  background: #d4dddd url(../seite-bilder/header.jpg) no-repeat; 
  	     height:136px;
  	  }
  	  
  
  #bild-zeile {
display:none;
     }
     
     
     
  #bild-zeile img {
display:none;
     }
  	  
  #main {background: url(bilder/bg.jpg) right repeat-y;  }


 /**
  * Formatting of the Content Area | Formatierung der Inhaltsbereichs
  *
  * @section layout-main
  */

  #col1 { display:none; }
  #col2 { display:none; }
  #col3 { width: auto; height:100%;}
  #col1_content {  display:none; }
  #col2_content {  display:none; }
  #col3 { width: auto; margin: 0 0 0 0; height:100%;}
  #col3_content { text-align:justify; padding-top:20px; }
  #col3_content img{ margin-top:0px;}

 /**
  * Design of Additional Layout Elements | Gestaltung weiterer Layoutelemente
  *
  * @section layout-misc
  */

  #col3 { min-height: 477px;}
  #col2 {}

  
  
  



  /**
  *
  *
  * Überschrift & content wird angepasst!
  *
  */
 

.csc-firstHeader {
  padding-top:40px;
  font-size: 13px;
  color: #255251;
  border-top: 0px;
  }
  
h1{
  padding-top:20px;
  font-size: 13px;
  color: #255251;
    border-top: 1px dashed;
  }
  .bodytext {
  padding-bottom:10px;
  }




}

