/*--tags--*/

body, html{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
    }
body{
	font-family: Tahoma;
	font-size:11px;
	color:#545454;
	background-color:#F8F7F1;
    }
a {
	color:#545572;
	text-decoration:underline;
	}
a:hover {
	color:#545572;
	text-decoration:none;
	}
form, p, table, div, span, img, thead, tbody, tfoot, th, td{
    margin:0px;
    padding:0px;
    }
input, select, textarea{
	font-family: Tahoma;
	font-size:11px;
	color:#545454;
    padding: 1px;
    margin: 0px;
    }
img{
	border:none;}
* html img{

	behavior: url("client/pngbehavior.htc");}

table{
	border:none;
	empty-cells:show;
    }
hr {
	height:1px;
	color:#DFD9C0;
	background-color: #DFD9C0;
	clear:both;
	border: 0;
}
    
    
/*--content--*/

#wrapper {
	min-height:100%;
	position:relative;
	min-width:980px;
	width:100%;
}
* html #wrapper {
	height:100%;
}
#header {
	height:110px;
	min-width:980px;
	max-width:1200px;
	position:relative;
}
* html #header {
	width: expression(document.body.clientWidth < 981 ? "980px" : document.body.clientWidth > 1201 ? "1200px" : "100%" );
	}
#header img.logo {
	position:absolute;
	left:68px;
	top:37px;}	
#header img.slogan {
	position:absolute;
	left:35%;
	top:48px;}
#header a.sitemap {
	position:absolute;
	right:19%;
	top:46px;
	width:23px;
	height:23px;
	border:#DFD9C0 solid 1px;
}	
#header a.sitemap:hover {
	background-color:#ECE8D9;
}
#header span.lang {
	position:absolute;
	right:29px;
	top:51px;
	color:#87837C;
}	
#header span.lang a{
	text-decoration:none;
	margin:0px 10px;
	color:#87837C;
}	
#line {
	height:10px;
	min-width:980px;
	width:100%;
	background-color:#ECE8D9;
}
* html #line {
	width: expression(document.body.clientWidth < 981 ? "980px" : "100%" );
	}
#list {
	height:222px;
	width:100%;
	background-color:#ECE8D9;
	border-bottom:8px solid #D7D9EA;
	background-image: url(images/list_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#list div.list_cont{
	height:222px;
	min-width:980px;
	max-width:1200px;
}
* html #list div.list_cont {
	width: expression(document.body.clientWidth < 981 ? "980px" : document.body.clientWidth > 1201 ? "1200px" : "100%" );
	}
#list div.list_cont table{
	width:100%;
	height:222px;
}
#list div.list_cont table td{
	width:52%;
	height:222px;
}
#list div.list_cont table td.right{
	width:48%;
}

#list div.photo{
	height:213px;
	border-top:9px solid #D7D9EA;
	border-right:8px solid #D7D9EA;\
}
#list div.photo div{
	height:199px;
	background-repeat: no-repeat;
	background-position: center top;
	border:#FFFFFF solid 7px;
}
#list div.search_plot{
	border-bottom:27px solid #D7D9EA;
	height:185px;
	padding:0px 20px 10px 10px;
}
#list div.search_tab{
	height:26px;
}
#list div.search_tab table{
	width:100%;
	height:26px;
}
#list div.search_tab table td{
	width:20%;
	height:26px;
	text-align:center;
	font-size:13px;
	color:#333333;
	background-image: url(images/span.gif);
	background-repeat: no-repeat;
	background-position: left center;
	cursor:pointer;
}
#list div.search_tab table td.active{
	background-color: #DFD9C0;
	font-weight:bold;
	background-image:none;

}
#list div.search_tab table td.first{
	background-image:none;
}
#list div.search_block{
	background-color: #DFD9C0;
	padding:15px;
	height:129px;
}
#list div.search_block input{
	width:auto;
}
#list div.search_block table{
	width:100%;
	height:90px;
	margin-bottom:20px;
}
#list div.search_block table td{
	height:30px;
	width:23%;
}
#list div.search_block table td.span{
	width:7%;
}
#content {
	min-width:980px;
	max-width:1200px;
	padding-bottom:70px;
}
#content:after{
	content: "";  
	display: block; 
	clear: both;
    }
