@charset "utf-8";

body
{
	font-family:Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom:0px;
	font-size:10px;
	color:white;	
	background-color:#d5dcba;		/*Hintergrundfarbe für die Website */

}

body a:link		/* normale Link-Ansicht */
{
	color:#fff7a7;	
	text-decoration:none;		/* Keine Unterstreichung, Überstreichung,... */
	outline:none;
	border:0px;
}

body a:visited	/* bereits besucht */
{
	color:#fff7a7;	
 	text-decoration:none;		/* Keine Unterstreichung, Überstreichung,... */
	outline:none;
	border:0px;
}

body a:active	/* aktiv */
{
	color: green;	
 	text-decoration:none;		/* Keine Unterstreichung, Überstreichung,... */
	outline:none;
	border:0px;
}

body a:hover	/* beim überfahren mit der Maus */
{
	color:white;	
 	text-decoration:none;		/* Keine Unterstreichung, Überstreichung,... */
	outline:none;
	border:0px;
}

/* Farben für Menü Home und Impressum */

body.smallmenue a:link		/* normale Link-Ansicht */
{
/*	color:#81552c;	*/
	color:red;
	
	text-decoration:none;		/* Keine Unterstreichung, Überstreichung,... */
}

body.smallmenue a:visited	/* bereits besucht */
{
/*	color:#81552c;	*/
 	color:red;
	
 	text-decoration:none;		/* Keine Unterstreichung, Überstreichung,... */
}

body.smallmenue a:active	/* aktiv */
{
	color: green;	
 	text-decoration:none;		/* Keine Unterstreichung, Überstreichung,... */
}

body.smallmenue a:hover	/* beim überfahren mit der Maus */
{
	color:white;	
 	text-decoration:none;		/* Keine Unterstreichung, Überstreichung,... */
}


h1
{
	color:#fff7a7;
	font-size:18px;
	margin: 0em;
   	padding: 0em;
}

h2
{
	color:#fff7a7;
	font-size:14px;
	text-decoration:none;
	margin: 0em;
   	padding: 0em;
}

h3
{
	color:#0060a2;
	font-size:16px;
	text-decoration:none;
	margin: 0em;
   	padding: 0em;
}