/* these boxes are styled as and id'et corresponding to grafik-matrix provided by idealis, for easier common reference*/

/***************************************************************************************************
template:

  [ ] - optional
  { } - mandatory

      <div class="{boxtype} [floatLeft|floatRight] boxElement">
              <div class="boxInnerDecoration">
                <div class="boxContent">
                  [lorem ipsum]
                </div>
              </div>
        </div>

examples of usage:

      <div class="box1_440_S floatLeft boxElement">
              <div class="boxInnerDecoration">
                <div class="boxContent">
                 <div>1_440_S - 1_440_S - 1_440_S - 1_440_S - 1_440_S - 1_440_S</div>
                 <div>1_440_S - 1_440_S - 1_440_S - 1_440_S - 1_440_S - 1_440_S</div>
                </div>
              </div>
        </div>
        <div class="box1_440_H floatRight boxElement">
              <div class="boxInnerDecoration">      
                <div class="boxContent">
                 <div>1_440_H - 1_440_H - 1_440_H - 1_440_H - 1_440_H - 1_440_H</div>
                 <div>1_440_H - 1_440_H - 1_440_H - 1_440_H - 1_440_H - 1_440_H</div>
                </div>
              </div>
        </div>
        
        <div class="floatBreak">&nbsp;</div>

        <div class="box2_900_O boxElement">
              <div class="boxInnerDecoration">      
                <div class="boxContent">
                 <div>2_900_O - 2_900_O - 2_900_O - 2_900_O - 2_900_O - 2_900_O</div>
                 <div>2_900_O - 2_900_O - 2_900_O - 2_900_O - 2_900_O - 2_900_O</div>
                </div>
              </div>
        </div>


****************************************************************************************************/
body.test
{
  background:#222;
  color: #000;
  font-family: verdana, sans-serif;
  font-size: 69%;
  margin: 0;
  padding: 0;
  text-align: center;
}
body.test .bodyWrap
{
  width:900px;
  text-align:left;
  margin:0 auto;
}
/***************************************************************************************************************/
/*    box other elements                                                                                                */
/***************************************************************************************************************/
.boxElement .boxContent h1,
.boxElement .boxContent h2,
.boxElement .boxContent p,
.boxElement .boxContent ul
{
  margin:0;
  padding:0;
}
.boxElement .boxContent h1
{
  font-size:18px;
  line-height:20px;
}
.boxElement .elementBoxTitle
{
  font-weight:bold;
  padding-bottom:3px;
}

.boxElement .boxTitle
{
  font-weight:bold;
  padding-bottom:5px;
}

/***************************************************************************************************************/
/*    box dimensions                                                                                                */
/***************************************************************************************************************/
.boxElement
{
  padding-top:35px;
  background-position:left top;
  background-repeat:no-repeat;
}
.boxElement .boxInnerDecoration
{
  padding-bottom:35px;
  background-position:right bottom;
  background-repeat:no-repeat;
}
.boxElement .boxContent
{
  padding:10px 10px;
  min-height:10px;
}
.boxElement .T_S,
.boxElement .T_O,
.boxElement .T_B,
.boxElement .T_P,
.boxElement .T_H,
.boxElement .T_G,
.boxElement .T_Y

{
  padding:10px;
}
.boxElement .boxContent .T_S,
.boxElement .boxContent .T_O,
.boxElement .boxContent .T_B,
.boxElement .boxContent .T_P,
.boxElement .boxContent .T_H,
.boxElement .boxContent .T_G,
.boxElement .boxContent .T_Y
{
  padding:0;
}
/* full width boxes */
.box1_900_S,.box1_900_O,.box1_900_B,.box1_900_P,.box1_900_H,
.box2_900_S,.box2_900_O,.box2_900_B,.box2_900_P,.box2_900_H,
.box3_900_S,.box3_900_O,.box3_900_B,.box3_900_P,.box3_900_H,
.box4_900_S,.box4_900_O,.box4_900_B,.box4_900_P,.box4_900_H,
.box5_900_S,.box5_900_O,.box5_900_B,.box5_900_P,.box5_900_H,
.box6_900_S,.box6_900_O,.box6_900_B,.box6_900_P,.box6_900_H
{
  width:900px;
}

