/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5.2
**  css modified by peperoni werbeagentur / toni mamic
**
*/

/*-------------------------------------------------------------------
--- allgemeine styles ---
-------------------------------------------------------------------*/ 



/*-------------------------------------------------------------------
--- content-body ---
#contbody div { border:1px solid red;}
-------------------------------------------------------------------*/
#contbody { width: auto; margin:0;} /* background:#09f;*/

.navigationline  {
 border-color:#ced9e3; }/*aeb9c3*/
/*-------------------------------------------------------------------
--- SPALTEN (BREITE GESAMT 55EM / 880PX)---
-------------------------------------------------------------------*/ 
/* Der z-Index verhindert, dass im Falle des noch bestehenden IE-Bugs die Texte vor 
** dem Spaltenhintergrund erscheinen. */
#col1 {z-index: 13; xbackground:#c00;}
#col2 {z-index: 15; xbackground:#f09;}
#col3 {z-index: 11; xbackground:#cf0;}
#col1_inhalt {z-index: 14; xbackground:#0cf;}
#col2_inhalt {z-index: 16; xbackground:#f0c;}
#col3_inhalt {z-index: 12; xbackground:#fef;}

#col1_inhalt, #col2_inhalt, #col3_inhalt { position:relative; }

#seite #col1 {width:17.5em; }
#seite #col2 {width:10em;}
#seite #col3 {margin-left:17.5em; margin-right:0;
} /* rechnerisch richtig ist 33.75em, opera hat offensichtlich rundungsprobleme alle anderen browser agieren rechnerisch richtig */
#seite #col1 #col1_inhalt { padding: 1em 1.5em 0 0;} /* background:#c9f; abstand zur 2ten spalte */
#seite #col3 #col3_inhalt { margin:0; padding: .5em 0 0 1.5em;} /* border-left:.125em solid #def;  border-left:.125em solid #dee9f3; background:#9fc;  abstand zur 2ten spalte */




/*-------------------------------------------------------------------
--- FUSS / TEXT-LINKS ---
-------------------------------------------------------------------*/

#footer ul#service-txtlinks  {
position:relative;
}
#footer div {
margin-left:18.5em;
}
*html #footer ul#service-txtlinks  {
position:relative;
}