/* CSS Document */

/* ############################## aufmacher ################################# */
.headline { /* container der Aufmacherzeile */
	margin-bottom: 13px;
	margin-left: 14px;
}

.aufmacherbild {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 220px;
	height: 220px;
}

.aufmacher {
	float: left;
	height: 218px;
	width: 221px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	position: relative;
	padding-right: 5px;
}

.aufmacher p, .aufmacher h1 {
	margin-left: 13px;
}
.aufmacher h1 {
	margin-top: 18px;
}
.aufmacher p {
	margin-bottom: 5px;
}
.aufmacher p.bu, .aufmacher p.copyright {
	margin-left: 3px !important;
	margin-bottom: 0px !important;
}

.aufmacher p.copyright {
	position:absolute;
	bottom: 5px;
	left:1px;
}

.aufmacher p.bu {
	position: absolute;
	bottom: 1.8em;
	left: 1px;
}

.aufmacher p.supertitle {
	margin-top: 4px;
}