h1 {
	font-size: 17px;
	color: #ff9933;
	margin: 0px;
	margin-bottom: 4px;
}

h2 {
	font-size: 15px;
	color: #009966;
	margin: 0px;
	margin-bottom: 4px;
}

h3 {
	font-size: 13px;
	color: #333;
	margin: 0px;
	margin-bottom: 4px;
}

td.content div.content {
	font-size: 12px;
	font-family: Verdana;
	color: #666;
}

td.content div.content a {
	color: #50b88a;
}

* html td.footer-home {
	height: 21px;
	width: 65px;
}

td.footer-home {
	min-height: 21px;
	min-width: 65px;
	text-align: center;
	vertical-align: top;
	padding-top: 3px;
	background: url(/static/i/bg-footer-home.jpg) left -2px no-repeat;
}

* html td.footer-newsletter {
	height: 21px;
	width: 70px;
}

td.footer-newsletter {
	min-height: 21px;
	min-width: 70px;
	text-align: center;
	vertical-align: top;
	padding-top: 3px;
	background: url(/static/i/bg-footer-newsletter.jpg) left -2px no-repeat;
}

td.nl-content {
  background:#ffffff;
  border:1px solid #009966;
  cms-style-label:'Newsletter Inhalt hervorheben';
  overflow:hidden;
  padding:11px;
}

* html td.footer-impressum {
	height: 21px;
	width: 101px;
}

td.footer-impressum {
	min-height: 21px;
	min-width: 101px;
	text-align: center;
	vertical-align: top;
	padding-top: 3px;
	background: url(/static/i/bg-footer-impressum.jpg) left -2px no-repeat;
}

* html td.footer-contact {
	height: 21px;
	width: 72px;
}

td.footer-contact {
	min-height: 21px;
	min-width: 72px;
	text-align: center;
	vertical-align: top;
	padding-top: 3px;
	background: url(/static/i/bg-footer-contact.jpg) left -2px no-repeat;
}

td.footer-home a, td.footer-newsletter a, td.footer-impressum a, td.footer-contact a {
	color: #5d5852;
}

img.greenunderline {
	border: 0px;
	border-bottom: 5px solid #50b88a;
}

img.greenunderline_left {
	border: 0px;
	border-bottom: 5px solid #50b88a;
	margin-right: 5px;
	margin-bottom: 3px;
}

img.greenunderline_right {
	border: 0px;
	border-bottom: 5px solid #50b88a;
	margin-left: 5px;
	margin-bottom: 3px;
}

img.smallpic {
    cms-style-label:'Newsletter kleines Bild';
    width:172px;      
}

img.widepic {
    cms-style-label:'Newsletter breites Bild';
    margin-right:0px;
    width:584px; 
}

* html img.widepic{
    width:578px;
    margin-left:0px;
    padding-left:0px;
}

ul.green-dots {
	list-style-image:url(/static/i/green-dot.jpg);
}
