<!--
 
/* ### LOGOTITEL ### */
 

/* ### Hauptseitenbereich mit Hintergrundmuster ### */

.t_main {
background-image:url(../img/bg.gif);
background-repeat:repeat;
}

/* ### Ruler ganzseitig ### */

.rubrik {
background-image:url(../img/ruler.gif);
background-repeat:repeat;
}

/* ### Ruler halbseitig ### */

.ruler_l
{
margin:8px 0px 0px 0px;
padding:2px 0px 2px 6px;
background-image:url(../img/bg_2.gif);
background-repeat:repeat;
width:312px;
height:16px;
vertical-align:middle;
text-align:left;
font-size:15px;
font-weight:600;
color:#726F5E;
}

/* ### Titelbereich 1 - Logo ### */

.bg_1 {
background-image:url(../img/bg_1.gif);
background-repeat:repeat;
}

/* ### Schattenbereich 1 ### */

.sh_1 {
background-image:url(../img/sh_1.gif);
background-repeat:repeat-x;
}

/* ### Titelbereich 2 - Navigation ### */

.bg_2 {
background-image:url(../img/bg_2.gif);
background-repeat:repeat;
}

/* ### Schattenbereich 2 ### */

.sh_2 {
background-image:url(../img/sh_2.gif);
background-repeat:repeat-x;
}

/* ### Titelbereich 3 - Pfad ### */

.bg_3 {
background-image:url(../img/bg_3.gif);
background-repeat:repeat;
}

/* ### Schattenbereich 3 ### */

.sh_3 {
background-image:url(../img/sh_3.gif);
background-repeat:repeat-x;
}

/* ### Schattenbereich 4 - Footer ### */

.sh_4 {
background-image:url(../img/sh_4.gif);
background-repeat:repeat-x;
}

/* ### Footerbereich ### */

.bg_4 {
background-image:url(../img/bg_4.gif);
background-repeat:repeat;
}
  
//-->