/* half width boxes */
.box1_440_S,.box1_440_O,.box1_440_B,.box1_440_P,.box1_440_H,
.box2_440_S,.box2_440_O,.box2_440_B,.box2_440_P,.box2_440_H,
.box3_440_S,.box3_440_O,.box3_440_B,.box3_440_P,.box3_440_H,
.box4_440_S,.box4_440_O,.box4_440_B,.box4_440_P,.box4_440_H,
.box5_440_S,.box5_440_O,.box5_440_B,.box5_440_P,.box5_440_H,
.box6_440_S,.box6_440_O,.box6_440_B,.box6_440_P,.box6_440_H
{
  width: 440px;
}

/***************************************************************************************************************/
/*    Background colors                                                                                        */
/***************************************************************************************************************/
/* yellow */
.boxElement .T_Y
{
  background-color:#F7941D
}

/* green */
.boxElement .T_G
{
  background-color: #A4BB28;
}

/*black*/
.box1_440_S  .boxContent,.box2_440_S  .boxContent,.box3_440_S  .boxContent,.box4_440_S  .boxContent,.box5_440_S  .boxContent,.box6_440_S .boxContent,
.box1_900_S  .boxContent,.box2_900_S  .boxContent,.box3_900_S  .boxContent,.box4_900_S  .boxContent,.box5_900_S  .boxContent,.box6_900_S .boxContent, 
.box1_440_S .boxContent a,.box2_440_S .boxContent a,.box3_440_S .boxContent a,.box4_440_S .boxContent a,.box5_440_S .boxContent a,.box6_440_S .boxContent a,
.box1_900_S .boxContent a,.box2_900_S .boxContent a,.box3_900_S .boxContent a,.box4_900_S .boxContent a,.box5_900_S .boxContent a,.box6_900_S .boxContent a,
.boxElement .T_S
{
  color:#fff;
  background-color:#000;
}
/*orange*/
.box1_440_O  .boxContent,.box2_440_O  .boxContent,.box3_440_O  .boxContent,.box4_440_O  .boxContent,.box5_440_O  .boxContent,.box6_440_O .boxContent,
.box1_900_O  .boxContent,.box2_900_O  .boxContent,.box3_900_O  .boxContent,.box4_900_O  .boxContent,.box5_900_O  .boxContent,.box6_900_O .boxContent,
.boxElement .T_O
{
  background-color:#F7941D;
}
/*blue*/
.box1_440_B  .boxContent,.box2_440_B  .boxContent,.box3_440_B  .boxContent,.box4_440_B  .boxContent,.box5_440_B  .boxContent,.box6_440_B .boxContent,
.box1_900_B  .boxContent,.box2_900_B  .boxContent,.box3_900_B  .boxContent,.box4_900_B  .boxContent,.box5_900_B  .boxContent,.box6_900_B .boxContent,
.boxElement .T_B 
{
  background-color:#00A9D9;
}
/*pink*/
.box1_440_P  .boxContent,.box2_440_P  .boxContent,.box3_440_P  .boxContent,.box4_440_P  .boxContent,.box5_440_P  .boxContent,.box6_440_P .boxContent,
.box1_900_P  .boxContent,.box2_900_P  .boxContent,.box3_900_P  .boxContent,.box4_900_P  .boxContent,.box5_900_P  .boxContent,.box6_900_P .boxContent,
.boxElement .T_P
{
  background-color:#EC008C;
}
/*white*/
.box1_440_H  .boxContent,.box2_440_H  .boxContent,.box3_440_H  .boxContent,.box4_440_H  .boxContent,.box5_440_H  .boxContent,.box6_440_H .boxContent,
.box1_900_H  .boxContent,.box2_900_H  .boxContent,.box3_900_H  .boxContent,.box4_900_H  .boxContent,.box5_900_H  .boxContent,.box6_900_H .boxContent,
.boxElement .T_H
{
  background-color:#FFF;
}

