@charset "UTF-8";
/*----------------------------------------------
Import Standard Layout
@import '/css/frontend-standard.css';
----------------------------------------------*/
@import '/themes/layout-1/layout.css';

/*----------------------------------------------
copyright 2010 by bgcc
Version: 1.0
Company URI: http://www.justimmo.at
Web URI: http://remax-exclusive.justimmo.at
----------------------------------------------*/

body
{
  background: #CCC url(images/pbody.jpg) repeat left top;
  color:#484848;
}
h1 
{
  color:#666;
}
a
{
	color:#26409a;
}

#bg_pageHeaderInnerWrapper
{
  background: url(images/logo.png) no-repeat center top;
  border-color:transparent;
  border-style:solid solid none;
  border-width:0;
  margin-left:auto;
  margin-right:auto;
  margin-top:0px;
  padding-top:0px;
  width:auto;
}

.bg_headerLogo
{
  background:none;
  height:250px;
}

#bg_pageBodyInnerWrapper
{
  border:0;
  background: url(images/bg-body.png) repeat-y center top;
  width:990px;
}
#bg_pageNavInnerWrapper, .bg_navWithTabs
{
  background: url(images/main-nav-bg.png) no-repeat center bottom;
  border:0;
}
#bg_pageNavInnerWrapper  {
  width:990px;
}
.bg_objectSearchListHeader
{
  background:url() repeat-x scroll center bottom #f9f9f9;
  border-bottom:2px solid #999999;
  color:#000000;
  margin-bottom:10px;
}

#bg_pageFooter
{
  background: url(images/bg-footer.png) no-repeat center bottom;
  border-color:#CCCCCC;
  border-style:none;
  border-width:0;
  margin:0 auto 20px;
  width:990px;
  padding-bottom:10px;
	padding-top: 70px;
}
#bg_pageFooter ul
{
	border:0 none;
}
#bg_pageFooter a
{
  color:#666;
}
#bg_pageFooterOuterWrapper
{
  padding:15px;
}

.bg_button
{
  background:#00A7B6 url(images/main-nav-bg.png) repeat scroll center 0;
  border-style:none;
  border-width:0;
  color:#FFFFFF;
  cursor:pointer;
  height:24px;
}

.bg_button:hover
{
  background:#000;
}

hr
{
  background:none repeat scroll 0 0 #f2f2f2;
  border:medium none;
  color:#F4EADB;
  height:1px;
  width:100%;
  color:#f2f2f2;
}


.variation-1 
{
  background: #ccc url(images/pbody.jpg) repeat left top;
}
.variation-2 
{
 background: #ccc url(images/pbody.jpg) repeat left top;
}
.variation-3 
{

}
