/* asapcom general css 
*  
* blue: rgb(0,161,226)
* orange: rgb(255,102,0)
* lightgrey: rgb(230,230,230)
* grey: rgb(153,153,153)
* 
*/

/* Balken oben->rechts */
#row_top{
    background-color: rgb(0,161,226);
}

/* Balken Links */
#col_left{
    background: rgb(230,230,230);
    min-height: 590px;
    background-color: rgb(0,161,226);
    background-image: url(../images/0102_grundsaetze.jpg);
}

/* Balken rechts */
#col_right{
    background: rgb(0,161,226);
    min-height: 590px;
}

/* Inhaltsbereich inkl. Logo */
#col_main{
    /* Höhe wenn Bild rechts oder links vorhanden auf Bildhöhe setzen */
    
    /* Wenn der Content kleiner wird, die Ränder anpassen */
    margin-right: -280px;
    border-right: 280px solid rgb(0,161,226); 
}

/* Balken oben */
#header_spacer{
    background: rgb(230,230,230);
}

/* Balken unten */
#row_bottom{
    background: rgb(230,230,230);
    width: 730px;
}

#row_bottom_left{
    width: 730px;
}

/* Balken rechts */
#background_right{
    background-color: rgb(0,161,226);
    background-image: url(../images/background_stripe70.gif);
}

