body {
	/*background-color: #FFFFFF;  = weiss  */
	background-color: #FCD5A9; /* = rosa  */
	/*background-color: #9999CC;  = violett */
}
#col_menue {
	width: 250px;
	border-left: 10px solid #36A074;
	border-top: 10px solid #36A074;	
}
#menueBox  {
	background-image: url(../images/bg-menue.jpg);
	background-repeat: no-repeat;
	display: block;
}
#mainBox  {
	background-image: url(../images/bg-top.jpg);
	border-top: 10px solid #36A074;	
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	padding-left: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	border-right: 10px solid #36A074;
}
#mainBoxE  {
	padding-top: 8px;
}
#mainBoxE img {
        /* border: 2px solid #2B416A; */
}
#fusszeile  {
	font-size: 11px;
	font-weight:bold;
	color: #fff;
	text-align: center;
	height: 18px;
	padding-top: 1px;
}
.men1 {
	background-image: url(../images/trenner.gif);
	background-repeat: no-repeat;
	width: 220px;
	height: 12px;
	padding-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.men1 a {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	text-decoration: none;
	color: #333;
	font-size: 15px;
	padding-bottom: 3px;
	padding-left: 6px;
}

.men2 {
	width: 206px;
	height: 10px;
	padding-left: 14px;
	padding-top: 4px;
	margin-bottom: 6px;
	margin-left: 10px;
}
.men2 a {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	text-decoration: none;
	color: #333;
	font-size: 13px;
	padding-bottom: 3px;
	padding-left: 6px;	
}
.men2 a:hover, .men1 a:hover, .onopen {
	color: #990033;
	/* background-color: #ABA7CF; */
	background-color: #F6F6F6;
	/* border: 1px solid #903; */
}
.feld {
	font-size: 10px;
	font-weight: bold;
	color: #990033;
	border: 1px solid #990033;
	background-color: #EBEBEB;
	padding-left: 2px;
	padding-right: 2px;
}