/* Teaser picture width */
#picWidth
{
	width: 194px;
}

.lower-row
{
	background: #d2d2d2;
	border-top: 2px solid #b3b3b3;
	margin-left: 0;
	margin-right: 0;
}
	.lower-row > div
	{
		min-height: 320px;
		padding: 5px 20px 10px;
	}
	.lower-row > div:nth-child(even)
	{
		background: #e5e5e5;
	}
	
		/* damit in den Neuigkeiten, die Texte Abstand von etwaigen Bildern haben (die nicht die ganze Breite einnehmen, weil sie eine max-height haben)
		 * hier alle Elemente gleich einrücken
		 */
		.lower-row > div > *
		{
			margin-left: 3%;
			margin-right: 3%;
		}


/* override definitions in main.tpl.css
-------------------------------------------------- */

#subtpl_wrapper
{
	min-height: 200px;
}

.neuigkeit-highlight
{
	background: url( ../../imgs/kerger2014a_notiz-bg.png ) no-repeat;
	min-height: 272px;
	margin-left: 30px;
	margin-top: -20px;
	padding: 30px 30px 10px 20px;
	width: 270px;
}
.neuigkeit-highlight img
{
	margin-bottom: 8px;
	max-height: 125px;
	max-width: 90%;
}
@media (max-width: 767px)
{
	.neuigkeit-highlight
	{
		margin-top: 0;
		margin-left: 0;
	}
}
.neuigkeit-highlight h2
{
	font-size: 14px;
	line-height: 1.5em;
}

.neuigkeit img
{
	float: left;
	max-height: 150px;
	margin-top: 5px;
	max-width: 94%;
	/*
	position: absolute;
	height: 70px;
	clip:rect(0px 200px 70px auto);
	*/
}

.kontakt-box
{
	padding-top: 10px;
	background: #eee;
	border: 2px solid #005b2c;
	margin: 5px 0 10px 0;
	padding: 10px 10px 0 10px;
}


/* @edit
-------------------------------------------------- */

[contenteditable]
{
	min-height: 70px;
}

.leitartikel [contenteditable]
{
	min-height: 250px;
}

.kontakt-wrapper [contenteditable]
{
	min-height: 20px;
}
	.kontakt-box [contenteditable]
	{
		min-height: 150px;
	}
