/*
////////////////////////////////////////////////////////////////
//
// startseite.css Stylesheet fuer die Inhaltsseiten
////////////////////////////////////////////////////////////////
*/

/*Standardformatierungen*/

body     {background-color:FFF4D0;}/*Standard Textformatierung*/

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}

.central {
	background-color: E5D394;
}

.central_navi {
	background-color: D9C57D;
	padding:3px;
	padding-left:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.volldampf {
	background-color: A00707;
}

.volldampf_navi {
	background-color: C5C5C5;
	padding:3px;
	padding-left:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.border {
	background-color: 8E5723;
	width:10px;
}

.border_bottom {
	background-color: AF7640;
	width:10px;
}

