
	table.wave {
		cms-style-label: "Tabelle mit Wellen-Hintergrund";
	}
	table.border {

	}
	table.bg {
		 background-color: #F19F86;
	}
	td.bg {
		 background-color: #F19F86;
  		 padding: 5px;
		 color: #fff;
	}
	img.border-bottom {
		cms-style-label: "Hintergrundbild";
	}
	img.border {
		margin: 5px;
		margin-top: 0px;
		filter:progid:DXImageTransform.Microsoft.Shadow(color='#BBCDDA', Direction=135, Strength=3);
		border-left: 4px solid #F5F0EE;
		border-top: 4px solid #F5F0EE;

		border-bottom: 4px solid #D8D4D3;
		border-right: 4px solid #D8D4D3;

	}
	img.border_left {
		float: left;
		margin-bottom: 5px;
		margin-right: 15px;
		filter:progid:DXImageTransform.Microsoft.Shadow(color='#BBCDDA', Direction=135, Strength=3);
		border-left: 4px solid #F5F0EE;
		border-top: 4px solid #F5F0EE;

		border-bottom: 4px solid #D8D4D3;
		border-right: 4px solid #D8D4D3;
	}

	img.border_right {
		float: right;

		margin-bottom: 5px;
		margin-left: 15px;

		filter:progid:DXImageTransform.Microsoft.Shadow(color='#BBCDDA', Direction=135, Strength=3);
		border-left: 4px solid #F5F0EE;
		border-top: 4px solid #F5F0EE;

		border-bottom: 4px solid #D8D4D3;
		border-right: 4px solid #D8D4D3;
	}
	
	/*newsletter*/
	img.nl-header {
		cms-style-label: "Newsletter Headerbild";
		width: 720px;
	}
	img.nl-small {
		cms-style-label: "Newsletter Contentbild klein";
		width: 200px;
	}
	img.nl-width {
		cms-style-label: "Newsletter Contentbild gross";
		width: 400px;
	}