/* *** 
This is internal css for Open-Realty 
at open realty templates by http://openrealtytemplates.awddesign.co.uk 

 */
 
 
.titellink {
	position:absolute;
    right:5px;
    text-align:right;
    width:400px;
}

.titellink a {
	font-size:18px;
	font-weight:bold;
}

.titellink a:hover, .titellink a:active {
	font-size:18px;
	font-weight:bold;
	color:#BA2F2C;
}


body {

 padding: 0px;
 margin: 0px;
 height:100%; 
 width:100%; 
 font-family:  verdana, Arial, georgia, Helvetica, sans-serif;
 font-size: 12px;

 color: #000;
}
  #container {

   width: 796px;
	border:0px;
   padding: 0px;
   background-color: #ba2f2c;
  }

  #banner {
   padding: 0;
   margin-bottom: 0;
   background-color: rgb(213, 219, 225);

  }

#banner {
 margin-top:10px;
 width: 900px;
 height: 107px;
 background-repeat: repeat;
 background-color: #ba2f2c;
}
#banner2 {
 margin-top: -14px;
 width: 796px;
 height: 103px;
 background-image:url("images/immo.jpg");
 background-repeat: no-repeat;
 background-color: #000000;
}

  #content {
   padding: 0;
   margin-left: 194px;
   background-color: #fffecd;
   min-height:350px;
  }
#maincontent {
   padding: 10px;
   margin: 0;
   width: 545px;
   background-color: #fffecd;
  }

  #sidebar-a {
   float: left;
   width: 194px;

   margin: 0;
   margin-right: 0;
   padding: 0;
   background-color: #999999;
  }
  #sidebar-a-content{
  padding: 0 5px 0 5px;
  }
  #footer {
   clear: both;
   padding: 0;
   margin-top: 0;
   background-color: #cccccc;
  }
#footer {
 height: 24px;
 background-image:url("images/Untitled-1_08.gif");
 background-repeat: repeat;
 padding-top: 5px;
 text-align:center; 
}

#footer a {
    color: #000;

}


h2 {
	margin: 0 0 10px 0;
	padding: 5px 0;
	font: bold 9px "lucida grande", tahoma, geneva, sans-serif;
	text-transform: uppercase;
    color: #000;
	border-top: 1px solid #888;
	border-bottom: 1px dotted #888;
}


/*
#navcontainer { width: 200px; }
*/

#navcontainer ul
{
margin-left: 25px;
padding-left: 0;
list-style-image:url(/../images/top_icon.gif);
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
font-size:16px;
font-weight:bold;
width: 158px;
color: #000000;
}

#navcontainer a:link, #navlist a:visited
{
color: #000;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #CCCCCC;
color: #000;
}


a:link { color: #999; text-decoration: none; }
a:visited { color: #999; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }
