@charset "UTF-8";
/*Anpassungen fuer das AGB Layout!*/
#main
{
margin-top:5px;
background: #fff url(img/mainbackground2.png) repeat-y;
}
  #col1 { width: 790px; float:left; margin-left: 180px; }
  #col1_content {padding-left: 20px; padding-right: 20px;}

  /* #col2 becomes the left column | #col2 wird zur linken Spalte */
  #col2 { width: 180px; float:left;  margin-left: -970px;}
  #col2_content {padding-left: 0; padding-right: 0;}

/*IE 6 Hacks*/
* html #col2
{
margin-left: -970px !important;
}
* html #col1
{
margin-left: 180px !important;
}
