/* CSS kontakt */
/* 
 *Oberer Bereich Anfang
 */

#HeadlineImage {
	background-image: url('/images/HP_Headline-Kontakt.jpg');
	position: absolute;
	background-position: left;
	background-repeat: no-repeat;
	width: 599;
	height: 38px;
	left: 206px;
	top: 0px;
	z-index: 3;
}


#HeadlineImage_EN {
	background-image: url('/images/HP_Headline-Kontakt_EN.jpg');
	position: absolute;
	background-position: left;
	background-repeat: no-repeat;
	width: 599px;
	height: 38px;
	left: 206px;
	top: 0px;
	z-index: 3;
}

/*
 * Oberer Bereich Ende
 * Inhaltsbereich Anfang
 */
 
#content {
	position: absolute;
	left: 206px;
	right: 206px;
	top: 121px;
	z-index: 1;
	height: 100%;
	background-image: url('/images/HP_ContentBG-Kontakt.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: scroll;
	background-color: #DBDEE3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.content_main {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('/images/HP_ContentBG-Kontakt.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: scroll;
	background-color: #DBDEE3;
	font-size: 13px;
	color: #000000;
	padding: 14px 10px 10px 10px;
	z-index: 4;
}
#kform{
	 width:340px;
	 float:right;
	 text-align:left;
}

textarea,input,select {
	 width:340px;
	 font:14px Verdana,Geneva,Arial,Helvetica,sans-serif;
}
textarea {
	 height:150px;
}

#halfInput input{
	 width:164px;
}

#miniInput input{
 	width:15px;
}
/*
 * Inhaltsbereich Ende
 */
