BODY {
	font-family: "Verdana", "Times New Roman", sans-serif;
	/*font-family: "Comic Sans MS", "Times New Roman", sans-serif;*/
	/*color: #00f0f0;*/
	color: gold;
	background-color: #101010;
	font-size: 10pt;	/* siehe auch table! */
}
table {
	font-size: 10pt;	/* siehe auch BODY! fuer IE wichtig! */
}
th, td {
	font-size: inherit;
}
H1 {
	color: gold;
	font-size: 300%;
	background-color: #333366;
	padding: 10px;
	/*background-image:url(images/drumsticks.gif);*/
	/*background-repeat:no-repeat;*/
	background-image:url(images/bgh1.jpg);
}
.h1logo {
	background-image:url(images/drumsticks.gif);
	background-repeat:no-repeat;
}
a {
	color: gold;
	text-decoration: none;
	font-size: 100%;
}
a:hover {
	color: black;
	background-color: gold;
	/*text-decoration: underline;*/
	/*border: thin solid yellow;*/
	
}
a.ul {
	text-decoration: underline;
}
a.dark {
	color: gray;
	text-decoration: none;
	font-size: 100%;
}
a.dark:hover {
	color: white;
	background-color: gray;
	/*text-decoration: underline;*/
	/*border: thin solid yellow;*/
	
}
a.amenu {
	color: gray;
	text-decoration: none;
	font-size: 100%;
}
a.amenu:hover {
	color: gold;
	background-color: transparent;
	text-decoration: underline;
	/*border: thin solid yellow;*/
	
}
/* a:visited { text-decoration: line-through; } */
.navbox { background-color: #404040; }
.infotable {
	border-color: yellow;
	/*border: thick solid yellow;*/
	background: #a0a000;
	color: black;
}
.infotable th { color: white; }

.menu {
	/*border-color: gold;*/
	/*border: thick solid yellow;*/
	/*background: #303030;*/
	color: gold;
	border-right: solid 1px gray;
}

.footer {
	/*background-color: #404040;*/
	/*position:absolute; bottom:43px; left:0px;*/
	color: gray;
	border-top:solid 1px gray;
	font-size: 6pt;
}

/*
CAPTION {background:blue; color:yellow; font-size:20pt; caption-side:bottom }
TR.whitetext {color:FFFFFF ; font-size:18pt}
TD.redtext {border: thick solid red; color:red ; font-size:24pt}
TD.ltgreenbackground {background:lightgreen}
#width30 {width=30} 
TD.image {background: url(chicken.jpg) fixed; vertical-align:bottom }
*/
