@charset "utf-8";
/* CSS Document */

a, a:active, a:visited{
    color:#C61F65;
}
a:hover {
    color: #000;
}

textarea, input {
  font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

.versteckt {
	/* text-indent:-9999px !important; */
	visibility: hidden;
}

#wrapper {
	/*border: 1px solid orange;*/
}

#kfcontainer {
	position: absolute;
	top:429px;
	left:167px;
	height:700px;
	z-index:999;
}

#meldung{
    color:#C61F65;
    position:absolute;
    left: 475px;
    top: 260px;
    width:300px;
}

.hinweis{
    color:#C61F65;
    position: absolute;
		background-color: white;
		padding:2px;
}

.column1 {
	position: absolute;
	width:120px;
	left:12px;
	top:165px;
}

.column2 {
	position: absolute;
	width:160px;
	left:138px;
	top:165px;
}

.cleaner {
	clear: both;
	float: none;
	line-height:0.01em;
}

#bericht, #name, #email, #adresse1, #adresse2, #captchacontainer input {
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
	/* border: 1px solid red; */
	/*background-color: white;*/
}

#captchacontainer input {
    border: 1px solid #000;
    width: 60px;
}

#bericht {
	width:300px;
	height:118px;
}

#name, #email {
	height:16px;
	width:112px;
}

#adresse1, #adresse2 {
	height:16px;
	width:142px;
}

#adresse2, #email {
	margin-top:32px;
}

#submitbutton {
    position:absolute;
    top:330px;
    display: block;
	width:289px;
    height:55px;
    background: transparent;
    border:none;
    /* text-indent: 9999px; */
		color: transparent;
		/*border: 1px solid #000;*/
}
#submitbutton:hover {
    cursor:pointer;
}

#einverstandencontainer {
	position: absolute;
	top:247px;
	left:5px;
	width:275px;
}

#einverstanden {
	position:absolute;
	top:23px;
	left:6px;
	width:17px;
	height:17px;
	border: 0;
	background: transparent;
	margin:0;
	padding:0;
	z-index:80;
}

#ev_o {
	position:absolute;top:20px;left:8px;z-index:88;
}
#ev_r {
	position:absolute;top:20px;left:21px;z-index:89;
}
#ev_u {
	position:absolute;top:39px;left:8px;z-index:90;
}
#ev_l {
	position:absolute;top:20px;left:3px;z-index:91;
}

#captchacontainer {
	position:absolute;
	left:380px;
	top:250px;
	width:200px;
}



