#newsletter {
	width: 600px;
	background: #fff;
	font-size: 12px;
	margin: auto;
	
}

#newsletter #logo {
	margin: 10px;
}

#head,
#bildL {
	margin-bottom: 10px;
}

#bildXL,
#bildL,
#bildM,
#date {
	float: left;
	overflow: hidden;
}

#bildXL {
	width: 360px;
	height: 172px;
	margin-right: 10px;
	background: url(http://<% $ENV{HTTP_HOST} %>/se_data/_filebank/<% return $value[91]; %>);
}

#bildL {
	width: 230px;
	background: url(http://<% $ENV{HTTP_HOST} %>/se_data/_filebank/<% return $value[92]; %>);
}

#bildL,
#bildM,
#date {
	height: 81px;
}

#bildM {
	margin-right: 10px;
	background: url(http://<% $ENV{HTTP_HOST} %>/se_data/_filebank/<% return $value[93]; %>);
}

#bildM,
#date {
	width: 110px;
}

#date {
	background: url(http://<% $ENV{HTTP_HOST} %>/gfx/impressionenBG.jpg);
}

#date p {
	margin: 10px;
}

/* bild_rechts */

.template_bild_rechts {
	padding: 0;
	background: #dde7f0 url(http://<% $ENV{HTTP_HOST} %>/gfx/blauverlauf.jpg) bottom repeat-x;
	margin-bottom: 10px;
}

.template_bild_rechts .inhalt {
	padding: 15px;
}

.template_bild_rechts img {
	padding-left: 15px;
}

.template_infobox {
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

.template_infobox h1 {
	border-bottom: 1px solid #ccc;
	background: #ddd;
	margin-bottom: 0;
}

.template_infobox a {
	float: left;
	width: 240px;
	margin: 0.3em 0;
}

.template_default img {
	float: left;
	margin-right: 10px;
}

.template_infobox p {
	padding: 10px;
	margin: 0;
}

.template_default {
	margin-bottom: 10px;
	padding: 10px;
}

#footer {
	border-top: 0;
}