  /*** STYLE FÜRS AKTIVIEREN DER RECHTEN SPALTE ***/
  
  #col1 {
  	display:none;
  }
  
  #col2 {
  	width:735px;
	padding-right:0px;
	position:static;
	background:#E8EAED !important;
	border-top:5px solid #fff;
  }
  
  #col2_content {
  	/* Breite auskommentiert, da Background-Bug bei Explorer */
	width:715px;
	margin:0px;
  }
  
  #page {
  	background:url(../../../images/background_weit.gif) repeat-y;
  }
  
  #footer {
	background:url(../../../images/background_weit.gif) repeat-y;
  }
  
  #main {
  	background:url(../../../images/background_weit.gif) repeat-y #E8EAED;
  }
  
  #header {
  	margin:0px;
	padding:0px;
  }
  
  /* ENDE */
  
  
