@charset "UTF-8";


.body {
	font-family: Verdana, Arial, sans-serif;
	width: 550px;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	background-color: white;
	background-image: url("../images/kontaktform_bg.gif");
	background-repeat: repeat-x;
	color: #08291a;
}

#kmain {
	clear: both;
	background-color: transparent;
	width: 550px;
	!width: 560px;

}

.header_normal {
	background-image: url("../images/form_header.png");
	background-repeat: no-repeat;
	width: 550px;
	height: 130px;
	padding: 0px;
	margin: 0px;
}

.header_beta {
	background-image: url("../images/form_header_beta.png");
	background-repeat: no-repeat;
	width: 550px;
	height: 130px;
	padding: 0px;
	margin: 0px;
}

.header_danke {
	background-image: url("../images/header_ok.png");
	background-repeat: no-repeat;
	width: 550px;
	height: 130px;
	padding: 0px;
	margin: 0px;
}

label {
	display: block;
	padding-top: 10px;
}

.textinput {
	width: 200px;
	border: 0px solid black;
	padding: 0px 5px;
	margin: 0px;
	background-image: url("../images/textlabel.png");
	background-repeat: repeat-x;
	background-color: #ebebeb;
	height: 27px;
	color: #08291b;
}

.radio {
	margin-right: 5px;
}

div#left {
	float: left;
	width: 255px;
	padding-left: 20px;
}

div#right {
	float: left;
	width: 255px;
	padding-right: 20px;
}

div#kfooter {
	clear: both;
	padding: 20px 20px 0px 20px;
}

div#bottom {
	clear: both;
	padding: 10px 0px 0px 0px;
	width: 100%;
	height: 100px;
}

#submit {
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 29px;
	vertical-align: baseline;
	border: none;
	background-image: url(../absenden.jpg);
	background-color: transparent;
	height: 30px;
	width: 132px;
}

div#bottom input {
	float: right;
}

label.nobr {
	display: inline;
	padding-top: 0px;
	padding-right: 20px;
}

label.red {
	color: red;
}

div#right textarea {
	width: 100%;
	height: 160px;
	border: none;
	padding: 5px;
	margin: 0px;
	background-image: url("../images/nachrichtlabel.png");
	background-repeat: repeat-x;
	background-color: #ebebeb;
	color: #08291a;
}

div#vielendank {
	width: 374px;
	height: 285px;
	margin: auto;
	margin-top: 50px;
	text-align: center;
	background-color: transparent;
	background-repeat: no-repeat;
	
}

#klogo {

	margin-top: 50px;

	float: right;
}

#ktitle {
	padding-left: 10px;
	padding-top: 100px;
	position: relative;
	float: left
}