body {
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial;
	background-color: #F8F8F8;
	color: #254C29;
}
h1, h2, h3, h4, h5, h6 {
		font-size: 1em;
}

p {
	color: #4E4E4E;
}

#alles {
	margin: 2em auto auto 10%;
/*		width: 40em;*/
	width:80%; 
	border: 1px solid silver;
	padding: 0px;
	background: White url(none) right;
}
#header {
	margin: 0 11em 0 0;
/*	width: 100%;*/
 	height: 160px;
	border: 1px none blue;
	padding:0;  
	background: transparent url(../bilder/weblogo.gif) no-repeat right center;
}

#content {
	margin:0; margin-right:11em;
/*	width:28em; 
	width:100%;*/
	padding:2em;
	border:1px none red; 
	background-color: #eee;
}

#navi {float:right; 
margin:0;
width:10em; 
border:1px none green; 
padding:200px 0 1em 1em;
background: transparent url(../bilder/weblogo2.gif) no-repeat top center;

}
.navitext {
	font-size:smaller;
}
#navi ul {
	font-size:80%;
	letter-spacing: 0em;
	list-style-image:  url(../bilder/listensymbol1.gif);
	text-transform: uppercase;
	margin:0;
	padding:0;
}

.mapborder {
	border: 1px solid #254C29;
	width:300px;
	height:200px; 
	overflow: hidden;
	margin:0;

}
a.maptext {
	color: #254C29;
	text-align:left;
	font-size:small;
} 