* html #content {
	width: expression(document.body.clientWidth < 981 ? "980px" : document.body.clientWidth > 1201 ? "1200px" : "100%" );
	}
#side_menu {
	float:left;
	width:27%;
	}
* html #side_menu {
	width:265px;
	}
#side_menu div.menu_plot{
	border-left:10px solid #D7D9EA;
	padding:15px 0px 15px 15px;
	}		
#side_menu div.menu_plot ul{
	list-style:none;
	padding:15px 20px 15px 15px;
	margin:0px;
	background-color:#E7EEDF;
	}	
#side_menu div.menu_plot ul li.l1{
	border-top:#CFDDBF solid 1px;
	}
#side_menu div.menu_plot ul li.l1 a{
	display:block;
	text-decoration:none;
	color:#231F20;
	font-size:14px;
	padding-left:30px;
	padding-top:4px;
	padding-bottom:4px;
	background-image: url(images/bullet_l1.gif);
	background-repeat: no-repeat;
	background-position: 15px 11px;
	border-bottom:#E7EEDF solid 1px;
	border-top:#E7EEDF solid 1px;
	}		
#side_menu div.menu_plot ul li.l1 a:hover{
	background-color:#CFDDBF;
	}	
* html #side_menu div.menu_plot ul li.l1 a{
	display: inline-block;
	}
* html #side_menu div.menu_plot ul li.l1 a:hover{
	background-color: #E7EEDF;
	}
#side_menu div.menu_plot ul li.l1last{
	margin-top:6px;
	}
#side_menu div.menu_plot ul li.l1first{
	border-top:none;
	}	
#side_menu div.menu_plot ul li.l2first{
	border-top:#CFDDBF solid 1px;
	padding-top:4px;
	}
#side_menu div.menu_plot ul li.l2 a{
	color:#575855;
	font-size:12px;
	padding-left:30px;
	padding-top:1px;
	padding-bottom:1px;
	}
#side_menu div.menu_bottom{
	height:10px;
	}		
#text {
	padding-left:30%;
	}
* html #text {
	padding-left:295px;
	}
#text:after{
	content: "";  
	display: block; 
	clear: both;
    }
#text div.text_cont {
	/*overflow:auto; */
	padding-top:15px;
	padding-right:20px;
}
#text div.text_cont:after{
	content: "";  
	display: block; 
	clear: both;
    }
* html #text div.text_cont {
	height:1%;
}
#text div.text_place {
	line-height:140%;
	text-align:justify;
}	
#text div.text_place p{
	margin:10px 0px;
}
#text div.text_place img{
	border:#ECE8D9 solid 5px;
	margin:0px 10px 3px 0px;
}	
#text div.text_place img.left{
	margin-right:10px;	
}	
#text div.text_place img.right{
	margin-left:10px;	
}	
#text table.main {
	width:100%;
}
#text table.main td{
	vertical-align:top;
	width:50%;
	padding-right:15px;
}
#text table.main td.right{
	padding-right:0px;
	padding-left:15px;
}

#footer {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:70px;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;	
}
* html #footer{
	width: expression(document.body.clientWidth < 981 ? "980px" : "100%" );
	}

#footer div.nav_bottom {
	height:30px;
	min-width:980px;
	max-width:1200px;
	padding-top:10px;
}
* html #footer div.nav_bottom {
	width: expression(document.body.clientWidth < 981 ? "980px" : document.body.clientWidth > 1201 ? "1200px" : "100%" );
	}
#footer div.nav_bottom div{
	margin-left:30%;
}
* html #footer div.nav_bottom div{
	margin-left:295px;
}
#footer div.cont_bottom {
	height:20px;
	min-width:960px;
	max-width:1180px;
	color:#999999;
	padding-top:10px;
	padding-left:20px;
	color:#87837C;
}
#footer div.cont_bottom a{
	color:#87837C;
	text-decoration:none;
}
#footer div.cont_bottom a:hover{
	text-decoration:underline;
}
	
/*--extra--*/

