body {
	font-size: 12px;
	color: #6f6f6f;
	background: White;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
a {
	text-decoration: underline;
	color: Black;
}
a.none {
  text-decoration: none;
}
a:HOVER {
	color: #3262a8;
}
a:FOCUS {
	background: #f7f3ba;
}
a:VISITED {
	color: #333:
}
h1, h2, h3, h4, h5, h6, th, label, dt {
	color: #3262a8;
	font-weight: bold;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1em;
}
h4, h5, h6 {
	font-size: 0.8em;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
}
dt {
	margin-top: 1em;
}
dd > p {
  margin-top: 0px;
}
/* TABELLEN */
table {
  border: 1px solid #96a6b8;
}
th {
	background: #c9d5e4;
}
.r1 {
  background: #fcfdff;
}
.r2 {
  background: #f8fbff;
}
.r3 {
  background: #f7f3ba;
}
/* IMG */
img.right, img.left, img.border {
  border: 1px solid black;
}
img.right, img.left, img.rightnb, img.leftnb {
  margin-bottom: 1em;
}
img.right, img.rightnb {
  margin-left: 1em;
  float: right;
}
img.left, img.leftnb {
  margin-right: 1em;
  float: left;
}
/* Sonsitges */
p.buchismitte a {
  margin-left: .3em;
}
/* Mietangebote */
.mietangebot {
  margin-right: 230px;
}
.mietangebot dt {
  float: left;
  clear: left;
  margin-top: 1.5em;
}
.mietangebot dd {
  border-bottom: 1px dashed #ddd;
  margin: 0px;
  margin-left: 50px;
  margin-top: .2em;
  clear: left;
  text-align: right;
}
.mietangebot dd p {
  margin: 0px;
  margin-top: .5em;
}
.mietangebot dd p:first-child {
  margin-top: 0 !important;
}
.mietangebot dd.inLeft {
  text-align: left !important;
}
