#kontakt_form {
  width: 400px;
}

#kontakt_form h2 {
  margin: 10px 0px 10px 3px;
	font-size: 16px;
}

#kontakt_form td {
  height: 22px;
}

#kontakt_form td:first-child {
	vertical-align: text-top;
	width: 100px;	
}

#kontakt_form p {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 5px;
}

#kontakt_form {
  padding: 25px 25px;
	width: 440px;
	color: #fff;
	background-color: #000;
	font-family: Arial;
	font-size: 12px;
	margin: 20px 180px;
	
	  
  border-radius: 40px 40px 40px 40px;
	
	
}

#kontakt_form .greenline {
  width: 230px;
  height: 2px;
  background-color: #87ba10;
}
/* HEADER */

#kontakt_form .header {
	width: 230px;
}

#kontakt_form #staff_image { 
	float: left;
}

#kontakt_form #staff_image img { 
	height: 90px; 
	width: 100px; 
	margin-top: 2px;
}

#kontakt_form #staff_text { 
	margin-left: 10px; 
	float: left;
}

/* /HEADER */

/* CONTENT */
#kontakt_form .content {
	width: 230px;
}

#kontakt_form .content_headline {
	font-size: 13px;
	margin: 10px 0 8px 0;
	text-align: left;
}

#kontakt_form input, #kontakt_form textarea {
	color: #444;
	border: 1px solid #c4c4c4;
	font: 13px Helvetica, Arial;
	height: 18px;
	width: 200px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 2px 2px 5px #e2e2e2, inset 2px 2px 5px #e2e2e2;
	-moz-box-shadow: 2px 2px 5px #e2e2e2, inset 2px 2px 5px #e2e2e2;
	box-shadow: 2px 3px 9px #7c7c7c, inset 2px 2px 5px #7C7C7C;
	/* IE filter */
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#e2e2e2', Direction=135, Strength=5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color='#e2e2e2', Direction=135, Strength=5)";
	-webkit-transition: background 0.3s linear;
}

#kontakt_form textarea {
  width: 300px;
}

#kontakt_form input:focus,
#kontakt_form input:hover,
#kontakt_form textarea:focus,
#kontakt_form textarea:hover {
	background-color: #e0e0e0;
}

#kontakt_form #message_presse {
	height: 120px;
	padding: 0px;
}

#kontakt_form #btn_form_submit {
  background: url("../img/btn-absenden.png") no-repeat 0px 0px;
  margin: 5px 2px 8px 0;
  width: 132px;
  height: 28px;
  display: block;
  float: right;
  text-indent: -9999px;
}

#kontakt_form #btn_form_submit:hover {
  background-position: 0 -32px;
}

/* JVAL */
.jfVal {
        position: absolute;
        z-index: 1110;
}
.jValSpacer {
        position: absolute;
        width: 0px;
        float: left;
}
.jValSpacercover {
        background: #eee url(eeGrad2.gif) bottom repeat-x;
        border: 1px solid #ccc;
        border-right: 0px;
}
.jValSpacerpod {
        background: #f0f2f5 url(f0f2f5grad.gif) bottom repeat-x;
        border: 1px solid #ccc;
        border-right: 0px;
}
.jValSpacerblank {
        height: 16px !important;
        opacity: 0.6;
}
.jfVal .icon {
        float: left;
}
.jfVal .iconcover {
        background: #eee url(eeGrad2.gif) bottom repeat-x;
        border: 1px solid #ccc;
        border-width: 1px 0px;
        width: 20px;
        text-align: left;
}
.jfVal .iconpod {
        background: #f0f2f5 url(f0f2f5grad.gif) bottom repeat-x;
        border: 1px solid #ccc;
        border-left: 0px;
        -moz-border-radius-topright: 3px;
        -moz-border-radius-bottomright: 3px;
        -webkit-border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        width: 20px;
        text-align: left;
}
.jfVal .iconblank {
        background: #fff;
        margin-top: -4px;
        height: 20px !important;
        padding-left: 5px;
}
.jfVal .icon .iconbg {
        background: url(warning.gif) center left no-repeat;
        height: 100%;
        width: 16px;
}
.jfVal .content {
        color: red;
        vertical-align: middle;
        white-space: nowrap;
        float: left;
        padding-right: 5px;
}
.jfVal .contentcover {
        background: #eee url(eeGrad2.gif) bottom repeat-x;
        border: 1px solid #ccc;
        border-left: 0px;
        -moz-border-radius-topright: 3px;
        -moz-border-radius-bottomright: 3px;
        -webkit-border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
}
.jfVal .messagepod {
        opacity: 0.8;
        background: #fff;
        padding: 2px 5px;
}
.jfVal .messageblank {
        background: #fff;
        padding: 2px 5px;
}

