  /*** STYLE FÜRS AKTIVIEREN DER RECHTEN SPALTE ***/
  
  #col1 {
  	display:inline;
  }
  
  #col2 {
  	width:530px;
	padding-right:5px;
	position:relative;
  }
  
  #col2_content {
  	width:510px;
  }
  
  #page {
  	background:url(../../../images/background.gif) repeat-y;
  }
  
  #main {
  	background:url(../../../images/background.gif) repeat-y;
  }
  
  #header {
  	margin:0px;
	padding:0px;
	
  }
  
  #footer {
	background:url(../../../images/background.gif) repeat-y;
  }
  
  /* ENDE */
  
  