
/* ###############################################################################
   ##  Styles für Seiten mit der zusätzlichen Bild-Spalte für die Seitentypen 	##
   ##  "portal/simple", "news/list", events/list								##
   ###############################################################################*/

a img {
	border			: none;
}

div#inhalt {
	left			: 155px !important;
	width			: 650px;
	background-color: transparent;
}

.bild {
	position	: relative;
	left		: 0px;
	top			: 0px;
	width		: 100px;
	display		: inline;
}

#lupe {
	position:relative;
	left:79px;
	bottom:24px;
}

.einzelbild {
	position	: relative;
	width		: 105px;
	margin-bottom:-20px;
}

.einzelbild_text {
	position		: relative;
	width			: 100px;
}

#events_list_title {
	font-size		: 20px;
	line-height		: 23px;
	color			: rgb(153,0,0);
	border-bottom	: 1px solid rgb(0,0,0);
	display			: block;
	margin-left		: 11px;
	margin-bottom	: 20px;
}

#news_list_title {
	font-size		: 20px;
	line-height		: 23px;
	color			: rgb(255,127,0);
	border-bottom	: 1px solid rgb(0,0,0);
	display			: block;
	margin-left		: 11px;
	margin-bottom	: 20px;
}
