/* Generelle Einstellungen zum Inhaltsbereich */
#content {
	padding-top: 10px;
	min-height: 500px;
	height: 100%;
}

/* Divs im Inhalt nebeneinander darstellen */
#content div {
	display: inline;
}

/* Klasse für den hellen Kasten links */
#content div.teaser {
	width: 200px;
	float: left;
	border: 1px solid #333333;
	color: #333333;
	background-color: #f2dcc7;
	margin-right: 10px;
	padding: 5px;
	font-size: 12px;
}

/* Überschrift im Kasten links */
#content div.teaser h1 {
	font: bold 16px Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

/* Text im Kasten links */
#content div.teaser p {
	margin: 0px;
	margin-bottom: 1em;
	font-size: 12px;
}

/* Generelles zu Bildern */
#content div.teaser img {
	border-width: 0px;
}

/* Überschrift für den Hauptinhalt */
#content div.main_content h1 {
	font: bold 16px Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

#content div.main_content h2 {
	font: bold 14px Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

/* Text für den Hauptinhalt */
#content div.main_content p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 1em;
	text-align: justify;
}

/* Generelles zu Bildern */
#content div.main_content img {
	border-width: 0px;
}

/* Bilder die links im Text stehen */
#content div.main_content img.left {
	float: left;
	margin-right: 10px;
}

/* Bilder die rechts im Text stehen */
#content div.main_content img.right {
	float: right;
	margin-left: 10px;
}

/* Tabellen im Content-Bereich */
#content div.main_content td {
	vertical-align: top;
}

/* Formulare im Content-Bereich */
#content div.main_content .textfield {
	width: 300px;
}

#content div.main_content .error {
	border-color: #fb0303;
}

#content div.main_content textarea {
	height: 200px;
}

/* Fehlermeldungen */
#content div.main_content #error_message {
	color: #fb0303;
	font-weight: bold;
}
