/* Neue Farben
Dunkel (Text): #4e3b30
Hell (Back): #fbeec9
Link: #ad1f1f
Besuchter Link: #ffc42f
Akzent 1: #f0a22e
Akzent 2: #a5644e
Akzent 3: #b58b80
Akzent 4: #c0986d
Akzent 5: #a19574
Akzent 6: #c17529
*/

body 
{ 
	background: #c17529; 
	color: #4e3b30;
}
h1
{
	font-family: sans-serif;
	text-align: center;
}
a 
{ 
	text-decoration:none; 
}
a:link, a:visited, a:hover, a:active, a:focus
{
	text-decoration:none; 
	color: #ad1f1f;
}

#boxRahmen
{
	background: #c17529;
	font-family: sans-serif;
}
#boxKopf
{
	font-size:smaller;
	background: #a5644e;
	font-family: sans-serif;
	color: #fbeec9;
}
#boxKopf a:link, #boxKopf a:visited, #boxKopf a:hover, #boxKopf a:active, #boxKopf a:focus
{
	text-decoration:none; 
	color: #ffc42f;
}
#boxFeld
{
	background: #fbeec9;
	font-family: sans-serif;
}
#boxFeldAktiv
{
	background: #ffc42f;
	font-family: sans-serif;
}
#boxFeldPadded
{
	background: #fbeec9;
	font-family: sans-serif;
	padding: 4px;
}

