body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000932;
}

td{
	font-family: Arial;
 	font-size: 12px;
  color: #000000;
	text-decoration: none;
}

a:link { font-family: Arial; font-size: 12px; color: #000000; text-decoration: underline;}
a:visited { font-family: Arial; font-size: 12px; color: #000000; text-decoration: underline;}
a:hover { font-family: Arial; font-size: 12px; color: #000000; text-decoration: underline;}
a:active { font-family: Arial; font-size: 12px; color: #000000; text-decoration: underline;}

a.nav2:link { font-family: Arial; font-size: 12px; color: #545558; text-decoration: none;}
a.nav2:visited { font-family: Arial; font-size: 12px; color: #545558; text-decoration: none;}
a.nav2:hover { font-family: Arial; font-size: 12px; color: #545558; text-decoration: none;}
a.nav2:active { font-family: Arial; font-size: 12px; color: #545558; text-decoration: none;}

a.nav2_h:link { font-family: Arial; font-size: 12px; color: #545558; text-decoration: underline;}
a.nav2_h:visited { font-family: Arial; font-size: 12px; color: #545558; text-decoration: underline;}
a.nav2_h:hover { font-family: Arial; font-size: 12px; color: #545558; text-decoration: underline;}
a.nav2_h:active { font-family: Arial; font-size: 12px; color: #545558; text-decoration: underline;}

.roteLinie{
	background-color: af7359;
}

.hintergrund1{
	background-color: d8dadc;
}

.hintergrund2{
	background-color: FFFFFF;
}

.hintergrund3{
	background-color: 000932;
}

.Ueberschrift{
	font-family: Arial;
 	font-size: 14px;
  color: #000932;
	text-decoration: none;
	font-weight: bold;
}

#Layer1{
	scrollbar-arrow-color: #FFFFFF;
	
	scrollbar-3dlight-color:#FFD700;
	scrollbar-darkshadow-color:#FFD700;
	scrollbar-track-color:#FFD700;		
	scrollbar-face-color:#FFD700;	
	
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;		
}

.bildrechts {
	float: right;
	margin-bottom: 15px;
	margin-left: 20px;
}

.bildlinks {
	float: left;
	margin-bottom: 15px;
	margin-right: 20px;
}

.inputStyle {
	border: 1px solid #000000;
	height: 15px;
	width: 100%;
	background-color: #d6d3ce;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
}
.inputStyle2 {
	border: 1px solid #000000;
	height: 15px;
	width: 100%;
	background-color: #d6d3ce;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

.inputStyle_klein{
	border: 1px solid #000000;
	height: 15px;
	width: 38px;
	background-color: #d6d3ce;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
}
.inputStyle_klein2{
	border: 1px solid #000000;
	height: 15px;
	width: 38px;
	background-color: #d6d3ce;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

.areaStyle {
	border: 1px solid #000000;
	height: 90px;
	width: 100%;
	background-color: #d6d3ce;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	overflow:auto;
}

.FettWeiseSchrift{
	font-family: Arial;
 	font-size: 12px;
  color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#contactform {
  width: 490px;
  float: left
  }
  
  #contactform div {
    width: 490px;
    height: 32px;
    float: left
    }

    #contactform input,
    #contactform textarea {
      width: 355px;
      height: 24px;
      float: left;
      margin: 0;
      padding: 4px 3px;
      font: 12px/12px Arial, Verdana, sans-serif;
      border: 1px solid #D8DADC
      }
      
    #contactform textarea {
      height: 100px
      }

      #contactform input:hover,
      #contactform input:focus,
      #contactform textarea:hover,
      #contactform textarea:focus {
        border: 1px solid #000
        }

    #contactform label {
      width: 130px;
      float: left;
      padding: 5px 5px 0 0;
      text-align: right;
      cursor: pointer
      }
      
    #cf_div-message {
      height: 109px !important
      }
      
    #cf_submit {
      width: 150px!important;
      height: 24px;
      float: right !important;
      cursor: pointer
      }
      
      .cf_cb-div {
        width: 355px !important;
        margin: 0 0 0 135px;
        display: inline
        }
        
      .cf_cb-div input {
        width: 20px !important;
        border: 0 !important
        }
        
      .cf_cb-div label {
        width: 325px !important;
        padding: 0 0 0 10px !important;
        text-align: left !important
        }
        
    #errortext {
      width: 355px;
      float: left;
      margin: 0 0 0 135px;
      display: inline
     }
    
    
