body {
  font-family: Arial;
  font-size: 12px;
  color: #555;
  background-color: white;
  padding:0;
}
#loader {
  margin: 0px auto;
  padding:8px;
  background-color: #0E79E1;
  color: white;
  text-transform:uppercase;
  z-index:999;
  position:absolute;
  top:470px;
  width:250px;  
  left: 50%;
  margin-left:-125px;
  text-align:center;
}
.news {
  width: 270px;
  height: 175px;
  padding: 4px;
  float:left;
  margin-right: 36px;
}
.checkbox {
  border: 2px solid #EDEDED;
  color: #666;
  margin:1px;
}
hr { color: red;border:0;border-bottom:1px solid #CCC;margin:4px;margin-top:0;height:1px;overflow-y:hidden;}
.smaller {
  font-size:10px;
}
#errorInfo {
  padding-left:10px;
  font-size:10px;
}
.smallinput {
  font-size:10px;
  padding:1px;
}
input,textarea {
  padding: 4px;
  font-size: 11px;
  color: #666;
  border: 2px solid #EDEDED;
}

.opac {
  opacity: 0;
  filter: alpha(opacity = 0);
}
.none {
  margin: 0;
  padding:0;
  list-style:none;
}
a:link, a:visited, a:active { font-weight:bold;color: #0E79E1; text-decoration: none; }
a:hover { font-weight:bold;color: #0E79E1; text-decoration: underline; }

.border {
  
}
.distance {
  margin: 8px;
}
#submit {
  font-size:13px;
  font-family: Trebuchet MS;
  color: #4179d6;
  font-weight: bold;
  text-decoration:underline;
  border:1px solid #4179d6;
  margin-top:4px;
  margin-bottom:4px;
  background: #ededed;
  cursor: pointer;
  padding:2px;
}
.noprint { display:none;}
h1 {
  font-size:16px;
  font-family: Trebuchet MS;
  color: #E20A16;
  font-weight: bold;
  margin-top:13px;
}
h2 {
  font-size:14px;
  font-family: Trebuchet MS;
  color: #E20A16;
  font-weight: bold;
  margin-top:13px;
}
h5 {
  font-size:12px;
  font-family: Trebuchet MS;
  color: #E20A16;
  font-weight: bold;
  margin:0;
  cursor:pointer;
  padding:4px;
  padding-top:5px;
  background-image:url(/images/h5back);
  background-repeat:no-repeat;
}
#wirKaufen {
  display:none;
}
.moreimages {
  border:1px solid #CCC;
  width: 121px;
  margin-right: 9px;
  margin-left:0;
  padding: 4px;
  float: left;
  height: 80px;
  min-height: 80px;
  height: auto;
  margin-bottom: 4px;
}
#container {
  background:white;
  margin: 0px auto;
  width:100%;
  overflow-x: hidden; 
}
#containerSubMenu {
  display:none;
}
#logoEra {border:0;}
#logoImmobilia {position: absolute;right: 10px;border:0;}
#containerSubMenu li {float:left;text-align:center;}
#containerNavigation {
   display:none;
}
a.subnav {
  color: #0E79D6;
  font-size: 10px;
  font-family: Trebuchet MS;
  text-decoration: none;
  font-weight: bold;
  padding:2px;  
}
#containerNavigation li {padding-top:6px;float:left; height:25px;margin-left:2px;margin-right:2px;}
#containerNavigation li.liActive { padding-top:6px;float:left;margin-left:2px;margin-right:2px;text-align:center;width:170px;height:25px;background-image:url(/images/liActive.gif);}
a.nav {
  color: #0E79D6;
  font-size: 14px;
  font-family: Trebuchet MS;
  text-decoration: none;
  font-weight: bold;
  padding:2px;
}
#containerFooter {
  display:none;
}
#containerFooterPrint {
  border-top:1px solid gray;
  font-size:10px;
  padding-top:10px;
}
#containerTop {
  padding:12px 20px 20px 20px;
  height:78px;
  position: relative;
  z-index:99;
  border-bottom:1px solid gray;
}
#containerFader {
  display:none;
}
#containerContent {           
  padding:0;
  text-align: left;   
  background-repeat: repeat-x;  
}
#contentLeft {
  width: 635px;
  float:left;
}
#contentRight {
	position: relative;
  width: 270px;  
  float:left;
}
.contentRightBlock {
  background-image: url(/images/contentRight.gif);
  width: 227px;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top:2px;
  background-repeat: no-repeat;
}
.contentRightCont {
  width: 227px;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top:2px;
}
/* Searchassistent */
#containerAssist { width:257px;position: absolute;z-index:999;right:157px;top:205px;display:none;}
#assistTop {
  cursor: move;
  height:29px;
}
#assistContent {
  background-image:url(/images/assist_middle.png);
  padding: 14px;
} 
#assistBottom {
  background-image:url(/images/assist_bottom.png);
  height:13px;
} 
.element { padding:4px;}
.assistDragging { opacity: 0.5; -moz-opacity:0.5;filter: alpha(opacity = 50);}
/* MILKBOX */

#mbOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background-color: #000; /* set the Milkbox overlay color // opacity: see the js options */
	z-index:100;
	cursor: pointer;
}

#mbCenter {
	/* for default width and height, see the js options */
	position: absolute;
	z-index:101;
	overflow:hidden;
	left: 50%;
	top:10%;/* overwritten in the js options to properly position the milkbox when activated in a scrolled window */
	background-color: #fff;/* set the Milkbox background color */
	border: 5px solid #fff;/* set the Milkbox border */
	margin:0; padding:5px;/* set the Milkbox padding */
}

.mbLoading{ background: #fff url(loading.gif) no-repeat center; }/* IMAGE: loading gif */

#mbCanvas{ margin:0; padding:0; height:0; border:none; font-size:0; overflow:hidden; }

.clearMB{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }


/* *** BOTTOM *** */

#mbBottom { 
	/* set text options */
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	padding-top:8px;
	margin:0;
}

/* navigation */
/* be careful if you change buttons dimensions */

#mbNavigation{
	float:right;
	width:27px;
	padding-top:3px;
	border-left:1px solid #9c9c9c;/* set nav border */
}


#mbCount{ 
	width:55px; 
	overflow:hidden;
	padding-top:1px;
	float:right;
	text-align:right;
	font-size:9px; /* count font size */
}

#mbCloseLink, #mbPrevLink, #mbNextLink, #mbPlayPause{
	outline:none;
	display:block;
	float:right;
	height:19px;
	cursor: pointer;
}


#mbPrevLink, #mbNextLink{ width:15px; }
#mbPrevLink{ background: transparent url(prev.gif) no-repeat; }/* IMAGE: prev */
#mbNextLink{ background: transparent url(next.gif) no-repeat; }/* IMAGE: next */

#mbPlayPause{ width:13px; }
#mbPlayPause{ background: transparent url(play-pause.gif) no-repeat; }/* IMAGE: prev */


/* NOTE: doesn't work in ie6, so, just see the js options :) */
a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover,a#mbPlayPause:hover { background-position: 0 -22px; }

#mbCloseLink {
	width:17px;
	background: transparent url(close.gif) no-repeat;/* IMAGE: close */
}

/* description */

#mbDescription{
	margin-right:27px;
	padding:0px 10px 0 0;
	font-weight: normal;
	text-align:justify;
}

