/* Allgemeine Schriftart */
body, font,th,td,p { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif }

body 
{
	font-size : 14px;
	color: white;
    background-color : #6d946b;
	/* background-color : #8b4513; --> Braun */
	/* background-image: url(http://www.rauchfangkehrer-oismueller.at/images/backgr.gif); */
}


a:link,a:active,a:visited {
	text-decoration: underline;
	color: white;
}


/* Menue Link Schriftart */

a.fr_menue:link,a.fr_menue:active,a.fr_menue:visited
{
	font-size : 18px;
	color: #FFFF00;
	text-decoration: none;	
}

a.fr_menue:hover
{
	font-size : 18px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

/* Besondere Schriften */

.willkommen 
{
	font-size: 22px;
	font-weight: bold;
	color: #FFFF00;
}

.fett
{
	font-weight: bold;
}
