body {
      background-color:#F5F5DD;
     /* background-repeat:no-repeat;
      background-attachment:fixed;
      background-image:URL(images/index.jpg);     */
      margin-left:0;
      margin-right:0;
      margin-top:0;
      font-family:Verdana;
      font-size: 12px;
      line-height: 14px;
      font-style: normal;
      font-weight: normal;
      color:#FEA270;
      text-align:left;
        scrollbar-face-color:#000000;
        scrollbar-highlight-color:#491B01;
        scrollbar-shadow-color:#491B01;
        scrollbar-3dlight-color:#000000;
        scrollbar-arrow-color:#FEA16F;
        scrollbar-track-color:#000000;
        scrollbar-darkshadow-color:#000000;}
        }



font.headline {
      font-family:Verdana;
      font-size:16px;
      color:#FEA270;
      font-style:normal;
      font-weight:bold;
      line-height:14px;
                }


font.headbottom {
      font-family:Verdana;
      font-size:12px;
      color:#FEA270;
      font-style:normal;
      font-weight:normal;
      line-height:14px;
                }


font.text {
      font-family:Verdana;
      font-size:12px;
      color:#FEA270;
      font-style:normal;
      font-weight:normal;
      line-height:14px;
                }

font.bottom {
      font-family:Verdana;
      font-size:10px;
      color:#FEA270;
      font-style:normal;
      font-weight:normal;
      line-height:12px;
                }

font.hinweis {
      font-family:Verdana;
      font-size:10px;
      color:#FEA270;
      font-style:normal;
      font-weight:normal;
      line-height:4px;
                }


font.link {
      font-family:Verdana;
      font-size:10px;
      color:#FEA270;
      font-style:normal;
      font-weight:bold;
      line-height:12px;
                }


table {
      left-margin:0;
      top-margin:0;
      margin-left:0;
      margin-right:0;
      margin-top:0;
                }

/*td {
      font-family:Verdana;
      font-style:normal;
      font-weight:normal;
      font-size:12px;
      line-height:14px;
      text-align:left;
      vertical-align:top;          /* top,middle,bottom
}   */

a:link {
      font-family:Verdana;
      font-size:10px;
      font-weight:bold;
      color:#FEA270;
      text-decoration:none;
}

a:visited {
      font-family:Verdana;
      font-size:10px;
      font-weight:bold;
      color:#FEA270;
      text-decoration:none;
}

a:hover {
      font-family:Verdana;
      font-size:10px;
      font-weight:bold;
      color:#FEA270;
      text-decoration:none;
}

  a.email:link {
        font-family:Verdana;
        font-size:12px;
        font-weight:normal;
        color:#FEA270;
        text-decoration:underline;
  }

  a.email:visited {
        font-family:Verdana;
        font-size:12px;
        font-weight:normal;
        color:#FEA270;
        text-decoration:none;
  }

  a.email:hover {
        font-family:Verdana;
        font-size:12px;
        font-weight:normal;
        color:#FEA270;
        text-decoration:none;
  }

  input.dotted {
    font-family : Arial, Helvetica, sans-serif;
    color: #FEA270;
    background-color: #491B01;
    font-size: 12px;
    line-height:12px;
    font-style:normal;             /* normal,italic */
    font-weight:normal;
    border: #943401;
    border-style: dotted;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
  }


  input.abschick {
    font-family : Arial, Helvetica, sans-serif;
    color: #FEA270;
    background-color: #491B01;
    font-size: 12px;
    line-height:12px;
    font-style:normal;             /* normal,italic */
    font-weight:normal;
    border: #943401;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    width: 60px;
    height: 20px;
  }

textarea.dotted {
  font-family : Arial, Helvetica, sans-serif;
  color: #FEA270;
  background-color: #491B01;
  font-size: 12px;
  font-style:normal;             /* normal,italic */
  font-weight:normal;            /* bold,lighter */
  line-height:14px;
  border: #943401;
  border-style: dotted;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  width: 180px;
}

  select {
    font-family : Arial, Helvetica, sans-serif;
    color: #FEA270;
    background-color: #491B01;
    font-size: 12px;
    border: #943401;
    border-style: dotted;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
  }


/* some css for our layer containing the badge */
#badgecontainer {
	position: absolute;
	width: 320px;
	height: 300px;
	overflow: hidden;
	z-index: 100;
	border: 0;
	cursor: move;
}

#closebadgelink {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1000;
	color: #C4B2A7;
	cursor: pointer;
}

