/*
#zentriert {
  position:absolute;
  top:50%;
  left:50%;
  width:30em;
  height:20em;
  margin-left:-15em;
  margin-top:-10em;
  border:1px solid #888;
  padding:1em;
}
*/
	/* Hier die allgemeine Hintergrundfarbe aendern */
	/* hellgelb: ffffcc, weissgelb: ffffe0, hellblau: ccffff, */
	body.tls { background-color: #e7e7e7; }
	body.tls2 { background-color: #ffff00; }
	/* die 12 px sind fuer das English/Deutsch wichtig ! */
	tr, td, p, li { 
	font-family: tahoma, verdana, arial; font-size: 12px; } 
	h1, h2, h3, h4 {			color: #0000ff;		}
	table.tls {	border: 0px; padding: 0px;	width: 760px;	}

/*
 menu styles
 note: not all browsers render styles the same way so try out your style sheet
 in different browsers before publishing
*/

/* level 0 inner */
.m0l0iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: none;
	margin: 4px 0 0 8px;
	color: #000000;
}
.m0l0iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	text-decoration: underline;
	margin: 5px 0 0 8px;
	color: #000000; /* Schrift */
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: url(img/grey0_bg1.jpg); 
	background-color: #c0c0c0;	/* fuer IE*/
	border: 1px solid #d0d0d0; 
}
.m0l0oover {
	text-decoration : none;
	background-image: url(img/grey0_bg2.jpg);  
	background-color: #c0c0c0;	/* fuer IE */
	border: 1px solid #d0d0d0; 
}

/* level 1 inner */
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #000000;
}
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 17px;
	color: #000000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #c0c0c0;
	border: 1px solid #d0d0d0; 
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #e0e0e0; 
	background-image: url(img/lev1_arrow.jpg);
	background-repeat: no-repeat;
	border: 1px solid #d0d0d0;
	padding: 0;
}