a.btn_dark {
	background-image: url(images/btn_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color:#C2B787;
	color:#FFFFFF;
	text-decoration:none;
	padding:3px 15px 4px 6px;
	font-size:12px;
}
a.btn_dark:hover {
	color:#FFFFFF;
}
a.btn_dark img{
	vertical-align:middle;
	padding-right:7px;}
a.btn {
	background-image: url(images/btn.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color:#C2B787;
	color:#FFFFFF;
	text-decoration:none;
	padding:3px 15px 4px 6px;
	font-size:12px;
	display: inline-block;
}
a.btn:hover {
	color:#FFFFFF;
}
a.btn img{
	vertical-align:middle;
	padding-right:7px;}	
div.title {
	font-size:20px;
	margin-bottom:15px;
	text-transform:uppercase;
	color:#231F20;}
div.offer {
	border-bottom:#DFD9C0 solid 1px;
	padding-bottom:10px;
	line-height:130%;
	overflow:hidden;
	margin-bottom:10px;
	}
div.offer:after{
	content: "";  
	display: block; 
	clear: both;
    }
* html div.offer {
	height:1%;}
#text div.offer img{
	border:#ECE8D9 solid 5px;
	float:left;
	margin:0px 10px 3px 0px;
	}	
#text div.offer img:hover{
	border:#C2B787 solid 5px;
	}
#text div.offer p{
	margin:0px 0px;	
}
ul.list {
	padding:0px;
	margin:0px;
	list-style:none;}
ul.list li {
	padding-left:14px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding-bottom:5px;
}

div.list ul {
	padding:0px;
	margin:0px;
	list-style:none;}
div.list ul li {
	padding-left:14px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding-bottom:5px;
}	

div.links {
	background-color:#EEEBDF;
	border:1px solid #C2B787;
	padding:15px 15px 15px 24px;
	margin-top:20px;
	margin-left:25px;
	/*background-image: url(images/link_icon.gif);
	background-repeat: no-repeat;
	background-position: right center;*/
	line-height:130%;
	}
div.links a{
	font-weight:bold;
	}
span.copyright {
	float:right;
	padding-right:20px;}
* html span.copyright {
	display:none;
}	
/*--news_block--*/	
div.news_block {
	padding-left:50px;
	}	
div.news_block_new {
	border-top:#DFD9C0 solid 1px;
	padding-top:10px;
	line-height:130%;
	margin-top:10px;
	}
div.news_block_new_first {
	border-top: none;
	padding-top:0px;
	margin-top:0px;
	}	
	
/*--object_list--*/		

div.mark_list {}
#text div.text_place div.mark_list img{
	vertical-align:middle;
	padding:5px;
	margin:0px;
	border:none;}
table.object_list {
	width:100%;
	margin-top:10px;}
table.object_list th{
	font-size:12px;
	background-color:#DFD9C0;
	padding:6px 5px;
	text-align:left;
	font-weight:normal;
	border-left:#ECE8D9 solid 1px;
	cursor:pointer;
	border-bottom:#F8F7F1 solid 1px;
}
table.object_list th.active{
	font-weight:bold;
}
table.object_list td{
	text-align:left;
	padding:5px 5px;
	border-left:#ECE8D9 solid 1px;
	border-bottom:#F8F7F1 solid 1px;
}
table.object_list td.first ,table.object_list th.first{
	border-left: none;
}
table.object_list tbody tr.odd{
	background-color:#F0EEE2;
	cursor:pointer;
}
table.object_list tbody tr.even{
	cursor:pointer;
}
table.object_list tbody tr.mark1{
	background-color:#CFDDBF;
}
table.object_list tbody tr.mark2{
	background-color:#C28788;
}
table.object_list tbody tr.mark3{
	background-color:#D7D9EA;
}
table.object_list tbody tr.mark4{
	background-color:#FAF8D9;
}
table.object_list tbody tr:hover, table.object_list tbody tr.hover{
	background-color:#DFD9C0;
	cursor:pointer;
}

div.pagging{
	margin-top:15px;
	background-color:#DFD9C0;
	position:relative;
	text-align:center;
	font-size:12px;
	height:19px;
	padding-top:2px;
}		
#text div.text_place div.pagging img.left{
	position:absolute;
	left:0;
	top:0;
	margin:0px;
	border:none;
}		
#text div.text_place div.pagging img.right{
	position:absolute;
	right:0;
	top:0;
	margin:0px;
	border:none;	
}		

