/*
Gold: #BFAB81
Blau: #104F8B
*/

BODY {
	background-color: #104F8B;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: sans-serif;
	color: #BFAB81;
}

H1 {
	font-size: 16px;
}

A, A:VISITED, A:ACTIVE {
	color: #BFAB81;
	text-decoration: underline;
}

A:HOVER {
	color: Red;
	text-decoration: none;
}

.textnormstyle {
	font-size: 12px;
	color: #104F8B;
}

TABLE.content A, TABLE.content A:VISITED, TABLE.content A:ACTIVE, TD.content A, TD.content A:VISITED, TD.content A:ACTIVE {
	color: #000000;
	text-decoration: underline;
}
TABLE.content A:HOVER, TD.content A:HOVER {
	color: Red;
	text-decoration: none;
}

TABLE.content, TD.content {
	font-size: 12px;
	color: #104F8B;
	border: 2px #BFAB81 solid;
	padding: 10px;
	background: #FFFFFF url('imgserver/mixed/table_content_bg_oben.gif') no-repeat top left;
}
TABLE.content TD {
	font-size: 12px;
}

TD.content, TD.content_nopics {
	font-weight: bold;
}
TD.content .bigger, TD.content_nopics .bigger {
	font-size: 14px;
	font-weight: bold;
}


INPUT.normform,
INPUT.normbutton {
	border: #104F8B 1px solid;
	background-color: #ECD8AD;
	font-family: sans;
	font-size: 11px;
}

INPUT.normbutton {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	margin-right: 10px;
}


TD.menu, TD.menu A, TD.menu A:VISITED, TD.menu A:ACTIVE {
	/* Klasse des Hauptmenues */
	color: #104F8B;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

TD.menu A:HOVER {
	color: Red;
	text-decoration: none;
}

TD.maerchenteaser {
	/* Klasse für wechselnde Maerchentexte */
	padding-left: 4px;
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
}