body {
	margin: 0 8% 2em 8%;
	font-family:  Georgia, sans-serif;
	line-height:  1.6;
}

#content {
	clear:  both;
	position:  relative;
	top:  -20px;
}

#impressum {
	border-top: 1px solid #333;
	text-align: center;
	clear: both;
}

h1 {
	font-size:  1.4em;
	border-bottom:  1px solid #333;
	margin-bottom:  .2em;
}

h2 {
	font-size:  1.1em;
	margin-bottom:  .2em;
	padding-bottom:  .2em;
}

#content p.highlight {
	background-color:  #ddd;
	border:  1px solid #333;
	border-left:  8px solid #333;
	margin:  1em 2em;
	padding:  1em 2em;
	font-style:  oblique;
}

ul#menu {
	display:  none;
}

img#logo {
	float:  right;
	width:  100px;
	height:  53px;
}

#head h1 {
	display:  none;
}

#head {
	margin-bottom: 3em;
}

hr.trenner {
	display:  none;
}

.contentbild {
	display: inline;
	width: 300px;
	margin: 0 0 1em 1em;
	background: #fff;
	color: #333;
	padding: 8px 8px 0 8px;
	border:  1px solid #ddd;
	border-right: 1px solid #a5b4ba;
	border-bottom: 1px solid #a5b4ba;
}

.contentbildhoch {
	display: inline;
	width: 200px;
	margin: 0 0 1em 1em;
	background: #fff;
	color: #333;
	padding: 8px 8px 0 8px;
	border:  1px solid #ddd;
	border-right: 1px solid #a5b4ba;
	border-bottom: 1px solid #a5b4ba;
}

.contentbild p, .contentbildhoch p {
	text-align: center;
	margin: 0 auto 5px !important;
	/* font-variant: small-caps; */
	padding: 0;
	font-size: .9em !important;
	color: #666;
}

.rechts { float: right; }
