body.lila {
	background: url(gfx/bgs/lotus-lila.jpg) White no-repeat fixed center;
	color: #440044;
	scrollbar-face-color: #BC7ADC;	
}
body.rot {
	background: url(gfx/bgs/lotus-rot.jpg) White no-repeat fixed center;
	color: #440000;
	scrollbar-face-color: #FF7575;		
}
body.gelb {
	background: url(gfx/bgs/lotus-gelb.jpg) White no-repeat fixed center;
	color: #907B00;
	scrollbar-face-color: #FEFF4D;	
}
body.gruen {
	background: url(gfx/bgs/lotus-gruen.jpg) White no-repeat fixed center;
	color: Green;
	scrollbar-face-color: #C7FF75;	
}
body.orange {
	background: url(gfx/bgs/lotus-orange.jpg) White no-repeat fixed center;
	color: #CE3900;
	scrollbar-face-color: #FFA500;	
	}
body.blau {
	background: url(gfx/bgs/lotus-blau.jpg) White no-repeat fixed center;
	color: Navy;
	scrollbar-face-color: #ADD8E6;	
}
body.weiss {
	background: url(gfx/bgs/lotus-lila.jpg) White no-repeat fixed center;
	color: Gray;
	scrollbar-face-color: Silver;		
}
body {
	margin: 20px 20px 10px 20px;
	background-color: #FFFFFF;
	color: Gray;
	font-family: "Comic Sans","Comic Sans MS", "MS Serif", "New York", serif;
	scrollbar-face-color: Silver;
	scrollbar-arrow-color: Black;
	scrollbar-base-color: White;
	scrollbar-3dlight-color: White;
	scrollbar-highlight-color: Gray;
	scrollbar-shadow-color: #DDDDDD;
	scrollbar-darkshadow-color: Black;
	scrollbar-track-color: White;
}



table {
	border: 1px;	
}

span.fliesstext {
	text-align: left;
	font-weight: normal;
	float: left;
}
span.fliessfuss {
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	font: 16px;
}
span.title1 {
   text-align: center;
    font-size:25px;    
    font-style:italic;
}
span.title2 {
   
    font-size:20px;    
    font-style:italic;
}

td {
	text-align: center;
}

td.menu {
	border-bottom: 2px Black;
	border-left: 1px Silver;
	border-right: 2px Black;
	border-top: 1px White;
	border: 2px;	
}
.menu {
	text-decoration: none;
	font-size: 12px;}
	
#lila {
	background-color: #BC7ADC;

}
#orange {
	background-color: #FFA500;

}
#gelb {
	background-color: #FEFF4D;

}
#blau {
	background-color: #ADD8E6;

}
#weiss {
	background-color: #FFFFFF;

}
#gruen {
	background-color: #C7FF75;
	border: #00FF00; /* color:  darkgreen;*/
	color: #004400;
}
#rot {
	background-color: #FF7575;
	border: #FF0000;
	/* color:  darkred; */	
	color:  #440000;	
}

a{
	text-decoration: none;
	color: Black;
}
a:hover{
	text-decoration: underline;
	color: Maroon;
}

a.lila {
   text-decoration: underline;
   color: #440044;
}


.submenu{
	padding: 2px 0;
	margin: 0;
	width: 100%;
	text-align: left; /*set value to "right" for example to align menu to the right of page*/
	font-weight: bold;
	font-size: 12px;
	font: 12px;

}

.submenu li{
list-style: none;
display: inline;
}

.submenu li a{
	padding: 2px;
	text-decoration: underline;
	border: 2px solid ;
	
}

.submenu li a:hover{
/* color: black; */
border-style: outset;
}

html>body .submenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
