#impressum {
	font-size: 0.8em;
}

fieldset {
	border: 1px dashed black;
}

p span {
	color: red;
}

legend {
	color: black;
	background-image: url("../Bilder/backg_container.gif");
}

input {
	background: white;
	border: 1px solid silver;
	width: 200px;
}

#send {
	cursor: pointer;
}

#send:hover {
	color: white;
	background-color: #990000;
	border-color: white;
}

textarea {
	border: 1px solid silver;
	width: 100%;
	height: 150px;
}

fieldset p {
	margin: 10px;
}

/* tanteks box model hack */
#leftcontent {
	width: 260px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 290px;
}

html>body #leftcontent {
	width: 260px;
}

#checkbox {
	width: 15px;
	height: 15px;
}

#w3c img {
	border: 0px;
}

#w3c a { background: transparent; }

.success {
	color: red;
	font-weight: bold;
}

.error {
	border: 2px solid red;
}

