/*
  Im Editor Auswählbare Klassen
*/
.schwarzerRand {
  border: 1px solid #000000;
}
.absolutePosition {
  position: absolute;
}
.ueberschriftGross, h1 {
  font-size: 200%;
  font-weight: bold;
	color: #666666;
}
.ueberschriftKlein, h2 {
  font-size: 130%;
  font-weight: bold;
}

/*
  Layout
*/
.--------------------------------- {}

body {
  BACKGROUND-COLOR: #ffffff;
}
body.mceContentBody {
  BACKGROUND-COLOR: #cccccc;
}
body, td, div, a, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
font, span, h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
body, td, div {
	color: #000000;
}
img {
  border: 0;
}
a, a:visited, a:active {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

hr {
  color: #000000;
  line-height: 1px;
  height: 1px;
  border-style: solid;
}
p {
  margin: 0px;
  padding: 0px;
  margin-bottom: 10pt;
}

/* Kundenspezifische Styles */
table.tableStyle1 {
	border-collapse: collapse;
}
table.tableStyle1 td {
	border: 1px solid #999;
	padding: 2px 5px;
	width: 25%;
}
table.tableStyle1 ul {
	margin-left: -25px;
}
hr.hrStyle1 {
  color: #666;
  line-height: 1px;
  height: 1px;
  border-style: solid;
}