@charset "utf-8";
/* CSS Document */

/*###################################
######### SETTINGS ##################
#####################################

Head-Image: 370 x 300 px
Thumb-Images: Max-Height: 83 px


####################################*/

#contactForm #row_1{
display:block;
/*border:1px solid green;*/
margin-top:25px;
margin-bottom:15px;
}
#contactForm #row_2{
display:block;
/*border:1px solid blue;*/
margin-bottom:15px;
}

#contactForm #row_3{
display:block;
/*border:1px solid fuchsia;*/
margin-bottom:15px;}

#contactForm #row_4{
display:block;
/*border:1px solid black;*/
}

#contactForm #item {
border:1px solid #e5e5e5;
padding:5px;
}
#contactForm #itemdouble {

}
#contactForm #double_item {
border:2px solid #006ab3;
padding:3px;
}

#contactForm #contact_box_1 {
width:177px;
float:left;
margin-right:15px;
}

#contactForm #contact_box_2 {
width:177px;
float:left;
margin-right:15px;
/*border:1px solid #FF0000;*/

}

#contactForm #contact_box_3 {
width:177px;
float:left;
margin-right:15px;
}

#contactForm #contact_box_4 {
width:177px;
float:left;
margin-right:15px;
}

#contactForm #contact_box_5 {
width:177px;
float:left;
margin-right:15px;

}

#contactForm #contact_box_6 {
width:177px;
float:left;
margin-right:15px;
}

#contactForm #contact_box_7 {

width:372px;
/*border:1px solid #ff0000;*/
float:left;
margin:0px;
}

   #contactForm #contact_box_7 #leftside {
   width:167px;
   /*border:2px solid #336699;*/
   float:left;
   
   
   }
   #contactForm #contact_box_7 #rightside {
   width:167px;
      
   margin-left:193px;
  /* border:1px solid #456789;*/

   }
   
#contactForm #contact_box_8 #item {
width:150px;
border:0px;} 

#contactForm #contact_box_8 {
width:275px;
height:150px;

margin-right:15px;
border:1px solid #e5e5e5;
float:left;
}

#contactForm #contact_box_9 {

width:276px;
/*height:60px;*/
margin:0px 0px 15px 285px;
/*border:1px solid #455678;*/
}

#contactForm #contact_box_10 {
/*height:60px;*/
width:276px;
margin:0px 0px 0px 285px;
/*border:1px solid #455678;*/
}

#contactForm #contact_box_11 {

width:130px;
padding:2px;
margin:0px;
border:1px solid #eee;
float:left;
}

#contactForm #contact_box_12 {

width:130px;
padding:2px;
margin-left:425px;
border:1px solid #eee;

}



/* ###################################################### */
/* ####################### CONTACT FORM ############'#### */
/* ###################################################### */
#contactForm {
    font-size:11px;
}
#contactForm .contactRow {
    margin:4px 0;
    height:18px;
    /*border:1px solid green;*/
}

#contactForm label {
    
    height:17px;
   
    width:140px;
   /* border:1px solid #000;*/
}

#contactForm .contactRow input {
height:14px;

    border:1px solid #ccc;
    
}

* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:200px;
}

#contactForm .contactRow input.eingabe {

width:195px;
height:16px;
float:right;
    border:1px solid #ccc;
    
}





#contactForm .contactRow .checkbox {
/*border:1px solid #f00;*/
/*height:11px;*/
margin-left:7px;
/*border:1px solid #FFe5e5;*/
    /*width:11px;*/
} 


/*#contactForm .contactRow input{
    border:1px solid #ccc;
    width:346px;
}*/
#contactForm .contactRow textarea {
    border:1px solid #e5e5e5;
    width:263px;
    height:117px;
        
}
#contactForm .contactRow textarea {
    /*height:105px;*/
    font-size:10px;
}

    
    
#contactForm .contactRow select {
    border:1px solid #ccc;
    width:172px;
}


#contact_box_11 #contactFormSubmitLeft {
    float:left;
    margin:0px;
    padding:0px 5px 0px 5px;
    width:120px;
}
* html #contactFormSubmit #contactFormSubmitLeft {
    margin:0px;
    padding:0px 5px 0px 5px;
    width:120px;
}
#contact_box_12 #contactFormSubmitRight {
    margin:0px;
    padding:0px 5px 0px 5px;
    width:120px;
}
* html #contactFormSubmit #contactFormSubmitRight {
    margin:0px;
    padding:0px 5px 0px 5px;
    width:120px;
}

#contact_box_11 #contactFormSubmitLeft input, 
#contact_box_12 #contactFormSubmitRight input {
    background-color:#fff;
    border:0;
    color:#006ab3;
    margin:0px;
    padding:0px 5px 0px 5px;
    width:120px;
    
    background-image:url(../images/link_pfeil.gif);
    background-repeat:no-repeat;
    background-position:right 4px;
    font-size:11px;
    cursor:pointer
}
#contact_box_11 #contactFormSubmitLeft input {
    background-image:none;
    padding:0;
    float:left;
}

#contactForm table {
    width:100%;border-collapse:collapse;
}
#contactForm table td {
    padding:0;
}
#contactForm .pt {
    padding-top:2px;
    padding-bottom:5px
}
* html #contactForm .pt {
    padding-top:0;
    padding-bottom:5px
}


.clearfloat {
clear:both;}

