/* CSS Document */

/*kontaktseite*/
/*kontaktbereich ist das gesamt Bereich der Kontaktseite ohne Navi und Logo*/
#kontaktbereich{
	position: absolute;
	width: 561px;
	height: 800px;
	top:5px;
	left: 294px;
	background-image:url(../bilder/bearb-bilder/rahmen/cornice_viola/cornice_blue.png);
	background-repeat: no-repeat;
	z-index: 100;
	
	}

#kf_kopfbereich{
	position: absolute;
	left: 360px;
	top: 50px;
	z-index: 50;
	
	}	
	
/* kformular ist das Formular*/	
#kformular {
	position: absolute;
	width: 400px;
	height: 450px;
	top: 93px;
	left: 77px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	z-index:101;
	
	}

label{
	display: block;  /*die Beschriftugen werden über den Inhaltfeld postitioniert*/
	cursor: pointer; /*Mauszeiger wird zur Hand*/
}


/* felder name, e-mail und nachricht von kontaktform */	
input, textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: oblique;
}
/* nur felder name und e-mail von kontaktform */		
input {
	height: 25px;
	}
/*wenn man in textarea anklickt wird sie gefärbt */	
input:focus, 
textarea:focus {
	background-color: #d1cfcf;
	}
