@charset "utf-8";
/* CSS Document */
 
        body
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
 
/*============================================ Titles ========================*/
h1
{
	font-size: 16px;
}
 
h1.list
{
	font-size: 16px;
	margin-bottom: 3px;
}
 
h1.detail
{
	font-size: 11px;
	margin-bottom: 0px;
}
 
h2
{
	font-size: 11px;
	margin-bottom: 0px;
}
 
/*============================================ Form fields ===================*/
.small_text
{
	font-size: 10px;
}
 
.control_very_long
{
	width : 300px;
}
 
.control_long
{
	width : 200px;
}
 
.control_short
{
	width : 80px;
}
 
.control_zip
{
	width : 60px;
}
 
.control_city
{
	width : 136px;
}
 
.control_zip_very_long
{
	width : 90px;
}
 
.control_city_very_long
{
	width : 206px;
}
 
.control_price
{
	width : 146px;
}
 
.control_price_very_long
{
	width : 246px;
}
 
.control_currency
{
	width : 50px;	
}
/*============================================ Scout24 Global Containers =====*/
.container
{
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
.container tbody th
{
	color: #fff;
	height: 21px;
	padding: 0px 6px 0px 5px;
	border-bottom: 1px solid #fff;
}
.container tbody tr td
{
	height: 21px;
	padding: 0px 5px 3px 5px;
	line-height: 18px;
}
.container_a tbody
{
	background-color: #94a6ce;
}
.container_a tbody tr td
{
	background-color: #ebf1fb;
}
.container_b tbody
{
	background-color: #596da7;
}
.container_b tbody tr td
{
	background-color: #dfe3ee;
}
.container_c tbody
{
	background-color: #94a6ce;
}
.container_c tbody tr td
{
	background-color: #ebf1fb;
	border-bottom: 1px solid #fff;
	height: 20px;
}
.container_d tbody
{
	background-color: #ccc;
}
.container_d tbody tr td
{
	background-color: #f4f4f4;
}
.container_e tbody
{
	background-color: #ff9147;
}
.container_e tbody tr td
{
	background-color: #fff0e7;
}
.container_f
{
	border-left: 1px solid #ffdabe;
	border-right: 1px solid #ffdabe;
	border-bottom: 1px solid #ffdabe;
}
.container_f tbody
{
	background-color: #ff9147;
}
.container_f tbody tr td
{
	background-color: #fff;
}
.container_g tbody
{
	background-color: #94a6ce;
}
.container_g tbody tr td
{
	background-color: #ebf1fb;
	border-bottom: 1px solid #fff;
}
.container_g tbody tr td.alt
{
	background-color: #f4f7fd;
	border-bottom: 1px solid #fff;
}
.container_g tbody th a
{
	color: #FFFFFF;
	text-decoration: underline;
}
.container_h
{
	border-left: 1px solid #cbd2e2;
	border-right: 1px solid #cbd2e2;
	border-bottom: 1px solid #cbd2e2;
}
.container_h tbody
{
	background-color: #94a6ce;
}
.container_h tbody tr td
{
	background-color: #fafafa;
}
.container_i tbody
{
	background-color: #CE9782;
}
.container_i tbody tr td
{
	background-color: #eae3d9;
}
.container_j
{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.container_j tbody
{
	background-color: #ccc;
}
.container_j tbody tr td
{
	background-color: #fff;
}
.container_k
{
	border-left: 1px solid #596da7;
	border-right: 1px solid #596da7;
	border-bottom: 1px solid #596da7;
}
.container_k tbody
{
	background-color: #596da7;
}
.container_k tbody tr td
{
	background-color: #fff;
}
.container_l
{
    border-left: 1px solid #ffdabe;
    border-right: 1px solid #ffdabe;
    border-bottom: 1px solid #ffdabe
}
.container_l tbody {
    background-color: #FFD4B9
}
.container_l tbody th
{
    color:#000000;
}
.container_l tbody tr td {
    background-color: #FFF;
}
/*============================================ Container System Messages =====*/
.container_information {
	border: 1px solid #C0C0C0;
}
 
.container_information th {
	background-color: #C0C0C0;
}
.container_information tr td {
	background-color: #FFFFFF;
	color: #C0C0C0;
}
.container_information div {
	background-color: #C0C0C0;
}
 
.container_warning {
	border: 1px solid #DF0000;
}
.container_warning th {
	background-color: #DF0000;
}
.container_warning tr td {
	background-color: #FFFFFF;
	color: #DF0000;
}
.container_warning div {
	background-color: #DF0000;
}
 
.container_confirmation {
	border: 1px solid #390;
}
.container_confirmation th {
	background-color: #390;
}
.container_confirmation tr td {
	background-color: #FFFFFF;
	color: #390;
}
.container_confirmation div {
	background-color: #390;
}
/*============================================ Container Generic/Neutral =====*/
.container_neutral
{
    border: 1px solid #ccc;
}
.container_neutral tbody {
    background-color: #ccc
}
.container_neutral tbody th
{
    color:#000000;
}
.container_neutral tbody tr td {
    background-color: #f4f4f4;
}
.container_similarobjects
{
    border: 1px solid #000000;
}
.container_sponsor
{
    border: 1px solid #000; 
    height: 123px;
}
.container_sponsor tr
{
    cursor: pointer;
}
/*============================================ Container Markers =====*/
.marker_right_arrow 
{
	background:transparent url(/IS24Web/Images/marker_right_arrow.gif) no-repeat scroll 1px 1px;
	border:1px none;
	padding-left:10px;
}
 
/*============================================ List visited Links =====*/
.show_visited_links a:visited
{
	color:purple;
}
 
/*============================================ general elements =====*/
 
body
{
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	margin: 0px;
	color: #000;
	background-color: #fff;
}
td, th
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color: #000;
}
div
{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a
{
	color: #023890;
	text-decoration: underline;
}
a:hover
{
	color: #fc7a00;
	text-decoration: underline;
}
form
{
	margin-top: 0px;
	margin-bottom: 0px;
}
input
{
	font-size: 11px;
	color: #006;
}
select
{
	font-size: 11px;
	color: #006;
}
table
{
	border-collapse: collapse;
}
/*============================================ wl elements =====*/
 
/*
.is24_width_all_elements
{
	width: 855px;
	margin-left: 7px;
	margin-right: 10px;
}
*/
 
.main_table
{
	width: 680px;
}
.main_table tr td.line_wl
{
	padding: 0px;
	height: 1px;
	font-size: 1px;
	background-color: #dfe3ee;
	border-bottom: 1px solid #ffffff;
}
/*
.cell_breadcrumb
{
	vertical-align: middle;
	padding: 10px 0px 10px 0px;
	font-size: 10px;
}
.cell_breadcrumb td
{
	font-size: 10px;
}
.cell_skyscraper
{
	text-align: right;
	width: 120px;
}
.cell_navigation
{
	width: 165px;
}
.cell_content
{
	width: 680px;
}
*/
/* contact form */
.contact_select, .contact_text, textarea
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #006;
	width: 200px;
}
.contact_zip
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #006;
	width: 50px;
}
.contact_city
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #006;
	width: 145px;
	align: right;
}
/* icons, images & buttons */
.icon_image
{
}
.icon_keep
{
}
.new
{
	color: #f60;
	font-size: 9px;
	font-weight: bold;
}
.images_main
{
}
.button
{
}
.container_error tbody
{
	background-color: #fff;
}
.container_error tbody tr td
{
	color: #f00;
	font-weight: bold;
	background-image: url( "/resources/1/images/icon_error.gif" );
	background-repeat: no-repeat;
	padding-left: 25px;
}
.container_ok tbody
{
	background-color: #fff;
}
.container_ok tbody tr td
{
	color: #390;
	font-weight: bold;
	background-image: url( "/resources/1/images/icon_ok.gif" );
	background-repeat: no-repeat;
	padding-left: 25px;
}
/* obj stats */
a.hp_nav
{
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}
a.hp_nav:visited
{
	color: #ffffff;
}
a.hp_nav:hover
{
	color: #ffffff;
}
/*============================================ pods =====*/
.adt_header
{
	color: #ffffff;
	background-color: #94a6ce;
	font-weight: bold;
	padding-left: 5px;
	height: 20px;
}
.adt_box
{
	background-color: #fafafa;
	border: 1px solid #94a6ce;
	padding-top: 5px;
}
.adt_image
{
	width: 108px;
	height: 91px;
}
.adt_cell_text
{
	padding-left: 3px;
	padding-bottom: 5px;
	text-align: center;
}
a.adt_text
{
	text-decoration: none;
	font-size: 11px;
}
/*============================================ list =====*/
.list_top_left
{
	float: left;
	padding-left: 5px;
	height: 23px;
	text-align: justify;
}
.list_bottom_left
{
	height: 20px;
	padding-left: 5px;
	float: left;
}
.list_bottom_right
{
	padding-left: 5px;
	float: right;
}
.list_sortby
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	color: #006;
	float: right;
}
span.small
{
	font-size: 9px;
	/*font-style: italic;*/
}
span.new
{
	font-weight: bold;
	font-size: 9px;
	color: #f60;
}
 
