body {
	font-family: sans-serif;
	background-color: #f9f7f0;
	background-image: url(../back.jpg);
	background-repeat: no-repeat;
}


div.inhalt {
	max-width: 68ex;
	margin: 0 auto;
}

h1 {
	text-align: left;
	background: #f9efb3 url(../wl-leiste.png) no-repeat;
	background-position: 100% 0px;
	margin: 0 auto 2ex auto;
/* 	display: table; */
	width: 100%;
}

code {

	border: 1px dashed;
	padding: 1ex 2ex;
	background: #FFFCDD;
	white-space: pre;
	display: block;
}

div.figure {
	display: table;
	margin: 2ex auto 4ex auto;
	margin: 0 auto;
}

div.caption {
	font-size: smaller;
	text-align: center;
}

p {
	text-align: justify;
	text-indent: 1em;
}

li {
	text-align: justify;
}