
/******************* All *******************/

*{ margin: 0; padding: 0;}

ul {
    list-style: none;
	list-style-position: inside;
}


a:link { text-decoration: none; font-weight: normal; color: #7f7f7f; outline: none; padding: 0px;}
a:active {color: #7f7f7f; outline: none; }
a:visited {color: #7f7f7f; outline: none;}
a:hover {color: #7f7f7f; outline: none;text-decoration: underline;} /*background: ; */

a img, .img_link:link, .img_link:hover { border: none; padding: 0px; background: transparent; outline: none;}

a.mail_link{
	padding: 0px;
}

.clearFloat {
	clear: both;
	padding:0px;
}

.msg_error{
	color: red;
	font-weight: normal;
}

.msg_ok{
	color: green;
	font-weight: bold;
}

.box1 {
    font: normal 10px Verdana;
    border: 1px solid #7f7f7f;
    background: transparent;
}

.just {
	text-align: justify;
}


.shadow {
	background-color: #dbdbdb;
	padding: 15px;
}

.sep {
	border-bottom: 1px dotted #7f7f7f;
	padding-top: 5px;
    margin-bottom: 5px;
}

.warning{
	color: orange;
}

.ok{
	color: green;
}

.error{
	color: red;
}

.bkg {
    background-color: #f7f7f7;
}

hr {
    color: #b7b7b7;
    background-color: #b7b7b7;
    height: 1px;
    border: 0;
    width: 100%;
    margin: 0 auto;
}

fieldset {
    align: top;
    border: 1px solid #b7b7b7;    
    background-color: #dbdbdb;
}

fieldset legend{
    padding-bottom: 0px;
}



/******************* General *******************/
html {
    width: 100%;
    height: 100%;
}

body {
  	width: 100%;
    height: 100%;
    color: #7f7f7f;
    font-family: Helvetica, Arial, serif;
    font-size:12px;
    font-weight:normal;
    line-height:18px;
}

#container {
	width: 100%;
    height: 100%;
}


#col_left{
    width: 35%;
    border-right: 0px solid;
    height: 100%;
    float: left;
    background: url(../img/m6.jpg) no-repeat 0 0 fixed;
    background-size: contain;
    position: relative;
    overflow: fixed;
}

#col_right{
    width: 65%;
    float: left;
    height: 100%;
    position: relative;
}

#logo {
    position: absolute;
    left: 20px;
    top: 175px;
}

#wrapper{
    position: absolute;
    left: 20px;
    top: 250px;
    border: 0px solid;
    width: 660px;
}

#content{
    border: 0px solid;
    background-color: #f7f7f7;
}

#content_in{
    padding: 15px;
    text-align: justify;
    
}

#footer{
    margin-top: 3px;
    text-align: right;
    margin-bottom: 50px;
}

#footer_info img {
    vertical-align: middle;
}


/********** menu **********/
#nav_cont{
    position: absolute;
    right: 20px;
    top: 250px;
    border: 0px solid;
    
}

#nav {
    background: rgba(255,255,255, 0.9);
    padding: 20px;
    width: 177px;
    border: 0px solid;
}

#nav ul li{
    text-align: right;
}

#nav ul li a {
    
}

#nav ul li span {
    font-weight: bold;
    color: #375169;
}

/************ real estate *************/

#filters{
    margin-top: 5px;
}

#filter_form{
    padding: 5px 0px 10px 10px;
}

#filter_list li{
	display: inline;
	float: left;
    padding-right:10px;
	text-align: center;
    height: 30px;
}

#listing{
    margin-top: 20px;
}

#immo_listing li {
   
    padding:10px;
    margin-right: 0px;
    margin-bottom: 20px;
    border: 1px solid #b7b7b7;    
}

.immo_title{
    text-align: left;
    font-weight: bold;
    margin-bottom: 5px;
}

.immo_descr{
    text-align: justify;
    font-style: italic;
}

.immo_info{
    float: left;
    width: 410px;
    border: 0px dotted;
}
.immo_img{
    float: right;
    width: 180px;
}

/******************** contact ******************/

#cnt_col1{
    float: left;
    border: 0px solid; 
    width: 300px;
}

#cnt_col2{
    margin-top: 60px;
    float: right;
    border: 0px solid; 
    width: 240px;
}
