/* CSS Document */
#aktuellcontent, #aktuellimage, #aktuellankuend {
	position: absolute;

}

#aktuellcontent {
	width: 800px;
	top: 100px;
	font-size: 10pt;
	padding-top: 40px;
}

#aktuellimage, #aktuellankuend {
	top: 200px;
}

#aktuellimage {
	width: 340px;
	right: 0px;
	text-align: right;
}

#aktuellankuend {
	width: 448px;
	left: 0px;
	text-align: left;
	padding: 5px;
}

#hd1, #hd2, #hd3 {
	font-weight: bold;
	line-height: 43px;
	text-align: center;
}

#hd1 {
	font-size: 25pt;
}

#hd2 {
	font-size: 14pt;
}

#hd3 {
	font-size: 20pt;
}

#aktuellesheader, #aktuellesmain, #aktuellesfooter {
    width: 780px;
    padding: 10px;
}

#aktuellesmain {
    position: relative;
    width: 800px;
    padding: 0;
}

#aktuelleslinks {
    position: absolute;
    top: 0px;
    left: 0;
    width: 450px;
    padding: 10px;
}

#aktuellesrechts {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 280px;
    padding: 10px;
}

#aktuellesheader {
    background-color: #ff0000;
}