body {
	background-color : #990000; 
	font-family : Arial, Verdana, 'Helvetica', sans-serif;
	font-size : 0.7em;
}

#baum_i {
	position:absolute;
	left:380px;
	top:112px;
	width:169px;
	height:238px;
	z-index:1;
	background-image : url(../img/baum_i.gif) ;
}
#aktuell {
	position:absolute;
	left:380px; 
	top:432px; 
	width:159px; 
/*	height:50px; */
	z-index:7;
	border: 1px solid white;
	color:#FFF;
	font-size:1.2em;
	padding:5px;
	}
#logo_i {
	position:absolute;
	left:569px;
	top:29px;
	width:73px;
	height:320px;
	z-index:2;
}
#sprachen {
	position:absolute; left:336px; top:91px; width:215px; height:17px; z-index:6;
	text-align: right;
	color: white;
	}

#adel_i  {
	position:absolute;	left:360px; top:361px;	width:191px;	height:14px;
	z-index:3;
	background-image: url(../img/name.gif) ;
}
#kontakt_i {
	position:absolute;
	left:200px;
	top:382px;
	width:352px;
	height:41px;
	z-index:4;
	font-family: Arial, Verdana, 'Helvetica', sans-serif;
	font-size: 0.9em;
	text-align : right;
	color: White;
}

.mini {
	font-size:0.7em;
	font-weight: normal;
	}
/* Textlinks */
a:link , a:visited {
	color: #FF9933;
	text-decoration: none;
	font-size: 100%;
}
a:hover {
	text-decoration: underline;
	color: #FFffff;
}

/*--- Navigation ---*/
#navi {
	position:absolute; left:166px; 	top:129px; 	width:191px; height:159px; z-index:5;
	text-align : left;
	font-weight: bold;
	padding: 10px;
}
	
#navi ul li { list-style-type: none; }

#navi li li {
	font-size: 11px;
	list-style-type: none;
	margin-left: -20px;
}
#navi li {color:#000;}
#navi a:link { color:#000; padding: 0 0 0 10px; text-decoration: none;}
#navi a:active { color:#000; padding: 0 0 0 10px; text-decoration: none; }
#navi a:visited { color:#000;padding: 0 0 0 10px; text-decoration: none; }
#navi a:hover { color:#fff; padding: 0 0 0 10px; text-decoration: none; background: transparent url(../img/dot.gif) no-repeat left center;}
