body {
	margin: 0;		/* Position fuer alle Browser */
	padding: 0;		/* Position fuer alle Browser */
}
/*************************************************************/	
		/* MENU Start  */
/*************************************************************/	
		

div.menu {
	background-image: url(../backgr/backgr_me.gif);
	background-repeat: repeat-y;
	width: 130px;                     /*   Breite fuer Menu    */
	height:100%;
	position: absolute;
	top: 0px;
	left: 0px;
	padding:  0px 0px 0px 0px; 
	margin:  0px 0px 0px 0px;
}

/* Hier wird zusaetzliche Nummerierung der Listenpunkte fuer visuelle 
Browser unsichtbar gemacht - oder sichtbar, wenn man mag. 
Mehr dazu unter http://www.einfach-fuer-alle.de/artikel/menues */
dfn {
	display: inline;
	height: 0px;
	left: -1000px;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	width: 0px;
}
/*  Hier nun alles fuer das Menue */
.menu {
	margin: 0px 0px 0px 2px;	
	padding: 0px; 
}
/* Hier wird der zusaetzliche Punkte am Ende eines Listeneintrags 
fuer visuelle Browser unsichtbar gemacht. 
Mehr dazu unter http://www.einfach-fuer-alle.de/artikel/menues */
.menu .ignore {
	display: none;
	height: 0px;
	left: -1000px;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	 width: 0px;
}
.menu ul {
	border: none;
	list-style-type: none;
	padding: 0 0 0 0;
	margin:  42px 0px 0px 3px;
}
.menu ul li{
	float:none;
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.menu ul li a.menu {
	background-image: url(../backgr/ba_menu_01.gif);
	background-repeat: no-repeat;
	height : 20px;
	width: 118px;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	margin: 12px 0px 0px 0px;
	padding: 3px 0px 0px 10px;
	text-decoration: none;
}
.menu ul li a.menu:hover, .menu ul li a.menu:focus {
	background-image: url(../backgr/ba_menu_02.gif);
	background-repeat: no-repeat;
	height : 20px;
	width: 118px;
	color: #FFD590;
	text-decoration: none;
	margin: 12px 0px 0px 0px;
	padding: 3px 0px 0px 10px;
}
.menu ul li a.page, .menu ul li a.page:visited , .menu ul li a.page:hover, .menu ul li a.page:active   {   
	background-image: url(../backgr/ba_menu_01.gif);
	background-repeat: no-repeat;
	height : 20px;
	width: 118px;
	color: #FFD590;
	display: block;
	font-size: 12px;
	text-decoration: none;
	margin: 12px 0px 0px 0px;
	padding: 3px 0px 0px 10px;
}

/*************************************************************/	
		/* MENU Ende	 */
/*************************************************************/