/***************************************************************************************************************/
/*    themes                                                                                                   */
/***************************************************************************************************************/
/* T1 - halv bredde */
.box1_440_S
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema1/T1_440_S_top.gif');
}
.box1_440_S .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema1/T1_440_S_bottom.gif');
}
.box1_440_O
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema1/T1_440_O_top.gif');
}
.box1_440_O .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema1/T1_440_O_bottom.gif');
}
.box1_440_B
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema1/T1_440_B_top.gif');
}
.box1_440_B .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema1/T1_440_B_bottom.gif');
}
.box1_440_P
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema1/T1_440_P_top.gif');
}
.box1_440_P .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema1/T1_440_P_bottom.gif');
}
.box1_440_H
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema1/T1_440_H_top.gif');
}
.box1_440_H .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema1/T1_440_H_bottom.gif');
}
/* T1 - fuld bredde */
.box1_900_S
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema1/T1_900_S_top.gif');
}
.box1_900_S .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema1/T1_900_S_bottom.gif');
}
.box1_900_O
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema1/T1_900_O_top.gif');
}
.box1_900_O .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema1/T1_900_O_bottom.gif');
}
.box1_900_B
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema1/T1_900_B_top.gif');
}
.box1_900_B .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema1/T1_900_B_bottom.gif');
}
.box1_900_P
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema1/T1_900_P_top.gif');
}
.box1_900_P .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema1/T1_900_P_bottom.gif');
}
.box1_900_H
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema1/T1_900_H_top.gif');
}
.box1_900_H .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema1/T1_900_H_bottom.gif');
}

/* T2 - halv bredde */
.box2_440_S
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema2/T2_440_S_top.gif');
}
.box2_440_S .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema2/T2_440_S_bottom.gif');
}
.box2_440_O
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema2/T2_440_O_top.gif');
}
.box2_440_O .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema2/T2_440_O_bottom.gif');
}
.box2_440_B
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema2/T2_440_B_top.gif');
}
.box2_440_B .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema2/T2_440_B_bottom.gif');
}
.box2_440_P
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema2/T2_440_P_top.gif');
}
.box2_440_P .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema2/T2_440_P_bottom.gif');
}
.box2_440_H
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema2/T2_440_H_top.gif');
}
.box2_440_H .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema2/T2_440_H_bottom.gif');
}
/* T2 - fuld bredde */
.box2_900_S
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema2/T2_900_S_top.gif');
}
.box2_900_S .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema2/T2_900_S_bottom.gif');
}
.box2_900_O
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema2/T2_900_O_top.gif');
}
.box2_900_O .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema2/T2_900_O_bottom.gif');
}
.box2_900_B
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema2/T2_900_B_top.gif');
}
.box2_900_B .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema2/T2_900_B_bottom.gif');
}
.box2_900_P
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema2/T2_900_P_top.gif');
}
.box2_900_P .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema2/T2_900_P_bottom.gif');
}
.box2_900_H
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema2/T2_900_H_top.gif');
}
.box2_900_H .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema2/T2_900_H_bottom.gif');
}
/* T3 - halv bredde */
.box3_440_S
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema3/T3_440_S_top.gif');
}
.box3_440_S .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema3/T3_440_S_bottom.gif');
}
.box3_440_O
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema3/T3_440_O_top.gif');
}
.box3_440_O .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema3/T3_440_O_bottom.gif');
}
.box3_440_B
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema3/T3_440_B_top.gif');
}
.box3_440_B .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema3/T3_440_B_bottom.gif');
}
.box3_440_P
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema3/T3_440_P_top.gif');
}
.box3_440_P .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema3/T3_440_P_bottom.gif');
}
.box3_440_H
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema3/T3_440_H_top.gif');
}
.box3_440_H .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema3/T3_440_H_bottom.gif');
}
/* T3 - fuld bredde */
.box3_900_S
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema3/T3_900_S_top.gif');
}
.box3_900_S .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema3/T3_900_S_bottom.gif');
}
.box3_900_O
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema3/T3_900_O_top.gif');
}
.box3_900_O .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema3/T3_900_O_bottom.gif');
}
.box3_900_B
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema3/T3_900_B_top.gif');
}
.box3_900_B .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema3/T3_900_B_bottom.gif');
}
.box3_900_P
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema3/T3_900_P_top.gif');
}
.box3_900_P .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema3/T3_900_P_bottom.gif');
}
.box3_900_H
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema3/T3_900_H_top.gif');
}
.box3_900_H .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema3/T3_900_H_bottom.gif');
}
/* T4 - halv bredde */
.box4_440_S
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema4/T4_440_S_top.gif');
}
.box4_440_S .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema4/T4_440_S_bottom.gif');
}
.box4_440_O
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema4/T4_440_O_top.gif');
}
.box4_440_O .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema4/T4_440_O_bottom.gif');
}
.box4_440_B
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema4/T4_440_B_top.gif');
}
.box4_440_B .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema4/T4_440_B_bottom.gif');
}
.box4_440_P
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema4/T4_440_P_top.gif');
}
.box4_440_P .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema4/T4_440_P_bottom.gif');
}
.box4_440_H
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema4/T4_440_H_top.gif');
}
.box4_440_H .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema4/T4_440_H_bottom.gif');
}
/* T4 - fuld bredde */
.box4_900_S
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema4/T4_900_S_top.gif');
}
.box4_900_S .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema4/T4_900_S_bottom.gif');
}
.box4_900_O
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema4/T4_900_O_top.gif');
}
.box4_900_O .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema4/T4_900_O_bottom.gif');
}
.box4_900_B
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema4/T4_900_B_top.gif');
}
.box4_900_B .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema4/T4_900_B_bottom.gif');
}
.box4_900_P
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema4/T4_900_P_top.gif');
}
.box4_900_P .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema4/T4_900_P_bottom.gif');
}
.box4_900_H
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema4/T4_900_H_top.gif');
}
.box4_900_H .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema4/T4_900_H_bottom.gif');
}
/* T5 - halv bredde */
.box5_440_S
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema5/T5_440_S_top.gif');
}
.box5_440_S .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema5/T5_440_S_bottom.gif');
}
.box5_440_O
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema5/T5_440_O_top.gif');
}
.box5_440_O .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema5/T5_440_O_bottom.gif');
}
.box5_440_B
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema5/T5_440_B_top.gif');
}
.box5_440_B .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema5/T5_440_B_bottom.gif');
}
.box5_440_P
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema5/T5_440_P_top.gif');
}
.box5_440_P .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema5/T5_440_P_bottom.gif');
}
.box5_440_H
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema5/T5_440_H_top.gif');
}
.box5_440_H .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema5/T5_440_H_bottom.gif');
}
/* T5 - fuld bredde */
.box5_900_S
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema5/T5_900_S_top.gif');
}
.box5_900_S .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema5/T5_900_S_bottom.gif');
}
.box5_900_O
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema5/T5_900_O_top.gif');
}
.box5_900_O .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema5/T5_900_O_bottom.gif');
}
.box5_900_B
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema5/T5_900_B_top.gif');
}
.box5_900_B .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema5/T5_900_B_bottom.gif');
}
.box5_900_P
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema5/T5_900_P_top.gif');
}
.box5_900_P .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema5/T5_900_P_bottom.gif');
}
.box5_900_H
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema5/T5_900_H_top.gif');
}
.box5_900_H .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema5/T5_900_H_bottom.gif');
}

