body {
	margin: 0;
}
* {
	font-family: "Trebuchet MS", "Bitstream Vera sans", Helvetica, Arial, sans-serif;
	font-size: 11px;
}
h1 {
	font-size: 24px;
}

/* Kopf */
#ID_Head {
	background: #990000;
}
#ID_Content {
	margin: 0 10px;
}
/* Sonstiges */
img {
	border: 0;
}
.DN, hr {
	display: none;
}
#ID_Logo {
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	padding: 10px;
}

/* Bilder (umflossen) */
.ImageBoxLeft,
.ImageBoxRight {
	clear: both;
	float: left;
	margin: 0 10px 10px 0;
	/* width ist an der Stelle nicht verfuegbar */
}
.ImageBoxLeft .Title,
.ImageBoxRight .Title {
	font-style: italic;
}
.ImageBoxTitle,
.ImageBoxBig {
	margin: 10px 0;
}
.ImageBoxLeft .Copyright,
.ImageBoxRight .Copyright {
	color: #999;
	font-size: 10px;
	font-family: Arial, sans-serif;
}

/* Bildergalerie (Vom Admin angelegt) */
.ImageGallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ImageGallery ul li {
	clear: left;
	margin: 0;
	padding: 0;
}