
body {
	background-color: rgb(255, 255, 255);
	background-image: url(https://www.hammond.de/images/side.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	margin-top: 20px;
}

#page {
	display: flex;
}

#menu {
	width: 150px;
	padding-right: 25px;
}

#menu img {
	width: 144px;
	height: auto;
	margin-top: 2px;
	margin-bottom: 25px;
	border: 3px solid #FFF;
}

#menu ul {
	list-style: none;
	padding: 0;
}

#menu ul li {
	display: inline-block;
	border: 2px solid #000;
	padding: 2px 10px;
	margin: 2px 0;
	background-color: #FFF;
	text-align: leftz;
	min-height: 28px;
	line-height: 28px;
}

#menu ul li a {
	text-decoration: none;
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
}

/* @group Content */

#content {
	max-width: 700px;
	margin-top: 0px;
	padding-right: 25px;
}

#content *:first-of-type {
	margin-top: 0;
}

#content h1, #content h3 {
	color: #FF6707;
	line-height: 140%;
}

#content h1 {
	font-size: 18px;
}

#content p img.imageleft {
	padding: 10px 20px 10px 0;
	float: left;
}

#content p img.imageright {
	padding: 10px 0 10px 20px;
	float: right;
}

.infotable {
	border: 1px solid #FF8000;
	background-color: #FFFFCE;
}

.infotable tr td:first-of-type {
	font-weight: bold;
	color: #FF8000;
	text-align: center;
}

.infotable td {
	padding: 10px;
}

.infotable tr {
	vertical-align: top;
}

/* @end */

/* @group Sidebar */

#sidebar {
	margin-top: 6px;
	max-width: 250px;
}

#sidebar *:first-of-type {
	margin-top: 0;
}

.infobox {
	background-color: #FFFFCE;
	border: 1px solid #FF8000;
	padding: 10px;
}

#sidebar ul {
	margin-left: 0;
	padding-left: 20px;
}

/* @end */

/* @group Footer */

#footer {
	margin-top: 50px;
	margin-left: 175px;
	text-align: center;
	border-top: 1px solid #FF6707;
	padding-top: 10px;
	max-width: 930px;
}

#footer a {
	text-decoration: none;
}

/* @end */

#startpagebox {
	display: flex;
}

#startpagebox .infobox {
	background-color: transparent;
}

#boxleft, #boxright {
	padding-top: 10px;
}

#boxmiddle {
	width: 400px;
	padding: 0 20px;
	text-align: center;
}

.lesliecenter {
	width: 580px;
	height: 352px;
	margin: auto;
	background-image: url(/images/2018/20180427-leslie3300.png);
	background-repeat: no-repeat;
	background-position: top right;
}

div.flowplayer {
	max-width: 100%;
}

table .trenner {
	height: 1px;
	background-color: rgba(0, 0, 0, .03);
	margin: 5px;
}