/*--object--*/	
div.object_info{
	overflow:auto;*
	}
div.object_info:after{
	content: "";  
	display: block; 
	clear: both;
    }
* html div.object_info {
	height:1%;}
div.object_info table.info {
	}
div.object_info table.info th{
	text-align:left;
	padding-left:5px;
	padding-right:20px;
	padding-bottom:2px;
	vertical-align:top;
	white-space:nowrap;
	}
div.object_info table.info td{
	vertical-align:top;
	padding-right:20px;
	}
div.object_info table.photo_list {
	}
div.object_info table.photo_list td{
	text-align:center;
	}
div.object_photo {
	float:right;}

#text div.text_place div.object_photo img{
	cursor:pointer;
	margin:0px;
	border:none;
	}
#text div.text_place div.object_photo img.big{
	border:#ECE8D9 solid 5px;
	margin-bottom:8px;
	cursor:auto;
	}
div.object_photo table{
	border:#ECE8D9 solid 5px;
	width:280px;
	}
div.object_photo table td{
	text-align:center;
	background-color:#ECE8D9;
	}

div.plans{
	margin-top:15px;
	background-color:#ECE8D9;
	padding:10px;
}
#text div.text_place div.plans img{
	margin:0px;
	border:none;
}
div.plans table{
}
div.plans table td{
	text-align:center;
	padding-right:30px;
}
div.reserved {
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:5px;
	background-color:#D7D9EA;
	color:#ffffff;
}
div.sold {
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:5px;
	background-color:#C28788;
	color:#ffffff;
}
div.only_word {
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:5px;
	background-color:#ECE8D9;
}

/*--news--*/

div.news_title {
	margin-bottom:5px;
	font-size:1.1em;
}
div.news_title span{
	font-size:0.9em;
	display:block;
	font-weight:bold;
}
div.news_images {
	float:left;
	margin-right:5px;
	margin-bottom:5px;}
div.news_intro{
	margin-bottom:15px;
	text-align:justify;}
div.paging span{
	font-weight:bold;}


/*--forms--*/

input {
	width: 200px;}
select {
	width: 206px;}
textarea {
	width: 202px;}
input.checkbox {
	width:18px;}
table.form {
	}
table.form td {
	vertical-align:top;
	padding-top:4px;}
table.form td.label {
	width:100px;
	padding-top:5px;
	padding-right:10px;
	text-align:left;}
span.required {
	color:#C00000;
	font-weight:bold;
	font-size:1.1em;}
div.form_error {
	color: #C00000;
	font-weight:bold;
	margin-bottom:15px;}
div.form_before {
	margin-bottom:15px;}
div.form_after {
	margin-top:15px;}
input.form_btn {
	background-color:#C2B787;
	color:#FFFFFF;
	width:auto;
	font-size:12px;
	padding: 1px 7px;
	border:none;
}


/*--career--*/

div.careerlist_content {
	margin-bottom:5px;}

table.career_table {
	width:100%;
	}
table.career_table th{
	vertical-align:top;
	padding-right:10px;
	padding-bottom:3px;
	width:100px;
	}
table.career_table td{
	padding-bottom:3px;
	}
table.career_table td.label{
	font-weight:bold;
	}

/* --- sitemap --- */

#text div.text_place div.sitemap_content {
	margin-bottom:15px;}

#text div.text_place table.sitemap img{
	border:none;
	margin:0px;
	padding:0px;
}
#text div.text_place table.sitemap img:hover{
	border:none;
	margin:0px;
	padding:0px;
}

/*--sampo--*/

/*div.sampo {*/
	background-color:#F2F0E4;
	padding:7px 20px 7px 115px;
	margin-top:7px;	
	background-image: url(images/danske.gif);
	background-repeat: no-repeat;
	background-position: 17px center;
	line-height:130%;
	font-size:15px;
	cursor:pointer;
	width:143px;
	height:50px;}

/*--components--*/
 
.sDN {display:none;}
.sDB {display:block;}
.sTAL {text-align:left;}
.sTAC {text-align:center;}
.sTAR {text-align:right;}
.sTAJ {text-align:justify;}
.sCP {cursor:pointer;}
.sCB {clear:both;}
.sFL {float:left;}
.sFR {float:right;}