/*============================================ detail =====*/
.detail_title
{
	background-color: #d9e1f0;
	padding-left: 5px;
	font-weight: bold;
}
.icons
{
	align: right;
	background-color: #d9e1f0;
}
.icons img
{
	background-color: #000066;
	margin-right: 2px;
}
.icons a:hover img
{
	background-color: #ff6600;
}
/*============================================ searchmask =====*/
.sm_cat_selected
{
	padding: 0px;
	background-color: #ebeef7;
}
.sm_cat_selected_left
{
	background-color: #ebeef7;
	width: 5px;
	height: 24px;
}
.sm_cat_selected_right
{
	background-color: #ebeef7;
	width: 5px;
	height: 24px;
}
.searchmask_cat_not_selected
{
	padding: 0px;
}
.sm_cat_bg_left
{
	background: url(/resources/1/images/sm_cat_bg_content.gif);
	width: 5px;
	height: 24px;
}
.sm_cat_bg_right
{
	background: url(/resources/1/images/sm_cat_bg_content.gif);
	width: 5px;
	height: 24px;
}
.sm_cat_bg_content
{
	background: url(/resources/1/images/sm_cat_bg_content.gif);
	height: 24px;
	color: #ffffff;
}
.sm_bg
{
	background-color: #ebeef7;
	padding: 5px;
	width: 100%;
}
.sm_field_big
{
	width: 100%;
}
.sm_field_small
{
	width: 60px;
}
.sm_col_1
{
	width: 115px;
	padding-right: 5px;
}
.sm_col_2
{
	width: 200px;
}
.sm_col_3
{
}
.sm_col_4
{
	width: 80px;
}
.sm_col_5
{
	width: 200px;
	text-align: right;
}
.sm_separator
{
	border-bottom: solid 1px #ffffff;
}
a.sm_cat_link
{
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
a:hover.sm_cat_link
{
	color: #ffffff;
}
a:visited.sm_cat_link
{
	color: #ffffff;
}
a.sm_cat_link_selected
{
	text-decoration: none;
	color: #000066;
	font-weight: bold;
}
a:visited.sm_cat_link_selected
{
	color: #000066;
}
/*============================================ only for old tables (asp, tt & tt_orange) =====*/
.header_border
{
	border-bottom: 1px solid #ffffff;
}
/*============================================ searchjobs =====*/
.sj_small
{
	font-size: 9px;
	padding-left: 5px;
	padding-bottom: 5px;
}
/*============================================ admanagement iframe =====*/
.toolbox_iframe
{
	width: 322px;
	height: 160px;
}
 
.toolbox
{
	width: 322px;
	padding-top: 1px;
	padding-bottom: 1px;
	line-height: 17px;
}
 
.toolbox a
{
	font-size: 11px;
	text-decoration: none;
	color: #596ea7;
}
 
.toolbox img
{
	width: 21px;
	height: 17px;
	border: 0px;
	float: left;
	margin-right: 3px;
	background-color: #596ea7;
}
 
.toolbox div
{
	margin-left: 26px;
	font-family: arial;
	font-size: 11px;
	color: #999999;
	line-height: 14px;
}
/*============================================ immocaution =====*/
 
.subtitle_1
{
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	background-color: #eeeeee;
}
 
.immocaution_navi
{
	width: 131px;
	padding-left: 5px;
	border-left: 1px dotted #cccccc;
	vertical-align: top;
}
 
.immocaution_navi a
{
	font-size: 11px;
	font-family: arial, verdana;
	text-decoration: none;
	line-height: 18px;
}
 
.immocaution_textgray
{
	font-size: 9px;
	color: #999999;
}
 
.immocaution_textred
{
	color: #ff0000;
}
 
 
/*============================================ scout24 global containers =====*/
.container
{
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
.container tbody th
{
	color: #fff;
	height: 21px;
	padding: 0px 6px 0px 5px;
	/*border-bottom: 1px solid #fff;*/
}
.container tbody tr td
{
	height: 21px;
	padding: 0px 5px 3px 5px;
	line-height: 18px;
}
.container_a tbody
{
	background-color: #94a6ce;
}
.container_a tbody tr td
{
	background-color: #ebeef7;
}
.container_b tbody
{
	background-color: #596da7;
}
.container_b tbody tr td
{
	background-color: #dfe3ee;
}
.container_c tbody
{
	background-color: #94a6ce;
}
.container_c tbody tr td
{
	background-color: #ebeef7;
	border-bottom: 1px solid #fff;
	height: 20px;
}
.container_d tbody
{
	background-color: #ccc;
}
.container_d tbody tr td
{
	background-color: #f4f4f4;
}
.container_e tbody
{
	background-color: #94a6ce;
}
.container_e tbody tr td
{
	background-color: #ebeef7;
}
.container_f
{
	border-left: 1px solid #ffdabe;
	border-right: 1px solid #ffdabe;
	border-bottom: 1px solid #ffdabe;
}
.container_f tbody
{
	background-color: #ff9147;
}
.container_f tbody tr td
{
	background-color: #fff;
}
.container_g tbody
{
	background-color: #94a6ce;
}
.container_g tbody tr td
{
	background-color: #ebeef7;
 border-bottom: 1px solid #fff;
}
.container_g tbody tr td.alt
{
	background-color: #ebeef7;
/*	border-bottom: 1px solid #fff;*/
}
.container_g tbody th a
{
	color: #ffffff;
	text-decoration: underline;
}
.container_h
{
	border-left: 1px solid #cbd2e2;
	border-right: 1px solid #cbd2e2;
	border-bottom: 1px solid #cbd2e2;
}
.container_h tbody
{
	background-color: #94a6ce;
}
.container_h tbody tr td
{
	background-color: #fafafa;
}
.container_i tbody
{
	background-color: #ce9782;
}
.container_i tbody tr td
{
	background-color: #eae3d9;
}
.container_j
{
	border-left: 1px solid #94a6ce;
	border-right: 1px solid #94a6ce;
	border-bottom: 1px solid #94a6ce;
}
.container_j tbody
{
	background-color: #94a6ce;
}
.container_j tbody tr td
{
	background-color: #fff;
}
.container_k
{
	border-left: 1px solid #94a6ce;
	border-right: 1px solid #94a6ce;
	border-bottom: 1px solid #94a6ce;
}
.container_k tbody
{
	background-color: #94a6ce;
}
.container_k tbody tr td
{
	background-color: #fff;
}
.container_l tbody
{
	background-color: #cfd7ed;
}
.container_l tbody th
{
	color:#000000;
}
.container_l tbody tr td
{
	background-color: #ebeef7;
}
 
 
/*============================================ wl header footer elements =====*/
.top_head {
  font-size: 11px;
  background-color: #002866;
  width: 100%;
  margin-bottom: 15px;
}
 
.topmenu {
  background-image: url('http://www.inserate.ch/design/top_bground.jpg');
  height:26px;
  font-size: 11px;
  color: #002967;
}
  
.header_tab {
  float: left;
  height: 26px;
  vertical-align: middle;
  padding: 6px 0px 0px 0px;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
 
.header_tab_highlighted {
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  font-weight: bold;
  background-color:#fff;
  float: left;
  height: 22px;
  vertical-align: middle;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  padding: 4px 7px 0px 7px;
  margin: 4px 7px 0px 7px;
}
 
.topmenu a, .topmenu a:visited, .topmenu a:active {
  color: #002967;
  text-decoration: none;
}
 
.topmenu a:hover {
  text-decoration: underline;
}
 
.navigation_left {
  width: 135px;
  font-size: 11px;
  margin-bottom: 20px;
}
 
.navigation_left th {
  font-weight: bold;
  color: #fff;
  padding: 2px 0px 4px 5px;
  background-image: url('http://www.inserate.ch/design/menu_bground.jpg');
  border-bottom: 0px;
  height: 19px;
  text-align: left;
}
 
.navigation_left td {
  border-bottom: 1px solid #c8cde0;
  padding: 2px 0px 4px 5px;
}
 
.navigation_left td a, .navigation_left td a:visited {
  color: #013a94;
  text-decoration: none;
}
 
.navigation_left td a:hover {
  color: #fc7a00;
  text-decoration: none;
}
 
.obj_counter {
  color:#666666;
  font-size: 9px;
}
 