
body {
	background-color: #e7e7eb;
	font-family: sans-serif;
	font-size: 10pt;
	color: #555;
	padding: 0px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 992px;
	min-width: 270px;
}
header {
	padding: 1em;
	background: #000;
	border: none;
	overflow: auto;
}
main {
	overflow: auto;
}
footer {
	padding: 0.5em 1em 1em 1em;
	border: none;
	overflow: auto;
}
.outer {
	min-height: 517px;
	max-height: 539px;
	padding-top: 20px;
	padding-left:40px;
	padding-right:1em;
	border: 1px solid #aaa;
	background-image: url("/ltl_zwischenseite2.png");
}
.text { 
	max-width: 310px;
}
#logo {
	float: right;	
}
#logo img {
	width:230px;-ms-flex-positive:1;flex-grow:1;
}
#footer {
	font-size: 0.8em;
	float: right;
}
a:link, a:visited {
	text-decoration: none;
	color:#444;
}
a:hover, a:active {
	text-decoration: underline;
	color:#333;
}
