/* Musikinstrumentenbörse.de  */
/* Navigation - CSS-Stylesheet */
/*
	Dunkles Rot  : #8D2523
	Helles Rot   : #9C4848
	Ocker Dunkel : #E7D6B0
	Ocker Hell   : #FFF3DA
*/

BODY
{
	background-color: #8D2523;
	
}

a:link    {color: #FFF3DA; text-decoration: none;}
a:hover   {color: #8D2523; text-decoration: none;}
a:active  {color: #FFF3DA; text-decoration: none;}
a:visited {color: #FFF3DA; text-decoration: none;}
a:visited:hover {color: #8D2523; text-decoration: none;}


.fehler_highlight
{
	font-family : "Papyrus", "Book Antiqua", "Courier New";
	font-size   : 14px;
	font-style  : normal;
	color       : #E7D6B0;
}

.feld1
{
	font-family : "Papyrus", "Book Antiqua", "Courier New";
	font-size   : 14px;
	font-style  : normal;
	color       : #FFF3DA;
}

.klein
{
	font-family : Arial, Helvetica, sans-serif;
	font-size   : 11px;
	font-style  : normal;
	color       : #FFF3DA;

}