h1,
h2 {
  font-size: 18px;
  font-weight: bold;
}

h1 {
	margin-top: 0px;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 15px;
	background: url("/images/layout/headline_bg.png") no-repeat bottom left;
}

h2 {
  font-size: 14px;
}

.leftImage {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.rightImage {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.megaMenuSeperator {
	width: 50px;
	background: url("/images/layout/megaMenu_seperator.gif") repeat-y center top;
}

.error {
	display: block;
	margin-bottom: 15px;
	padding-left: 25px;
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
	list-style-type: none;
	background: url("/images/layout/icons/error.gif") no-repeat;
}

.teaserBlock.listview{
	display: block;	
	border-bottom: 1px dotted #EDB414;
	padding-bottom: 10px;
	padding-top: 10px;	
}


