/* Ergänzungen und Überschreibungen zum 2spaltigen Layout */

#col2 {
    visibility:hidden;
    width:0px; 
}

#col1 {
    width:720px;
    margin:0 0px 0 -500px;
}

#col1_content{
    padding-right:0px;
}


