@charset "UTF-8";
@media screen
{
  /**
   * (en) Repositioning content container
   * (de) Neupositionierung der Content Container
   *
   * |-------------------------------|
   * | #header                       |
   * | 960px                         |
   * |-------------------------------|
   * | #col2   | #col1     | #col3   |
   * | 240px   | 480px     | 240px   |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */

  #page_margins {width: 980px; min-width:980px; max-width:none }

  #main {
    width: 100%; 
  	float:left;
    background-color: transparent;
    /*background-image: url(../../images/bg_pattern.png);*/
    background-image: url(../../images/bg_pattern-2.jpg);
    background-repeat:repeat-y;
    background-position:left;
    min-height:620px;
  }

#maina {
    width: 100%; 
    float:left;
    background-color: transparent;
    background-image: url(../../images/bg_pattern_r.png);
    background-repeat:repeat-y;
    background-position:right;
    min-height:620px;
  }

  #main1 {
	width: 100%; 
  	float:left;
    	background-color: transparent;
    	background: url("../../images/bild16.png") no-repeat bottom right;
        min-height:620px;
}

#main1sub {
	width: 100%; 
  	float:left;
    	background-color: transparent;
	text-align: justify;
        min-height:620px;
}


  /* #col1 becomes the middle column | #col1 wird zur mittleren Spalte */
  /*#col1 { width: 520px; float:left; margin-left: 200px;  border-right: 0px #B2B2B2 solid;}*/
  #col1 { width: 740px; float:left; margin-left: 180px;  border-right: 0px #B2B2B2 solid;}
  /*#col1_content {padding-left: 0px; padding-right: 10px;}*/
  #col1_content {padding-left: 60px; padding-right: 0px;}
  #col1_content {text-align: justify;}
  #col1_content_sub {padding-left: 0px; padding-right: 25px;}

  /* #col2 becomes the left column | #col2 wird zur linken Spalte */
  /*#col2 { width: 120px; float:left;  margin-left: -720px;}*/
  #col2 { width: 120px; float:left;  margin-left: -920px;}
  #col2_content {padding-left: 20px; padding-right: 10px;}
  
  /* #col3 becomes the right column | #col3 wird zur rechten Spalte */
  /* on subpages col3 will be overwritten by lokal style in content-sub.css */
  #col3 { 
	margin-left: 0; 
	margin-right: 0; 	
	width: 220px; 
	float:right; 
	border-left: 1px #ddd dotted; 
	min-height:620px;
	}

  #col3_content {padding-left: 5px; padding-right: 0px; min-height:600px;}

.backblock {
    width: 100%; 
    background-color: #797f8f;
    min-height:25px;
    text-align: right;
  }
}