/*	Styles für den Editor		*/
.headline {
 font-family:Arial, Helvetica, Sans-serif; 
 margin:5px 0 5px 0;
 color:#B95D24;
 font-size:16px;
 font-weight:bold;
}
.headline2 {
 font-family:Arial, Helvetica, Sans-serif; 
 margin:5px 0 5px 0;
 color:#B95D24;
 font-size:13px;
 font-weight:bold;
}


/*teaserBox1 aus teaser_default.ihtml	*/
.teaserBox1 {
  padding: 0px;
  font-family:Arial, Helvetica, Sans-serif;
}
.teaserBox1 th {
	background-color:#EECB91;
	padding:4px 0 4px 0;
	text-align:left;
}

.teaserBox1 .imageBox {
  margin:0 5px 0 0;
  text-align:left;
  float:left;
}

.teaserBox1 .teaserContent {
	font-size: 11px;
	font-weight:normal;
	color:#000000;
	padding:0 3px 0 0;
	margin-bottom:10px;
	text-align:left;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
.teaserBox1 .Box {
  padding:0 7px 5px 7px;
}
.teaserBox1 a:link,  .teaserBox1 a:visited {
	font-size: 11px;
	font-weight:bold;
	color:#000000;
  text-decoration:none;
}
.teaserBox1 a:hover {
	font-size: 11px;
	font-weight:bold;
	color:#000000;
  text-decoration:underline; 
}

.teaserBox1 .weiter:link,  .teaserBox1 .weiter:visited {
	font-size: 11px;
	font-weight:normal;
	color:#000000;
  text-decoration:underline;
  margin-top:10px;
}
.teaserBox1 .weiter:hover {
	font-size: 11px;
	font-weight:normal;
	color:#000000;
  text-decoration:none; 
  margin-top:10px;
}


.teaserBox1 .weiterOH:link,  .teaserBox1 .weiterOH:visited {
	font-size: 11px;
	font-weight:normal;
	color:#000000;
  text-decoration:none;
  margin-top:10px;
}
.teaserBox1 .weiterOH:hover {
	font-size: 11px;
	font-weight:normal;
	color:#000000;
  text-decoration:none; 
  margin-top:10px;
}




/*
*     T E A S E R  Artikel  
*/
.TeaserArtikel {
	font-size: 12px;
}
/*ENDE Teaser Artikel*/





/*
*  article.ihtml
*/
.pageHeader {
  font-size:11px;
  font-weight:bold;
  margin:0 0 8px 5px;
  color:#000000;
}

.pageFooter {
  padding:8px 0 0 5px;
}

