
/* Links Navigation */
#menu a:link {font: Trebuchet MS; font-size:14pt; color: #FEFEFE;	text-decoration:none;}
#menu a:visited {font: Trebuchet MS; font-size:14pt; color: #FEFEFE; text-decoration:none;}
#menu a:active {font: Trebuchet MS; font-size:14pt; color: #FF9933; text-decoration:none;}
#menu a:hover {font: Trebuchet MS; font-size:14pt; color: #FF9933; text-decoration:none;}

/* allgemeine links im text */
a:link {font: Trebuchet MS; font-size:14pt; color: #FEFEFE;	text-decoration:none;}
a:visited {font: Trebuchet MS; font-size:14pt; color: #FEFEFE; text-decoration:none;}
a:active {font: Trebuchet MS; font-size:14pt; color: #FF9933; text-decoration:none;}
a:hover {font: Trebuchet MS; font-size:14pt; color: #FF9933; text-decoration:none;}

table
{
	table-border-color-light: rgb(255,204,102);
	table-border-color-dark: rgb(204,153,102); 
}
body
{
	font-family: trebuchet MS;
	background-color: #80809A;
	color: rgb(102,102,51);}

/* Text im Logo */
h1 {	font: Trebuchet MS;
	font-weight: 600;
	font-size:36pt;
	color: #FF623B;
	margin-left: 260px; 
	margin-top: 10px;}

/* Titel Body */
h2{	font: Trebuchet MS;
	font-weight: 400;
	font-size:18pt;
	color: #FF9933;
	margin-left: 20px; 
	margin-top: 10px;}
	
/* Schrift normal Body */
h3{	font: Trebuchet MS;
	font-weight: 400;
	font-size:14pt;
	color: #FFFFFF;
	margin-left: 20px; 
	margin-top: 0px;}

/* Schrift fett Body */
h5{	font: Trebuchet MS;
	font-weight: 600;
	font-size:18pt;
	color: #FFFFFF;
	margin-left: 20px; 
	margin-top: 0px;}

/* Schrift fett und farbig Body */
h6{	font: Trebuchet MS;
	font-weight: 600;
	font-size:18pt;
	color: #FF9933;
	margin-left: 20px; 
	margin-top: 0px;}

/* Schrift klein Body */
h4{	font: Trebuchet MS;
	font-weight: 400;
	font-size:14pt;
	color: #FFFFFF;
	margin-left: 20px; 
	margin-top: 0px;}