/* T6 - halv bredde */
.box6_440_S
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema6/T6_440_S_top.gif');
}
.box6_440_S .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema6/T6_440_S_bottom.gif');
}
.box6_440_O
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema6/T6_440_O_top.gif');
}
.box6_440_O .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema6/T6_440_O_bottom.gif');
}
.box6_440_B
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema6/T6_440_B_top.gif');
}
.box6_440_B .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema6/T6_440_B_bottom.gif');
}
.box6_440_P
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema6/T6_440_P_top.gif');
}
.box6_440_P .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema6/T6_440_P_bottom.gif');
}
.box6_440_H
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema6/T6_440_H_top.gif');
}
.box6_440_H .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema6/T6_440_H_bottom.gif');
}
/* T6 - fuld bredde */
.box6_900_S
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema6/T6_900_S_top.gif');
}
.box6_900_S .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema6/T6_900_S_bottom.gif');
}
.box6_900_O
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema6/T6_900_O_top.gif');
}
.box6_900_O .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema6/T6_900_O_bottom.gif');
}
.box6_900_B
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema6/T6_900_B_top.gif');
}
.box6_900_B .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema6/T6_900_B_bottom.gif');
}
.box6_900_P
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema6/T6_900_P_top.gif');
}
.box6_900_P .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema6/T6_900_P_bottom.gif');
}
.box6_900_H
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema6/T6_900_H_top.gif');
}
.box6_900_H .boxInnerDecoration
{
  background-image:url('/EfterskolelivGrafik/boxes/Tema6/T6_900_H_bottom.gif');
}