#kontakt_container{
	width: 550px;
	border: 0px solid red;
	margin: 0 auto;
}
#kontakt_form{
	display: block;
	margin-left: 0px;
   color: #030353;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#submit_div{
	width: 540px;
}

#kontakt_form label{
    display: block;
    float: left;
    width: 150px;
    height: 18px;
	 padding-top: 6px;
	 padding-right: 4px;
    font-size: 12px;
	 text-align: right;
}

#kontakt_form input,
#kontakt_form select,
#kontakt_form textarea{
   display: block;
   float: left;
   margin-top: 2px;
   margin-bottom: 2px;
   background-color: #F4F6FF;
   border: 1px solid #BEBEF0;
   width: 300px;
   height: 20px;
   font-size: 12px;
   font-weight: bold;
   line-height: 20px;
   text-indent: 4px;
}

#kontakt_form input#sicherheitscode{
        width: 160px;
}

#kontakt_form input#readonly{
        display: inline;
        background-color: transparent;
        width: 120px;
        border: none;
        font-size: 11px;
        text-align: left;
        font-weight: normal;
        text-indent: 10px;
}

#kontakt_form select{
        height: 24px;
}

#kontakt_form input#betreff{
   width: 386px;
}

#kontakt_form #big{
   width: 300px;
}

#kontakt_form textarea{
   width: 386px;
   height: 150px;
   font-size: 14px;
   overflow: auto;
}

#kontakt_form textarea#gross{
   height: 300px;
}

#kontakt_form label#code_text{
        width: 240px;
}

#kontakt_form input#submit{
   display: block;
   float: right;
	margin-left: 5px;
   padding: 0px;
   width: 100px;
   height: 30px;
   cursor: pointer;
   background-image: url(images/submit.jpg);
   background-repeat: no-repeat;
   border: none;
   text-align: center;
  /*   _border: none;        /* IE Hack */
}

/*** FOCUS aus Formularelement***/

#kontakt_form input:focus,
#kontakt_form textarea:focus,
#kontakt_form input.focus_for_ie,
#kontakt_form textarea.focus_for_ie
{
	background-color: #E3E6FF;
}



/***********************************/
/******                       ******/
/**           ErrorBox            **/
/******                       ******/
/***********************************/
#errorheader{
   width: 100%;
   height: 26px;
   padding-top: 4px;
   font-size: 16px;
   text-indent: 10px;
   color: #671700;
   font-weight: bold;
   text-align: left;
   background-image: url(images/errorbox_header.jpg);
   background-repeat: repeat-x;
}

#errorbottom{
   width: 100%;
   height: 26px;
        padding-top: 4px;
   font-size: 16px;
   text-indent: 10px;
   color: #671700;
   font-weight: bold;
   text-align: left;
        background-image: url(images/errorbox_bottom.jpg);
        background-repeat: repeat-x;
}

#errorzeile{
   display: block;
   width: 100%;
   height: 16px;
   margin: 0 auto;
   padding-top: 4px;
   padding-bottom: 4px;
   color: #671700;
   font-size: 12px;
   font-weight: bold;
   text-align: left;
   text-indent: 20px;
   background-color: #F3ECDC;
   background-image: url(images/error.gif);
   background-repeat: no-repeat;
}

#error_content{
        margin: 0 auto;
        width: 166px;
        background-color: white;
        border-left: 2px solid #323232;
        border-right: 2px solid #323232;
        text-align: center;
        padding-top: 10px;
        font-weight: bold;
        color: #B22222;
}

#messagebox{
   width: 100%px;
   height: 20px;
   margin-left: 10px;
   font-size: 12px;
   text-indent: 10px;
   color:#00BB02;
   font-weight: bold;
   text-align: left;
   text-indent: 22px;
   background-image: url(images/richtig.gif);
   background-repeat: no-repeat;
}

