td.content-right img {
	margin: 5px;
	border: 0px;
}
a.image {
	background: none;
	padding: 0px;
}
table.liste TD {
	padding-bottom: 7px;
	padding-top: 7px;
	border-bottom: #97846d 1px dashed;
}
table.form td {
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: #97846d 1px dashed;
}
table.liste td.ohne_gepunktete_linie, table.form td.ohne_gepunktete_linie {
	border-bottom: 0px;
}

table.liste td.ohne_gepunktete_linie_und_padding, table.form td.ohne_gepunktete_linie_und_padding {
        border-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
td.content-left a.ohne_bild, td.content-right a.ohne_bild {
        padding-left: 2px;
	background: none;
	color: #AD3C2C;
        text-decoration: none;
}

img.image-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	border: solid 3px #fff;
}
img.image-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	border: solid 3px #fff;
}

img.schmal {
	width:200px;
	cms-style-label: "NL - Bild mitte (schmal)";
}
img.breit {
	width:450px;
	cms-style-label: "NL - Bild mitte (breit)";
}

/* Relaunch 2008 */
img.imageFullWidth
{
    width: 471px;
    display:block;   
    cms-style-label: 'Bild auf volle Content-Breite skalieren';
    position: relative;
    margin: -10px 0px 0px -10px;
}

.redBox
{
	cms-style-label: 'Link als roter Button darstellen';
	display:block;
	color: #fff !important;
	text-align: right;
	padding-right: 10px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	font-size: 12px;
	width: 130px;
	border-width: 0px;
	background:  #990913 url("../i/redesign2008/ico_back.gif") no-repeat 10px 4px;		
}
