* {
   font-family:Arial,Helvetica,Verdana,Tahoma,sans-serif;
   font-size:11px;
   letter-spacing:1px;
   line-height:17px;
   -moz-box-sizing:border-box;
   box-sizing:border-box;
}

body.content {
   background-color:#ffffff;
}

body.content div#wrapper {
   text-align:left;
   overflow:auto;
   height:100%;
   background-color: #F7F7E5;
}

body.content div#content {
   height:100%;
   width:702px;
   /*background-image:url('../gfx/background-skyline.gif');*/
   background-position:bottom left;
   background-repeat:repeat-x;
   background-color:#F7F7E5;
   background-attachment: fixed;
}

   div.text-content {
      clear: both;
      margin-left: 98px;
   }

div#content h1 {
   background-color:#3B80AF;
   float:left;
   width:98px;
   height:100%;
   text-align:right;
   padding:15px;
   margin:0;
   padding:0;
   background-image:url('../gfx/background-emma.jpg');
   background-repeat:no-repeat;
   background-position:bottom left;
}
   
   label {
      cursor:pointer;
   }

   div.content {
      height:100%;
      float:left;
      padding:15px 10px 10px 16px;
      width:602px;
      
   }
   
   .randomFlash {
      position: absolute;
      right: 32px;
   }
   
   div.content div.intro {
      width:267px;
      height:280px;
      padding:10px;
      background-color:#E7D5AE;
      float:left;
      color:#410C82;
      margin-right:15px;
      margin-left: 98px;
   }
   
   div.content p {
      margin-bottom:1em;
   }
   
   div.content p.clear {
      clear:both;   
   }
   
   div.intro p {
      margin:0;   
   }
   
   div.content img.left {
      float:left;
      margin-right:15px;
      margin-bottom:15px;
   }
   
   div.content img.followup {
      float:left;
      margin:0;
   }
   
   div.content img.right {
      float:right;
      margin-left:15px;
   }
   
   h1 {
      position: absolute;
      left: 0;
   }
   
   div.content h2 {
      font-weight:bold;
      margin:0;
      line-height:17px;
   }
   
   div.content a {
      color:#7A5C9F;
      text-decoration:underline
   }

   div.content a:hover {
      color:#2C0063;
      text-decoration:underline
   }
   
      table.lined,
      table.lined td {
         border:1px solid #ADA893;
         border-collapse:collapse;
         padding:7px;
         vertical-align:top;
         /* background-color:#ECE7D2; */
      }
      
         col#bold {
            font-weight:bold;
            color:#410C82;
         }
      
         table.lined td input.bar,
         table.lined td textarea.bar {
            border:1px solid #76684A;
            background-color:#E5DECF;
            height:18px;
            width:338px;
            color:#000000;
         }
         
            table.address,
            table.address td {
               border-collapse:collapse;
               border:0 none;
               margin:0px;
               padding:0px;
               color:#410C82;
            }
            
               td.vert img {
                  vertical-align:middle;  
               }

               span.euro {
                  color:#0000ff;
               }