html { height: 100%; margin-bottom: 1px; }

style {
	font-family: PenyaeLight;
	color: #666666;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

a:link {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}

/* -------------------------------------------
------------ das Kontaktformular -------------
----------------------------------------------*/
form {
	background-color: white;
	width: 550px;
	padding: 20px; 
	margin-left: 180px;
	border: 1px solid #8c8c8c;
}
	
label { /*- Beschriftung auf eigener Zeile-*/
	display: block;
	cursor: pointer; /*-Mauszeiger wird zur Hand-*/
}

input#absender {	
	height: 20px;}
	
input#name,
input#betreff {
	height: 20px;}
	
input#name,
input#betreff,
input#email,
input#telefon,
input#ort,
textarea{
	width: 500px;
	border: 1px solid #8c8c8c;
	margin-bottom: 1em;
	background-color: lightgrey;
}	

textarea {
	height: 10em;

}

input: focus,
textarea: focus {
	background-color: lightgrey;
}