body {
	margin: 0px;
	margin-bottom: 50px;
	border: solid 1px white;
}

* {
	font-family: sans-serif;
}

div {
	padding: 0px;
}

a {
	color: blue;
}

#logo {
	display: none;
}

#content ul {
	list-style-type: square;
}

#menu {
	padding-top: 200px;
	padding-bottom: 0px;
	background-color: #009999;
	background-image: url(logo-einzeln.png);
	background-position: center top;
	background-repeat: no-repeat;
	/* width: 250px; */
	width: 15.6em;
	min-width: 250px;
	float: left;
}

#menu h1 {
	display: none;
}

#menu ul {
	list-style: none;
	background-image: url(footer.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 120px;
	margin-bottom: 0px;
	padding-left: 0px;
}

#menu li {
	padding-left: 0px;
	width: 100%;
	min-height: 17px;
}

#menu a {
	/*padding-left: 35px;*/
	padding-left: 25px;
	padding-top: 4px;
	text-decoration: none;
	color: white;
	display:block;
	/* width: 215px; */
	width: 100%;
	white-space: nowrap;
}

#menu #active {
	font-weight: bold;
}

#menu li:hover {
	background-image: url(marker.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-color: #00AAAA;
}


#content {
	/* margin-left: 260px; */
	margin-left: 18em;
	padding-top: 4em;
	padding-right: 110px;
	background-image: url(header.png);
	background-repeat: no-repeat;
	background-position: right top;
	border: solid 1px white;
}

#content p {
	text-align: left;
}

div.toplink {
	text-align:right;
}

div.toplink a {
	background-image: url(up.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}

i.abk {
	text-decoration: underline;
}

i.abk:hover {
	color: #009999;
}

table {
	border-collapse: collapse;
}

table tr.top th {
	border-bottom: solid 1px black;
}

table tr th.left {
	border-right: solid 1px black;
	text-align: right;
	padding-right: 5px;
}

table tr.sum th, table tr.sum td {
	border-top: double 3px black;
}

table tr.empty {
	border: none;
	height: 20px;
}

table tr td {
	padding: 5px;
	padding-left: 15px;
}

table tr td.num, table tr td.negnum {
	text-align: right;
}

table tr td.negnum {
	color: red;
}


p.bild {
	display: inline-block;
	text-align: center;
	width: 4cm;
	/* border: solid 1px red; */
}

p.bild * {
	text-align: center;
}

p.bild img {
	display: block;
	margin-left:auto;
	margin-right:auto;
	max-height: 3cm;
	max-width: 3cm;
}

p.bild span.beschriftung {
	display: block;
	font-style: italic;
}

div.toc {
	border: solid 2px #AAAAAA;
	background-color: #EFEFEF;
	padding: 4px;
	display: inline-block;
	padding: 20px;
}

div.toc ul {
	padding: 0px;
	margin: 0px;
	list-style-type: square !important;
	/* list-style-image: url(../res/bullet.png); */
	text-indent: 0px;
	margin-left: 15px;
}



div.event {
	margin-bottom: 0.5cm;
}

span.date {
	font-weight: bold;
	display: block;
}



.vorbei {
	color: #AEAEAE;
}
