a.menu{	display:block; 
	margin-bottom:5px; 
	text-align:left; 
	width:24ex;
	border-style:ridge;
	border-width:3px; 
	padding:2px; 
	text-decoration:none;
}

a.menu:link    { color:#00f; background-color:transparent; }
a.menu:visited { color:#00f; background-color:transparent; }
a.menu:hover   { color:#00f; background-color:#fff; }
a.menu:active  { color:#ff0; background-color:#a03; }

div.kopfI{
	position: absolute;
	background-image:url(../pics/EUKm.jpg); 
	background-repeat:repeat-x;
	top: 0;
	left: 300px;
	right: 0;
	bottom: 0;
	width: 500px;
	height: 300px;
	font-weight:bold; 
	font-size:18px; 
	color:black; 
	text-decoration:none;
	text-transform:capitalize;
	text-align: right;
	text-shadow:yellow 1px 1px;
	z-index: 2;
}

img.kopfI{
	position: absolute;
	top: 0;
	left: 0;
	right: 300px;
	bottom: 300px;
	border-style: none;
	margin: 0 0 0 0;
	z-index: 3;
}

.menuI{
	position: absolute;
	background-image: url(../pics/EUKw.jpg); 
	background-repeat: repeat-y;
	/* filter: Alpha(opacity=25); */
	filter:opacity(25%) ;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 220px;
	height: 100%;
	font-weight:bold; 
	font-size:10pt; 
	color:black; 
	text-decoration:none;
	z-index: 2;
}

.menuII{
	position: absolute;
	left: 10px;
	right: 0;
	bottom: 0;
	width: 250px;
	z-index: 3;
}
/*
.menuIII{
	position: absolute;
	background-color: white;
	border-width: 1px 1px 1px 1px;
	border-color: #0000FF; 
	border-style: solid; 
	padding:10px;
	top: 310px;
	left: 230px;
	width: 550px;
	height: 770px;
	z-index: 3;
}
*/

.MAINDIR {
	border-style: none;
	margin: 0 0 0 0;
	font-weight:bold;
	font-size:12pt;
	color:black;
	text-decoration:none;
	text-transform:capitalize;
	text-shadow:white 3px 2px;
	z-index: 1;
}

.SUBDIR {
	border-style: none;
	margin: 0 0 0 0;
	font-weight:bold;
	font-size:10pt;
	color:blue;
	text-decoration:none;
	text-transform:capitalize;
	text-shadow:white 3px 2px;
	z-index: 1;
}
/*
.MENUTABLE{
	width:400px;
	border-style: none;
	margin: 0px 0px 0px 0px;
	z-index: 1;
}
*/

