/************ Kontaktformular ***********/


#contactForm {
	width: 400px;
}

#contactForm label {
	clear: both;
	display: block;
	float: left;
	margin: 2px;
}

#contactForm input, textarea {
	clear: right;
	float: right;
	margin: 2px;
}


/*********** StyleSheetChooser **********/


#styleSheetChooser {
	z-index: 3;
	position: absolute;
	left: 450px;
	top: 110px;
	font-size: 80%;
}

#styleSheetChooser input {
	border: 1px solid #bbbbbb;
	background: transparent;
	font-size: 98%;
	color: #555555;
}
