/* ---------- TWO-COLUMS ---------- */

/* Hier feste Pixelwerte eintragen, je nach dem ob das Element 
   auf der ganzen Breite oder in einer Inhaltsspalte liegt */
.content .size50 {
	width: 320px;
}
aside .size50 {
	width: 144px;
}

.content .size66 {
	width: 672px;
}
.content .size33 {
	width: 320px;
}

/* ---------- MORE-INFORMATION ---------- */

.mehr-informationen {
	border: 2px solid #e6e6e6;
	padding: 5px;
	font: 13px Arial;
	height: 60px;
	line-height: 12px;
	font-weight: bold;
	margin-bottom: 20px;
	background-color: #fff;
}
.mehr-informationen a {
	display: block;
	height: 40px;
	background: #f2f2f2 url('../images/more-bg.gif') top repeat-x;
	padding: 10px;
	color: #737272;
	text-decoration: none;
}
.mehr-informationen a:hover {
	background: none;
	background-color: #f3f3f3;
}
.mehr-informationen span.more-headline {
	font: 17px Georgia;
	margin-bottom: 6px;
	color: #000;
}
.mehr-informationen span.more-text {
	display: block;
	margin-top: 7px;
}