html, body
{
	margin: 0px;
	padding: 0px;
}

.htmlarea-content-body {
	background: url(../_img/design/bg_mid.gif) repeat-x;
	background-color: #e1e1e1;
}

* {
	font-family: Arial, Verdana, sans-serif;
	color: #03014a;
}

a
{
	color: #03014a;
	text-decoration: none;
}

a img {
  border: 0px;
}

/* Tabellen */
table.logoTabelle,
table.logoTabelle thead
table.logoTabelle tbody,
table.logoTabelle tr,
table.logoTabelle td { 
	border-spacing: 0px; 
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}

table.logoTabelle td {
  padding: 0px 1px 1px 0px !important;
} 

table.logoTabelle td p {
  margin: 0px !important;
  padding: 0px !important;
} 

/* Absatzformatierungen */
p.trennerUnten {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

h4 {
  margin: 0px;
}

h4 a,
a.linkBlau {
  color: #537CC1;
}

h4 a:hover,
a.linkBlau:hover {
  color: #7B9CD2;
}

/* Rte Standard-Textausrichtung */
.align-left { text-align:left; }
.align-center { text-align:center; }
.align-right { text-align:right; } 