/* CSS Stylesheet */
body {
	background-image:url(images/body_green1.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FDF5E6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#555;
	margin:0;
	margin-left:20px;
	text-align: justify;
}
a {
	color:#060;
	text-decoration: none;
	/*background-color:#F0FFF0;*/
}
a:hover {
	color:#000;
	text-decoration: underline;
}
ul {
	margin-left:10px;
	padding-left:10px;
}
li {
	list-style-image:url(images/bullet.gif);
}
h1 {
	color:#060;
	border-bottom:1px dashed #CCC;
	margin-top:5px;
	margin-bottom:5px;
	font-size:150%;
	padding-bottom:3px;
}
h2 {
	color:#060;
	border-bottom:1px dashed #CCC;
	margin-top:5px;
	margin-bottom:5px;
	font-size:120%;
	padding-bottom:3px;
}
h3 {
	color:#444;
	border-bottom:1px dashed #CCC;
	margin-top:5px;
	margin-bottom:5px;
	font-size:110%;
	padding-bottom:3px;
}
h4 {
	color:#060;
	margin-bottom:5px;
	font-size:110%;
}
#container {
	width:580px;
	padding:10px;
	padding-top:0;
	margin:0 auto 0 auto;
	background-image:url(images/main.jpg);
	background-repeat:repeat-y;

}
#topcontainer {
	width:100%;
	clear:both;
}

#website_title {
	background-color:#060;
	background-image:url(images/haus.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding:10px;
	width:55%;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	color:#F5F5F5;
	font-size:42px;
	height:144px;
	font-weight:bold;
	border:1px solid #000;
}
.house {
  font-size:18px;
}
.owner {
  font-size:10px;
}


.vsmall {
  font-size:80%;
  color:#A0522D;
}
.bsmall {
  font-size:90%;
  line-height:15px;
}

.bild {
  color:#A0522D;
  font-size:90%;
}


#menu {
	background-color:#FDF5E6;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:10px;
	width:35%;
	float:right;
	height:145px;
	margin-bottom:5px;
}
#menu a {
	float:left;
	width:200px;
	background-image:url(images/menua.jpg);
	padding:4px;
	border-left:1px solid #FFF;
	border-top:1px solid #FFF;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	margin-bottom:1px;
	color:#060;
	text-decoration:none;
	font-weight:bold;
}
#menu a:hover {
	border-left:1px solid #999;
	border-top:1px solid #999;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	background-image:url(images/menuahover.jpg);
	background-position:bottom;
	color:#000;
}
#menu a:active {
	border-left:1px solid #999;
	border-top:1px solid #999;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	background-image:url(images/menuahover.jpg);
	background-position:bottom;
	color:#900;
}
#menu a.cp, a:active.cp, a:hover.cp {
	border-left:1px solid #999;
	border-top:1px solid #999;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	background-image:url(images/menuahover.jpg);
	background-position:bottom;
	color:#900;
}
.content {
	clear:both;
	width:560px;
	padding:5px;
	background-color:#FDF5E6;
	border:1px solid #CCC;
	border-right:1px solid #EEE;
	border-bottom:1px solid #EEE;
	margin:0 auto 0 auto;
	line-height:20px;
	margin-bottom:5px;
}

.content_overflow {
	clear:both;
	width:560px;
	height:450px;
	overflow:auto;
	padding:5px;
	background-color:#FDF5E6;
	border:1px solid #CCC;
	border-right:1px solid #EEE;
	border-bottom:1px solid #EEE;
	margin:0 auto 0 auto;
	line-height:20px;
	margin-bottom:5px;
}

#contact {
    float: left;
    width: 50%;
}
#contact1 {
    clear:both;
    width:560px;
    background-color:#FDF5E6;
}
.hf_content {
    clear:both;
	width:562px;
	padding:3px;
	border:1px solid #CCC;
	margin:0 auto 0 auto;
	line-height:15px;
	margin-bottom:10px;
	background-image:url(images/menua.jpg);
	background-repeat:repeat-x;
}
.hf_content a {
	text-decoration:none;
	color:#060;
}
.hf_content a:hover {
	text-decoration:underline;
	background-image:url(images/menuahover.jpg);
	color:#000;
}
.hf_content a:active {
	text-decoration:underline;
	background-image:url(images/menuahover.jpg);
	color:#900;
}
.hf_content a.hfcp, a:hover.hfcp, a:active.hfcp {
    text-decoration:underline;
	background-image:url(images/menuahover.jpg);
	color:#900;
}
#footer {
	width:600px;
	margin:0 auto 0 auto;
	background-image:url(images/footer_green.jpg);
	height:22px;
}
.footercontent {
padding-top: 5px;
font-weight:normal;
text-decoration:none;
text-align: center;
color:#CCC;
}


/* +++ klassen bildausrichtung +++ */
.imgLeft, .imgRight {
  border-style:none;
  margin: 5px;
}
.imgLeft {
  float: left;
  margin-left: 5px;
}
.imgRight {
  float: right;
  margin-right: 0px;
}
/* -- 'Sprung nach oben Pfeil' -- */

.upArrow {
  clear: both;
  display: block;
  font-size:10px;
  text-align: right;
}

.upArrow a img {
  margin-top: 0px;
  border: 0px;
  background-color: #060;
}

.upArrow a:hover img {
  border: 0px;
  background-color: #000;
}
/*Klasse gestochener Text*/
.sharp{color:#101010;
}


