P, DIV, TABLE, TD {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: x-small;
}
.ContentBack {
	background-color: #FFF6DE;
	background-repeat: repeat;
}
.fenster {
  position:absolute;
  visibility:hidden;
  overflow:hidden;
  width:180px;
  margin:0;
  padding:0;
  font-size:x-small;
  color:#000;
  cursor:default;
  border:1px solid black;
    filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.fenBar {
  overflow:hidden;
  font-size:x-small;
  height:16px;
  margin:0;
  padding:1px;
  font-weight:bold;
  color:#000;
  cursor:move;
}

.fenMaxBtn {
  position:absolute;
  overflow:hidden;
  font-family:Arial, Helvetica, sans-serif;
  font-size:x-small;
  font-weight: bold;
  width:16px;
  height:16px;
  margin:0;
  padding:0;
  color:white;
  background:black;
  cursor:default;
}

.fenResBtn {
  position: absolute;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
  font-weight: bold;
  width: 1.2em;
  height: 1.2em;
  margin: 0;
  padding: 0;
  color: white;
  background: black;
  cursor: nw-resize;
}

.fenContent {
  margin:10px;
}

.flyerContainer {
	width: 500px;
}

.flyer {
	position: absolute;
	width: 500px;
}

.propertiesContainer {
	margin:10px;
	padding: 8px;
	border:1px solid black;
}

.propertyBox {
	margin: 8px;
	padding: 6px;
	width: 100%;
	border:1px solid black;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.boxText {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: x-small;
	display: inline;
	width: 70;
	margin: 3;
}

.formFieldName {
	font-family: Arial, Helvetica, sans-serif;
  	font-size: x-small;
	font-weight: bold;
}

.alertText {
	color: red;
}

.image {
	border:1px solid black;
}

.thumbnail {
	position:absolute;
}

.HPcontent {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: lighter;
	color: #401F19;
}
.HPcontent a:link {
	color: #008CA6;
	text-decoration: underline;
}
.HPcontent a:visited {
	color: #008CA6;
	text-decoration: underline;
}
.HPcontent a:hover {
	color: #C50063;
	text-decoration: underline;
}
.HPcontent a:active {
	color: #C50063;
	text-decoration: underline;
}
