
body {
	background-color: #eee;
	font-family: sans-serif;
	font-size: 10pt;
	color: #555;
}
.outer {
	position: fixed; 
	right: 0;
	left: 0;
	margin-top: 4em;
	margin-right: auto;
	margin-left: auto; 
	width: 900px;
	min-height: 450px; 
	max-height: 450px; 
	padding:3em;
	border: 1px solid #aaa;
	background-image: url("/ltl_zwischenseite2.png");
}
.left { 
	text-align: left;
}
#logo { 
	position: absolute;
 	right: 0em;
	margin-left: auto; 
	margin-top: -6.5em;
}
#footer {
	position: absolute;
	font-size: 0.8em;
	right: 1em; 
	bottom: 1em;
	margin-bottom: -3em;
}

a:link, a:visited {
	text-decoration: none;
	color:#444;
}
a:hover, a:active {
	text-decoration: underline;
	color:#333;
}
