/* ----------------------- */
/* -------- Liste -------- */
/* ----------------------- */

div#content
ul {
	margin-bottom: 0.5em;
}

div#content
li {
	margin-left: 2em;
}

/* ----------------------- */
/* ------- Fomular ------- */
/* ----------------------- */

div#content
form {
	margin-bottom: 1em;
}

/* ----- Fieldset ----- */
div#content
fieldset {
	background-color: #fff0f0;
	border: 1px solid #686868;
}

div#content
fieldset
div {
	margin: 0.2em 0;
}

div#content
fieldset
legend {
	font-size: 0.8em;
	font-weight: bold;
	margin-left: 1em;
}

div#content
fieldset
label {
	display: inline-block;
	vertical-align: top;
	margin: 0 0.5em;
	min-width: 5em;
}

div#content
fieldset
input {
	border: 1px solid #686868;
	width: 16em;
}

div#content
fieldset
input:focus {
	background-color: #ffe0e0;
}

/* ----- Nachricht ----- */

div#content
fieldset
textarea {
	font-family: Arial,sans-serif;
	font-size: 0.9em;
	border: 1px solid #686868;
	width: 100%;
	height: 15em;
}

div#content
fieldset
textarea:focus {
	background-color: #ffe0e0;
}

div#content
fieldset
div.message {
	text-align: center;
	padding: 0.5em 0.8em;
}

/* ----- Senden ----- */
div#content
div.submit {
	margin-top: 0.5em;
}

div#content
div.submit
input.button {
	border: 1px solid #686868;
	background-color: #fff0f0;
	cursor: pointer;
	height: 1.5em;
	width: 10em;
}

div#content
div.submit
input.button:hover {
	background-color: #ffe0e0;
}

/* ----- Fehler ----- */
div#content
div.error {
	font-size: 0.8em;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	border: 1px solid #686868;
	background-color: #DA293D;
}

/* ----- Erfolg ----- */
div#content
div.mail-success
img.contact-mail-sent {
	float: left;
	background-image: url(../images/mail.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 122px;
	border: 1px dotted #686868;
	margin: 0 1em 1em 0;
}

div#content
div.mail-success
div.head {
	margin-bottom: 1em;
}