body {	background-color: #fffff8; 
	color: black;
	font-family: sans-serif;
	font-style: normal;
	font-size: 12pt;
	background-image: url('png/ulli-logo-transp.png');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

address {	font-style: normal;
}


#fuessling {	position: fixed;
		bottom: 1.5em;
		left: 1.5em;
		display: block;
}

#fuessling a {	text-decoration: none;
		color: black;
}

#fuesling a img {	border: solid black 0px;
}

#menu	{	left: 1.5em;
		margin-right:1.5em;
		top: 1.5em;
		max-width: 230px;
		vertical-align: top;
		z-index: 1;
		position: fixed;

}

#menu dt {	visibility: hidden;
}

#menu a {	border: solid 0px black;
		padding: 2pt;
		text-align: center;
		margin-bottom: 0.25em;
		background-color: #E4E4E4;
		display: block;
		text-decoration: none;
		color: black;
}


#menu a:hover
	{	background-color: #87CFFF;
}

#inhalt {	margin-top: 2.5em;
		margin-bottom: 1.5em;
		left: 260px;
		margin-right: 1.5em;
		overflow: auto;
		position: absolute;

}

#menu a.aktiv {	background-color: #87CFFF;
		color: #000040; }

table {		border: 0px solid gray;
		padding: 0px;

}

a {		text-decoration: underline;
		color: #0000a0;
}


