/* CSS header - Dekimed */
/* Stylesheets für die Überschriften (z.B. der Content-Elemente) */

DIV.header_icon-left_1 {

     /* der Pfeil wird im Pfeil-IMG absolut positioniert, hier die relative Positionierung */
     position:relative;

     /* wichtig, damit Überschrift und Text *nach* einander folgen */
     /* height:1px; */
     height:1px;

     font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
     font-size:12px;
     /* margin:7px 0 0px 0; */
     margin:0px;
     font-weight:bold;
     color:#185511;
     background-color:transparent;
     padding:0px;
 /* border:1px solid red; */
	}

/*  Überschrift ohne Pfeil | Überschrift bündig zum Text | RECHTE Spalte unten*/
DIV.header_icon-none_2, DIV.header_icon-none_3 {
     font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
     font-size:12px;
     margin:7px 0 0 0px;
     font-weight:bold;
     color:#185511;
     background-color:transparent;
     padding:0;
	}

/*  Pfeil Überschrift | Pfeil bündig zum Text | RECHTE Spalte unten*/
DIV.header_icon-left_4 {

     height:20px;
     width:499px;

     font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
     font-size:12px;

    /*  Achtung Rand wird von .col_right_content übernommen */
     padding:0 0 0 0px;
     margin:0;

     font-weight:bold;
     color:#185511;

     background-color:transparent;
     /* border:1px solid navy; */
 }
DIV.header_icon-left_4 IMG {
padding:0px;
margin:0px;
}

/*  Überschrift ohne Pfeil | MITTE Spalte unten*/
DIV.header_icon-none_5 {
     font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
     font-size:12px;
line-height:1px;
height:12px;
     margin:0px 0px 0px 0px;
     font-weight:bold;
     color:#185511;
     background-color:transparent;
     padding:0px;
}



