* {
    font-size: 12px;
    line-height: 16px;
    font-family: verdana, helvetica, arial;
    color: #333333;    
    letter-spacing: 0.06em;
    }

body {
       margin-top: 0px; 
       margin-left: 0px;
       background-color: #ffffff;   /* #efefef;  */
       }


p {
    text-indent: 2.6em;
    margin-top: 0px;
    margin-bottom: 0px;
    /* text-align: justify;  */
}

p.first {
          text-indent: 0em;
          margin-bottom: 0px;
          }

p.spaced {
       text-indent: 0em;
       margin-top: 32px;
      
}

p.halfspaced {
       text-indent: 0em;
       margin-top: 16px;
      
}

/* ----- LINKS ------------------ */
a { text-decoration: none; }

a:active {
     border: 0px  solid white;
}

a:visited {
     border: 0px  solid white;
}

a:hover { text-decoration: underline; }

a.navi { 
         font-size: 10px;
         line-height: 15px;
         letter-spacing: 0.0em;
         text-decoration: none;
         color: #aa6600;
         }

a.navi:hover { color: #663300; }

.smallertext {
	font-size: 9px;
               }

ul.referenzen {
                     list-style-type: none;
                     line-height: 25px;
                }

ul.service {
                 list-style-image: url( imgs/li_bullet.gif);

}

li.serviceitem  {
          line-height: 25px;
}

.orangebold {
           color: #dd9900;
            font-weight: bold;
              }

/* ----- NAVI CONTAINER ------------------ */
div.mainNavi {
            background-color: #ffaa33;
            color: #999933;
            margin-top: 1px; margin-left: 0px;
            padding-bottom: 0px; padding-right: 0px; padding-left: 73px;
            border-style: none solid solid solid;
            border-width: 1px;
               }

div.subNavi1 {
             margin-top: 0px;  margin-bottom: 0px; margin-left: 0px;
             padding-bottom: 1px; padding-left: 2px;
             border-style: none none none solid;
             border-width: 1px;
          }

h2 {
      margin-bottom: 6px;
      color: #dd9900;
      font-size: 18px;
      line-height: 24px;
      font-weight: lighter;
     letter-spacing: 0em;
   }


h3 {
      margin-top: 0px; margin-bottom: 18px; 
     color: #dd9900; 
     font-size: 12px; 
     line-height: 18px;
     display: inline;
      font-weight: lighter;
     letter-spacing: 0em;
     }
