﻿/**
* Kontakt
*/
#contact h2 { background-image: url(../images/contact/contact.gif); }

#contact h3 {
	 padding-bottom: .5em;
	 border-bottom: 1px solid #666;
	 margin-top: 2em;
}

#contact p span { float: left; width: 14em; }

#contact p { padding: 0; margin: .5em 0; line-height: 135%; }

#imprint h2 { background-image: url(/img/unobtainium/imprint.gif); }

#imprint h3 {
	 padding-bottom: .5em;
	 border-bottom: 1px solid #666;
	 margin-top: 2em;
}
#imprint dd { line-height: 135%; }

#imprint dt { font-weight: bold; margin: 1em 0; }

input.button {
	margin-left: 10em;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	color: white;
	background-color: #666;
}

#contact label {
	float: left;
	width: 10em;
}

input.text, textarea.text {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #555960;
	color: #fff;
	width: 300px;
}
