﻿/*--- 
screen css file 
for wohngemeinschaften.de 
	1.  reset browsersettings
	2.	generic classes (body, a, p, h1, etc.)
	3.  id´s (#)
	4.  layout
	5.  alignment (left, right, grids, h_010, w_010 etc.)
	6)  modules (boxes, buttons, forms )
	7)  typo
	8)  link behavior 
---*/

/*---  browserreset
-------------------------------------------------------------------*/         

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;		
	margin: 0;	
	outline: 0;
	padding: 0;
}

a:link img, 
a:visited img, 
a:hover img, 
a:active img {
    border: 0;
}

blockquote:before, 
blockquote:after,
q:before, 
q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

caption, 
th, 
td {
	font-weight: normal;
	text-align: left;
}

:focus {    /* remember to define focus styles! */
	outline: 0;
}

table {     /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

/*---  generic classes
-------------------------------------------------------------------*/
body {		
    background-color: #e1e1e1;
	color: #333;
	font-family: verdana,helvetica,sans-serif;
	font-size: 13px;
	height: 100%;
	margin: 0;
	padding: 0;  	     
}
 

/*---  id´s
-------------------------------------------------------------------*/
#basecontainer {
    float: left;
    height: 100%; 
    width: 1200px;      
}

#pagesize { 
    background: #e1e1e1 url(../images/background/bg_body.gif) repeat-y left top;
	margin: 0;   
    overflow: hidden;
	padding: 0;
    text-align: left;
    width: 1024px;
}

#banner {
    display: none;
}

#feedback {
bottom:-3px;
cursor: pointer;
float:right;
position:fixed !important;
right:0;
z-index:9999999;
}

#pagebottom { 
    background: #e1e1e1;
    height: 100px;
    padding: 10px 0 0 0;    
}

#pagecontent {
    min-height: 570px;  
   	margin: 0; 
	padding: 0px 0px 0px 34px;
    width: 980px;
}

#pagefooter {
    background: transparent url(../images/background/bg_contentend.gif) no-repeat left top;
	height: 25px;
    width: 1024px;	
}

#pageheader {
    background: transparent url(../images/background/bg_headernavi.jpg) no-repeat left top;
    height: 130px;
    width: 1024px;		
}

#skyscraper {
    height: 600px;
    min-height: 100%;
    margin: 30px 0 0 0;  
}

#wrapper {
    float: left;
    min-height: 100%;
    width: 1024px; 
}

/*--- layout 
-------------------------------------------------------------------*/
.ausblenden {
    display: none;
}

.breadcrumb {
	background: transparent url(../images/icon/icon_arrowbubble.gif) no-repeat left top;
	color: #666;
	font-family: verdana,helvetica,sans-serif;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 15px;
}

.citysign { 
    background: #fff;
border-width: 0px;
    float: left;
    width: 250px;
}

.citysign input {
    background: #fff;
border-width: 0px;
}

.content {
    padding: 0 0 0 20px;
}

.content ol li {
	margin: 0px 0px 10px -20px;
	padding: 0px 0px 0px 0px;
}

.content-m-bold {
	width: 400px;
}

.emoimage {
    background: transparent url(../images/background/bg_emoimage.jpg) no-repeat left top;
    height: 220px;
    margin: -10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 980px;
}

.emocontent {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 20px;
	width: 960px;
}

/*--- exposeblättern start ---*/
.exposeblaettern {
    background: transparent url(../images/background/bg_exposeblaettern.gif) no-repeat left top;   
    height: 24px;    
	padding: 0px 0px 0px 0px;  
	margin: 0px 0px 0px 0px;   
	width: 220px;
}

.exposeblaettern p {
    color: #fff;
    float: left; 
    height: 24px;     
    line-height: 24px;     
    text-align: center;    
    width: 142px;
}

.exposeblaettern_back a {
    background: transparent url(../images/background/bg_exposeblaettern_back_on.gif) no-repeat left top;
    float: left;    
    height: 24px;
    width: 39px; 
}

.exposeblaettern_back a.off {
    background: transparent url(../images/background/bg_exposeblaettern_back_off.gif) no-repeat left top;
    float: left;    
    height: 24px;
    width: 39px; 
}

.exposeblaettern_fwd a {
    background: transparent url(../images/background/bg_exposeblaettern_fwd_on.gif) no-repeat right top;  
    float: left;    
    height: 24px;
    width: 39px;    
}

.exposeblaettern_fwd a.off {
    background: transparent url(../images/background/bg_exposeblaettern_fwd_off.gif) no-repeat right top;  
    float: left;    
    height: 24px;
    width: 39px;    
}


.exposeblaettern .exposeblaetterntext p {
    color: #fff;
    float: left; 
    font-weight:bold;
    height: 24px;     
    line-height: 24px;     
    text-align: center;    
    width: 220px;
}
/*--- exposeblättern end ---*/
.footerbox {
	color: #999;
	float: left;
	font-size: 11px;	
	font-weight: bold;	
	width: 200px; 
}

/* formularlayout start */
.formcontainer_01,
.formcontainer_02,
.formcontainer_03,
.formcontainer_04,
.formcontainer_05,
.formcontainer_06,
.formcontainer_07,
.formcontainer_08,
.formcontainer_09,
.formcontainer_10,
.formcontainer_11,
.formcontainer_12,
.formcontainer_13,
.formcontainer_14,
.formcontainer_15,
.formcontainer_16,
.formcontainer_17,
.formcontainer_18,
.formcontainer_19,
.formcontainer_20 {
    float: left;   
    width: 100%;     
}

.label_von {
    float: left;  
    line-height: 27px; 
    width: 30px;    
}

.form_von,
.form_bis {
    width: 60px;
}

.label_bis {
    float: left;  
    line-height: 27px; 
    padding: 0px 0px 0px 10px;     
    width: 30px;  
}

.form_PLZ input{
	width: 60px;
}

.form_Ort input{
	width: 128px;
}

.form_01,
.form_02,
.form_03,
.form_04,
.form_05,
.form_06,
.form_07,
.form_08,
.form_09,
.form_10,
.form_11,
.form_12,
.form_13,
.form_14,
.form_15,
.form_16,
.form_17,
.form_18,
.form_19,
.form_20 {
    float: left;  
    width: 220px;
}

.label_01,
.label_02,
.label_03,
.label_04,
.label_05,
.label_06,
.label_07,
.label_08,
.label_09,
.label_10,
.label_11,
.label_12,
.label_13,
.label_14,
.label_15,
.label_16,
.label_17,
.label_18,
.label_19,
.label_20 {
    float: left;  
    line-height: 27px;
    width: 220px;
}

/* formularlayout end */
.adressinfo input {
	background-color:transparent;
	border:0px;
	width:17px;
}

.adressinfo label {
	float:left;
	font-size: 12px;
	height:15px;
	line-height:14px;
	text-align:left;
	width: 300px;
}

.adressinfo .radio {	
	background: transparent;	
	border: 0 none;
	float: left;
	height: 14px;
	padding-top:6px;
	vertical-align: middle;
	width: 400px;
}

.adressinfo .radio1 {	
	background: transparent;	
	border: 0 none;
	float: left;
	height: 14px;
	padding-top:6px;
	vertical-align: middle;
	width: 400px;
}

.adressinfo .radio1 label {
	float:left;
	font-size: 12px;
	height:15px;
	line-height:14px;
	text-align:left;
	width: 160px;
}

/* -------- Icons Begin ---------- */

.icon-haus, 
.icon-prospekt, 
.icon-clock, 
.icon-delete, 
.icon-tel, 
.icon-vorschau, 
.icon-umginfo, 
.icon-karte, 
.icon-favorit, 
.icon-tool, 
.icon-lupe, 
.icon-lupebearb, 
.icon-anbieter, 
.icon-gespsuche, 
.icon-strom, 
.icon-shop, 
.icon-paragraph {
    background-image:url(../images/icon/icon_haus.gif);
    background-position:0 0;
    background-repeat:no-repeat;
    padding-left:19px;
    position:relative;
    }



.icon-info, 
.icon-info1, 
.icon-login, 
.icon-passwort, 
.icon-zins, 
.icon-expbewert, 
.icon-termin, 
.icon-pfeilback, 
.icon-pfeilbackinaktiv, 
.icon-pfeilnext, 
.icon-pfeilnextinaktiv, 
.icon-pfeilup, 
.icon-pfeilupinaktiv, 
.icon-pfeildown, 
.icon-pfeildowninaktiv, 
.icon-angebote, 
.icon-neu, 
.icon-new, 
.icon-close, 
.icon-drucken, 
.icon-energieausweis, 
.icon-wohntyp {
    background-image: url(../images/icon/icon_info.gif);
    background-position: 0 1px;
    background-repeat: no-repeat;
    padding-left: 19px;
    position: relative;
    }
    
.icon-info2, 
.icon-oda, 
.icon-rechner, 
.icon-finanz, 
.icon-finanz1, 
.icon-umzug, 
.icon-tel1, 
.icon-video, 
.icon-crown, 
.icon-lupeverf, 
.icon-inserat, 
.icon-umfrage, 
.icon-merke, 
.icon-merkerliste,
.icon-nachricht, 
.icon-gemerkt, 
.icon-welt, 
.icon-internet,
.icon-vorschau,
.icon-pdfdownload {
    background-image: url(../images/icon/icon_info2.gif);
    background-position: 0 2px;
    background-repeat: no-repeat;
    padding-left: 19px;
    position: relative;
    }
    
.icon-drucken {
    background-image:url(../images/icon/icon_druck.gif);
}
    
.icon-paragraph {
	background-image:url(../images/icon/icon_paragraph.gif);
	list-style: none;
}
    
.icon-tel { 
    background-image : url(../images/icon/icon_tel.gif);
    } 

.telefonanfrage {
	background-image: url(../images/icon/telefon_verbergen.jpg);
    background-position: 0 1px;
    background-repeat: no-repeat;
    padding-left: 35px;
    margin-top:4px;
    position: relative;
    height:32px;
    margin-bottom:8px;
    cursor:pointer;
	}
.icon-nachricht {
    background-image: url(../images/icon/icon_nachricht.gif);
    }
    
.icon-rechner {
    background-image: url(../images/icon/icon_rechner.gif);
    }
    
.icon-welt {
    background-image: url(../images/icon/icon_welt.gif);
    }    
    
.icon-paragraph {
	background-image: url(../images/icon/icon_paragraph.gif);
    }
    
.icon-vorschau a,
.icon-pdfdownload a {
	line-height: 20px;
}

.icon-vorschau {
	background-image: url(../images/icon/icon_vorschau.gif);
	}

.icon-pdfdownload {
	background-image: url(../images/icon/icon_pdfdownload.gif);
	}

/* -------- Icons Begin ---------- */




/*  ------------------------------   Exposé Begin   -------------------------------------*/

.ajax__tab_xp .ajax__tab_header {
	font-family:verdana,tahoma,helvetica;	
	background-image: none !important;
	border-width: 0px 0 1px 0 !important;
	border-color: #DEDEDE !important;
	border-style: solid !important;
	height:25px;
	margin:0px 0px 0px 0 !important;
}

.ajax__tab_xp .ajax__tab_active .ajax__tab_outer {
    background: transparent url(../images/background/bg_tab_inactive_li.gif) no-repeat left top !important;
    border-bottom: 1px solid #FFFFFF !important;
    color: #000 !important;
    float: left !important;
    height: 25px !important;
    margin: 0 0px 0 0 !important;
    padding: 0 !important;
    text-align: center !important;
}


.ajax__tab_xp .ajax__tab_active .ajax__tab_inner {
    background: transparent url(../images/background/bg_tab_inactive_re.gif) no-repeat left top !important;
    background-position: right top !important;
    background-repeat: no-repeat !important;
    display: inline-block !important;
    height: 25px !important;
    margin: 0 !important;
    padding: 0px 0px !important;

}

.ajax__tab_xp .ajax__tab_active .ajax__tab_tab {
	background-image: none !important;
	background-repeat: repeat-x !important;
	border-bottom: 1px solid #FFFFFF !important;
	color: #000000 !important;	
	font-size:12px !important;
	height: 17px  !important;
	line-height: 20px !important;
	margin:0px 5px 0 5px;
	text-align: center;
}


.ajax__tab_xp .ajax__tab_hover .ajax__tab_outer {
}

.ajax__tab_xp .ajax__tab_hover .ajax__tab_inner {
}

.ajax__tab_xp .ajax__tab_hover .ajax__tab_tab {
	color: #cdcc00 !important;
}

.ajax__tab_xp .ajax__tab_outer {
    background: transparent url(../images/background/bg_tab_active_li.gif) no-repeat left top !important;
    color: #CDCC00 !important;
    float: left !important;
    height: 25px !important;
    margin: 1px 0 0 0 !important;
    padding: 0px 0 0 0 !important;
    text-align: center !important;
}

.ajax__tab_xp .ajax__tab_inner {
    background: transparent url(../images/background/bg_tab_active_re.gif) no-repeat left top !important;
    background-position: right top !important;
    background-repeat: no-repeat !important; 
    display: inline-block !important;
    height: 25px !important;
    margin: 0px 0px !important;
    padding: 0px 0px !important;
}
.ajax__tab_xp .ajax__tab_tab {
	background-image: none !important;
	background-repeat: repeat-x !important;
	border-width: 0px 0 0px 0!important;
	border-color: #DEDEDE !important;
	border-style: solid !important;
	color: #999999 !important;	
	font-size:12px !important;
	height: 17px  !important;
	line-height: 20px !important;
	margin:0px 5px 0 5px !important;
	text-align: center;	

}

.ajax__tab_xp .ajax__tab_disabled  {
	color: #A0A0A0;
}

.ajax__tab_xp .ajax__tab_body 
{
	font-family:verdana,tahoma,helvetica;
	font-size:11pt;
	border: none !important;
	padding: 10px 0 0 0 !important;
	margin: 0px 0 0 0px !important;

}

.defaultdetail h1 {
	margin: 0px;
	padding: 20px 0 10px 0px;
}

.defaultdetail .eckdatenbezeichner {
	font-weight: bold;
	color: #666;
}


.defaultdetail .aufzaehlung ul {
    float: left;  
    list-style-type: none;
    width: 80%;  
}

.defaultdetail .aufzaehlung li {	
    background: transparent url(../images/module/module_bullet.gif) no-repeat left top;
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 0px 0px;
}

.exposenumber {
	color: #FFF;
	font-weight: bold;
}

.blattpos {
	height: 19px;
	margin: 4px 0 0 0;
	text-align: center; 
	width: 142px;
}

.quickinfo h3 {
	color: #FFF;
}

.quickinfo .label_01,
.quickinfo .label_02, 
.quickinfo .label_03, 
.quickinfo .label_04, 
.quickinfo .label_05 {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	width: 130px;
}

.quickinfo .form_01,
.quickinfo .form_02, 
.quickinfo .form_03, 
.quickinfo .form_04, 
.quickinfo .form_05 {
	width: 180px;
}

.quickinfo input, .quickinfo label {
	width: 180px;
}

.quickinfo select {
	width: 185px;
}

.quickinfo .radio {
	width: 170px;
}
.quickinfo .radio input {
	background-color: Transparent;
	border: 0px;
	float: left;
	margin-top: 0px;
	width: 20px;
}

.quickinfo .radio label {
	color: #FFF;
	float: left;
	font-size: 11px;
	font-weight: bold;
	height:30px;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width:140px;
}


.quickinfo a.extendedcontact:active,
.quickinfo a.extendedcontact:link,
.quickinfo a.extendedcontact:hover,
.quickinfo a.extendedcontact:visited {
	
	color: #FFFFFF;
	font-size:11px;
	text-decoration: underline;
	text-align:right;
}

.exposelinklist .linkliste ul, 
.exposelinklist .linkliste li {
	color: #666;
	font-family: verdana,helvetica,sans-serif;
	line-height: 18px;
	list-style-image: URL('../images/icon/icon_arrowbubble.gif');
	list-style-type: none;
	margin: 3px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

.modalGallery .content {
	padding:0px; 
	margin:0px;
}

.boxbildexposbig {
	padding: 10px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #DEDEDE;
	width: 387px;
	height: 290px;
	}
	
.boxbildexposbottom {
	padding: 0 10px 10px 10px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #DEDEDE;
	width: 387px;
	height: 1px;
	}
	
.boxbildexposblaetternbig {
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #DEDEDE;
	width: 387px;
	height: 58px;
	padding: 10px 10px 10px 10px;
	}
	
.boxbildexposbig img {
	text-align: center;
	max-width: 387px !important;
	max-height: 290px !important;
	}

.boxbildexposblaettern .center {
	text-align:center;
	font-size: 11px;
	}
	
.boxbildexposblaettern {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #DEDEDE;
	width: 387px;
	height: 28px;
	padding: 10px;
	}
	
.boxbild_expose_flex_bottom {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #DEDEDE;
	padding: 0 0 0 0;
	width: 407px;
	height: 3px;
	}

.thumbnailContainer {
	width: 190px;
	line-height: 0;
	font-size: 0;
	}
	
.thumbnail {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #DEDEDE;
	background-repeat: no-repeat;
	margin: 2px 2px 2px 2px;
	padding: 3px 3px 3px 3px;
	float: left;
	}

.thumbnail img{
	border: 0;
	width: 50px;
	height: 40px;
	}
	
	
.exposeimage .modalGallery .slideshow,
.exposeimage .modalGallery .controls,
.exposeimage .modalGallery .divSSModal {
	display: none;
}
.exposeimage .modalGallery .slideshow img {
	border: none;
}
.exposeimage .modalGallery .controls {
	height: 40px;
}
.exposeimage .modalGallery .boxbildexposbig .navOverlay {
	position: absolute;
	width: 387px;
	height: 290px;
	cursor: pointer;
}
.exposeimage .modalGallery .boxbildexposbig .navOverlay .navLeft {
	float: left;
}
.exposeimage .modalGallery .boxbildexposbig .navOverlay .navRight {
	float: right;
}
.exposeimage .modalGallery .navLeft img,
.exposeimage .modalGallery .navRight img {
	width: 193px;
	height: 290px;
}
.exposeimage .modalGallery .posleft,
.modalContent .posleft .nav-controls {
	width: 50px;
	float: left;
}

.exposeimage .modalGallery .posright,
.modalContent .posright .nav-controls {
	width: 50px;
	float: right;
}
.modalContent .nav-controls {
	margin-top: 10px;
}
.exposeimage .modalGallery .controls a {
	padding: 5px;
}
.exposeimage .modalGallery .loader {
	background-image: url('../images/icon/icon_wait.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 387px;
	height: 290px;
}
.exposeimage .modalGallery .slideshow {
	clear: both;
	position: absolute;
	width: 387px;
	height: 290px;
	text-align: center;
}
.exposeimage .modalGallery .slideshow a.advance-link {
	display: block;
}
.exposeimage .modalGallery .enlarge {
	float: right;
}
.exposeimage .modalGallery a.enlargelink img {
	vertical-align: middle;
	padding-right: 2px;
}
.exposeimage .modalGallery .embox {
    border-color: #dedede;
    border-style: solid;
    border-width: 0 1px;
    height: 20px;
    padding: 2px 10px 0 10px;
    width: 387px;
}
.exposeimage .modalGallery .imagenumber {
	float: left;
	width:130px;
}
.exposeimage .modalGallery .imagedesc {
	margin-left: 5px;
	float: left;
	width:130px;
}
.thumbnailContainer ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.thumbnailContainer ul.thumbs li {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #DEDEDE;
	background-repeat: no-repeat;
	margin: 2px 2px 2px 2px;
	padding: 3px 3px 3px 3px;
	float: left;
}
.thumbnailContainer a.thumb {
	padding: 0;
	display: block;
	border: none;
}
.thumbnailContainer ul.thumbs li.selected {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #DEDEDE;
	background-repeat: no-repeat;
	margin: 2px 2px 2px 2px;
	padding: 3px 3px 3px 3px;
	float: left;
	border-color: Orange;
}
.thumbnailContainer ul.thumbs li.selected img {
    border: 0 none;
    height: 40px;
    padding: 0 0 0 0;
    width: 50px;
}

#youtube {
    width: 387px;
    border: 1px solid #dedede;    
    padding: 10px;
    width: 387px;
}

.youtubethumbnail {
    border: 1px solid #DEDEDE;
    float: left;
    margin: 10px 2px 2px 2px;
    padding: 3px; 
}


.modalContent .empty .boxbild_expose_flex_bottom {
	width : 622px;
}
.empty .vorschau .modalGallery .boxbildexposblaettern,
.exposeimage .modalGallery .boxbildexposblaettern {
	padding: 0 10px 10px 10px;
	height: 35px;
}
.modalContent .estateexpose h1 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	width: 620px;
}
.nav-controls a:focus,
.thumbnailContainer a.thumb:focus, 
.thumbnailContainer a.ssStart:focus,
.thumbnailContainer .nav-controls a:focus,
.thumbnailContainer .ss-controls a:focus {
	outline: none;
}

.statistic .modalBackground, 
.modalBackground_statistic {
    background-color: #000;
    opacity: 0.7;
}

.modalContent .modalImageContainer { 
	padding : 10px 10px 10px 10px;
	border-width : 1px 1px 0px 1px ;
	border-style : solid;
	border-color : #dedede;
	width : 635px;
	height : auto;
	text-align : center;
} 
.modalContent .modalPopupImage img { 
	max-width : 598px !important;
	max-height : 400px !important;
}
.modalContent .boxbildslideshow {
	padding: 3px 0 10px 0;
	width: 620px;
}
.modalContent .captionModalDesc {
	float: left;
	margin-left: 10px;
}
.modalContent .captionModalNumber {
	float: left;
}
.modalContent .controlsModal {
	border-width : 0px 1px 1px 1px;
	border-style : solid;
	border-color : #dedede;
	width : 635px;
	padding: 0 10px 10px 10px;
	height: 50px;
}

.estateofferer {
	font-size: 11px;
}
.estateofferer .bold {
	font-weight:bold;
}

.estateofferer ul, .estateofferer li {
	list-style-type:none;
}

.positionmap {
	height: 100%;
	position: relative; 
	width: 100%; 
}

.mapsize {
	height: 580px;	
	width: 640px;
}

.resultssuchende {
	margin-left: 25px;
}

.suchendecheckbox {
	clear: both;
	padding-bottom:20px;
}
.suchendecheckbox input {
	background: transparent;
	border: 0px;
	float: left;
	height:15px;
	vertical-align: bottom;
	width: 15px;
}

.suchende_freitextsuche {
	width: 208px;
}

.suchende_imagebutton img {
	background:transparent;
	border: 0px;
	margin-top:5px;
	margin-right: 3px;
}

.suchendecheckbox label {
	font-size:11px;
	float: left;
	line-height:13px;
	text-align: left;
	width: 75px;
}

.suchendelistnumbers {
	vertical-align: top;
}



#divDym {
	margin-top: 10px;
}

#divDym a {
	font-weight: normal;
}

.border {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #CCC;
	margin-bottom: 5px;
}

.suchenderesult {
	height: 520px;
	margin-top: 10px;
	overflow: auto;
}
.resultCompany,
.adviseTitle {
	font-weight: bold;
	font-size: 11px;
}


.resultBranche,
.resultAddress,
.resultTeaser,
.resultPhone,
.resultFax,
.adviseDescription {
	font-size: 11px;
	line-height: 14px;
}

.resultBranche,
.resultAddress,
.resultPhone {
	padding-top: 3px;
}

.resultTeaser{
	padding-bottom: 3px;
}

.adiviseTitle,
.adviseDescription {
	padding-bottom: 3px;
}

#divPaging1 a:active, #divPaging1 a:hover, #divPaging1 a:link, #divPaging1 a:visited,
#divPaging2 a:active, #divPaging2 a:hover, #divPaging2 a:link, #divPaging2 a:visited {
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
}	

#divPaging1 a:active, #divPaging1 a:hover, #divPaging1 a:link, #divPaging1 a:visited,
#divPaging2 a:active, #divPaging2 a:hover, #divPaging2 a:link, #divPaging2 a:visited {
	text-decoration: none;
}


.resultssuchende a:active, .resultssuchende a:hover, .resultssuchende a:link, .resultssuchende a:visited,
#divPaging1,
#divPaging2 {
	font-size: 11px;
	font-weight: normal;
}



.adviseTitle a:active, .adviseTitle a:hover, .adviseTitle a:link, .adviseTitle a:visited {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.adviseDescription a:active, .adviseDescription a:hover, .adviseDescription a:link, .adviseDescription a:visited {
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
.adviseLink a:active, .adviseLink a:hover, .adviseLink a:link, .adviseLink a:visited {
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

/*  ------------------------------   Exposé End   -------------------------------------*/

/*  ------------------------------   FAST Begin   -------------------------------------*/

.fastnav h4 {
	padding-top: 5px;
}

.regionchange span,
.regionchange div {
    float: left;
}

.changeform select{
    width: 188px;
    float: left;
}

.changeform input[type=text] {
float: left;
height: 22px;
}


.fastnav .box_03 .boxcontent .hd h4, .fastnav .box_02 .boxcontent .hd h4 {
    color: #333333;
    font-family: verdana,helvetica,sans-serif;
    font-size: 12px;
    line-height: 22px;
    padding-left: 28px;
    padding-top: 0px;
    text-transform: uppercase;
}


.fastnav .defaultsearch, .fastnav .specsearch {
    background-image: URL('../images/icon/icon_small_mag.gif');
    background-position: left;
    background-repeat: no-repeat;
    height: 22px;
}

.fastnav .specsearch {
    background-image: URL('../images/icon/icon_small_magplus.gif');
}

.fastnav .historyimage {
	width: 18px;
}

.fastnav .line {
	border-bottom: 1px solid #d3d3d3;
	height: 1px;
	padding: 0px;
	margin: 10px 0 10px 0;
	width: 100%;
} 
.fastnav .navigatorright {
	text-align: right;
}
   
.fastnav td, 
.fastnav input, 
.fastnav textarea {
	margin: 0px;
	padding: 0px;
}

.fastnav input {
	height: 18px;
}

.fastnav .pfeil {
	float: right;
	padding-top: 8px;
}

.fastnav .MinWohnflaeche, 
.fastnav .MaxWohnflaeche, 
.fastnav .MinKaufpreis, 
.fastnav .MaxKaufpreis {
	float: left;
	margin-top: 4px;
	width: 48px;
}

.dropdown {
	display: block; 
    overflow : visible;
	position: relative;
	width: 100%;
    z-index: 2
    }
    
.dropdown .header {
    height: auto;
	cursor: pointer;
    }

.dropdown .content {
    font-size: 11px;
    color: #666666;
	position: absolute; 
	margin-top: 5px 0 0 5px; 
	padding-left: 0; 
	overflow: hidden;
	width: 200px; 
	display: none; 
	background: #EEE9E5; 
	opacity: 0;
    top: 0;
    }

.dropdown .border {
	border: solid 1px #666666;
	padding: 0 5px 3px 5px; 
	overflow: visible;
    }
    
.dropdown a,
.dropdown a:link, 
.dropdown a:visited, 
.dropdown a:hover, 
.dropdown a:active {
    color: #666666;
    text-decoration: none;
    }    

.dropdown .pfeil {
	width: auto; 
	vertical-align: middle;
	padding: 3px 0 0 0;
    }   
    
.modClose {
	color: #000;
	float: right;
	margin: 5px 10px 0 0;
	text-decoration: none!important;
}

.modClose:hover {
	color: #fff;
	float: right;
	text-decoration: none;
}

.modalContent {
	margin: 0px;
	padding: 0px;	
}

.modalContent .modsleft {
	width: 285px;
	float: left;
}

.modalContent .modsright {
	width: 285px;
	float: right;
}

.modalContent .modifiercheckbox {
	float: left;
	height: auto;
	margin: 5px 10px 0 0;
	
}

.modalContent .modifiercheckbox input {
	background-color: transparent;
	border: 0px;
	float: left;
	padding-top:10px;
	margin: 0px;
	width: 15px;
}

.modalContent .modifiercheckbox label {
	float: left;
	font-size:11px;
	line-height: 15px;
	margin: 0px;
	padding-left:5px;
	text-align: left;
	width: 145px;
	height: auto;
}

/* Modal Popup */
.modalContent
{
	font-size: 11px;
	margin: 0;
	position: relative;
}
.modalContent a
{
	font-size: 11px;
}

.abreisszettel .empty .boxbild_expose_flex_bottom
{
    width: 352px;
}

.abreisszettel {
    text-align: left;
}

.abreisszettel h1 {
    color: #333;
    padding: 0 0 0 10px;       
}

.abreisszettel .imgbox {
    height:227px;
    overflow: hidden;
    padding-left: 10px; 
    vertical-align: top; 
    width:350px;
}

.abreisszettel .offererinfo {
    height:230px;
    overflow: hidden; 
    text-align: left;
    vertical-align: top; 
    width: 420px;
}

.abreisszettel .offererhead {
    height: 59px;
    width:420px;
}

.abreisszettel .offererdetails {
    height: 139px;
    overflow:hidden;
}

.abreisszettel .abreisspaper {
     border-bottom: 1px dotted #000;
     color: #000;
}

.abreisszettel .abreisspaperaddress {
    border-right: 1px dotted #000;
    border-bottom: 1px dotted #000;
    color: #000; 
    height: 96px; 
    padding-left:10px;
    text-align: left; 
    vertical-align: middle;
    width: 210px;
}
.abreisszettel .empty .boxbildexposbig, .abreisszettel .immopic .boxbildexposbig
{
    width: 330px;
}
.abreisszettel .empty .boxbildexposblaettern, .abreisszettel .immopic .boxbildexposblaettern
{
    display: none;
}
.abreisszettel .empty .estateexpose .eckdatenlinks {
    width:390px;
}
.abreisszettel .empty .estateexpose .eckdatenlinks .eckdatencontent {
    width:300px;
}

.modalContent .modcb {	
	margin: 0 10px 5px 0;
	float: left;
	width: 270px;
	padding: 0 0 0 0;
	}

.modalContent .modcb:hover{
    background-color: #DEDEDE;
    }

.modalContent .labelm {
    display: block;
    float: none;
    margin: 0 -20px 0 0;
    text-align: left;
    line-height: 18px;
    width: 100%;
    height: auto;
    }
    
* html .modalContent .labelm { float:left; }

a.fastnav, a.fastnav:link{
    color: Black;
    display: block;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    zoom: 1;
    }

* html a.fastnav { text-decoration: none !important; } /* IE6 only */

a.fastnav:hover{
    color: #FF6600;
    background-color: #DEDEDE;
    }

a.fastnav .fastnavcount{
    padding: 2px 0;    
    color: Black;
    text-align: right;
    float: right;
    width: 30px;
    text-decoration: none; 
    }

a.fastnav:hover .fastnavcount {
    color: #FF6600; 
    }
    
.fastnav a
{
    text-decoration: none;    
}

.fastnavzero{    
    cursor: default;
    color: #666666;
    background-color: #F1F1F1;
    text-align: right;
    float: right;
    }

.fastnavtext, .fastnavtextwithoutcount{
    padding: 2px 0;
    display: inline-block;
    width: 155px;    
    }

.fastnavtextwithoutcount{
    width: auto;    
    }

.geoortnavigator,
.geolandkreisnavigator,
.merkmalenavigator,    
.objektmerkmalenavigator {
    display: inline;
    width: 20px;
    margin: 3px 0 0 0;
    border: none;
    background: none;
    }
    

* html .geoortnavigator,
* html .geolandkreisnavigator,
* html .merkmalenavigator,    
* html .objektmerkmalenavigator { margin: 0; } /* IE6 */

*+html .geoortnavigator,
*+html .geolandkreisnavigator,
*+html .merkmalenavigator,    
*+html .objektmerkmalenavigator { margin: 0; } /* IE7 */

.fasttable {
    border: none;
    border-collapse: collapse;
    width: 100%;
     }

.fasttable TD{
    padding: 0px;
    }

.boxbody a.fasthistoryitem{    
    display: block;   
    padding: 0;
    background: url('../_images/fast/checkbox.gif') no-repeat 0 center;    
    zoom: 1; /* für ie6, damit er hasLayout bekommt */
    }

.boxbody a.fasthistoryitem:hover{
    background-color: #DEDEDE;   
}

.fasthistoryitem:hover .fasthistorytext{
    text-decoration: line-through;
    }

.fasthistorytext{
    padding: 2px 0 2px 17px;
    display: block;
    }

/*-- ergebnislisten start --*/
.listbox {   
    background: transparent url(../images/module/box_03_bg.gif) repeat-x left top;
    border-top: 1px dashed #d1d080;
    margin: 0px 0px 0px 0px;  
    padding: 0px 10px;         
}

.listbox_header {
    float: left;
    width: 100%;
}

.listbox_img {
    float: left;
    width: 120px;
}

.listbox_content {
    float: left;
    width: 600px;
}

.listbox_content_sml {
    float: left;
    width: 400px;
}

.listbox h4 {
    width: 100%;
}

.listbox_links {
    float: right;
    width: 145px;
}
.listbox_content_01 .objpreis {
    clear: both;
    float: left;
    margin: 0px 10px 0px 0px;
}

.listbox_content_02 {
    clear: both;
}

.listbox_content_03 br {
    float: left;
}
/*-- ergebnislisten end --*/




.icon_tooltip {
    padding: 0 0 0 14px;	
	margin: -1px 0 0 3px;	
	background-image: url(../images/icon/icon_tooltip.gif);
	background-repeat: no-repeat;
	font-weight: bold;
    }   

#box_tooltip {
	position: absolute;
	float: left;
	text-align:left;
	z-index: 50;
	}

.box_tooltip_start {
	padding: 0px 7px;
	height: 7px;
	width: 234px;
	background: url(../images/layout/box_tooltip_start.png) top no-repeat;
	}
	
.box_tooltip_body{	
	padding: 0px 7px;
	width: 234px;
	background: url(../images/layout/box_tooltip_body.png) top repeat-y;
	color: #f1f1f1;		
	}
	
.box_tooltip_end {	
	padding: 0px 7px;
	width: 234px;
	height: 7px;
	background: url(../images/layout/box_tooltip_end.png) bottom no-repeat;	
	}
	
.box_tooltip_headline {
	color: #f60; 
	font-family: tahoma, helvetica, sans-serif;
	font-weight: bold;
    }
.fastimglist .box_01 {
	width: 226px;
}

.fastliste .listbox_links {
    float: right;
    text-align:right;
    width: 145px;
}

.fastliste .listbox_header,
.fastteaser .listbox_header {
    margin-bottom:5px;
}

.fastliste .description, 
.fastteaser .description {
    font-weight: bold;
    line-height: 17px;
 }
.fastteaser .abstand {
	margin-left: 120px;	
}
.fastliste .icon-bilder, 
.fastteaser .icon-bilder,
.topobjekt .icon-bilder {
    background-image: url(../images/icon/icon_bilder.gif);
    background-position: left;
    background-repeat: no-repeat;
    padding: 0 0 0 18px;
    width: 35px;
}

.fastteaser .icon-nachricht {
    background-image: url(../images/icon/icon_nachricht.gif);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 16px;
    margin-bottom:0px;
    width: 75px;
}

.fastliste .onlineid, 
.fastteaser .onlineid {
    color: #999900;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 3px;
 }
 
.fastliste .wginfos, 
.fastteaser .wginfos {
    font-size: 12px;
    margin: 0px 0 3px 0;
    padding: 0px;
 }
 
.fastliste .rightcolumn, 
.fastteaser .rightcolumn {
    margin-top:0px;
    text-align:right;
} 
 
.fastliste .newimg, 
.fastteaser .newimg {
    float: left;
    margin-right: 3px;
    
 }
 
 .fastteaser .standort, 
 .fastimglist .standort {
	text-align: left;
 }
 
.fastliste .preis, 
.fastteaser .preis, 
.fastimglist .preis {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 2px;
    text-align: right;
 }
 
.fastteaser .preis {
    margin-top: 0px;
    text-align: right;
 }
 
 .fastliste ul, 
 .fastliste li,  
 .fastteaser ul, 
 .fastteaser li, 
 .topobjekt ul, 
 .topobjekt li {
    list-style: none;
 }
 
.fastteaser ul, fastteaser li {
	float:right;
	list-style-type:none;
	line-height:25px;
	margin:0 0 0 10px;
	padding:0;
	position:relative;
 }
.ListSubNav .sortlist {
	margin-top: 5px;
 }

.ListSubNav .searchcriteria {
	background-image: URL('../images/icon/icon_small_magplus.gif');
	background-position:left;
	background-repeat: no-repeat;
	height:20px;
	margin-top: 5px;
}

.fastnav .box_03 .boxcontent {
	overflow: visible;
}

.fastnav .navigatorleft a:visited, 
.fastnav .navigatorleft a:link, 
.fastnav .navigatorleft a:active {
	text-decoration: none;
}

.fastnav .navigatorright a:visited, 
.fastnav .navigatorright a:link, 
.fastnav .navigatorright a:active {
	text-decoration: none;
}

a.poscriteria:active,
a.poscriteria:hover,
a.poscriteria:link,
a.poscriteria:visited {
	margin-left: 28px;
	text-decoration: none;
}

.fastliste a:hover, 
.fastliste a:active, 
.fastliste a:visited, 
.fastliste li a:link, 
.fastteaser a:hover, 
.fastteaser a:active, 
.fastteaser a:visited, 
.fastteaser li a:link, 
.topobjekt a:hover, 
.topobjekt a:active, 
.topobjekt a:visited, 
.topobjekt li a:link {
    text-decoration: none; 
 }
  
a.naechsteSeite:active,
a.naechsteSeite:hover,
a.naechsteSeite:link,
a.naechsteSeite:visited {
	background-image: URL('../images/icon/icon_arrowbubble.gif');
	background-position: right;
	background-repeat: no-repeat;
	margin-left: 30px;
	padding-right: 20px;
	text-decoration: underline;
}

a.zurueckSeite:active,
a.zurueckSeite:hover,
a.zurueckSeite:link,
a.zurueckSeite:visited {
	background-image: URL('../images/icon/icon_arrowbubble_back.gif');
	background-position: left;
	background-repeat: no-repeat;
	margin-right: 30px;
	padding-left: 20px;
	text-decoration: underline;
}

a.linklistexpose:active,
a.linklistexpose:hover,
a.linklistexpose:link,
a.linklistexpose:visited {
	background-image: URL('../images/icon/icon_arrowbubble.gif');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 18px;
	text-decoration: underline;
}

.fastimglist a.arrow:active, 
.fastimglist a.arrow:hover, 
.fastimglist a.arrow:link, 
.fastimglist a.arrow:visited {
	background-image: URL('../images/icon/icon_arrowbubble.gif');
	background-position: left;
	background-repeat: no-repeat;
	font-weight: normal;
	margin-left: 0px;
	padding-left: 15px;
	text-decoration: underline;
}





/* Accordion Panel */
.accordion
{
	padding: 10px 10px 0 10px;
}
.accordionhead {
	cursor: pointer;
	display: block;
	padding: 5px 5px 0 0;
	height: 20px;
	margin: 0 0 0 0;
	width: 595px;
	line-height: 15px;
}

.accordionhead_xxl {
    width:950px;
}

.accordionhead .accordprefix, .accordionhead h4 {
	float: left;
	padding: 0 0 0 0;
}

.accordionhead h4 {
	margin-left: 10px; 
}

.accordionhead .accordsuffix {
	float: right;
}

.accordionhead .accordsuffix .statusicon {
	padding: 2px 0 0 0;
}

.accordionContent {
	background-color: #ffffff;
	border-top: none;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: none;
}

.accordionContent td, .accordionContent div {
	font-size: 11px;
}

.accordionContent .sel label {
	color: #333;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 180px;
}

.accordionContent .list {
	float: left;
	overflow-x: auto;
	overflow-y: auto;
	padding: 10px 0 10px 24px;
}

.accordionContent .list label {
	float: left;
	font-size: 11px;
	height: auto;
	line-height: 15px;
	margin: 5px 10px 0 0;
	padding-left: 5px;
	text-align: left;
	width: 180px;
}

.accordionContent .list input[type="checkbox"] {
	background-color: transparent;
	border: 0 none;
	float: left;
	height: auto;
	margin: 5px 10px 0 0;
	padding-top: 10px;
	width: 15px;
}

.accordionContent .modsleft {
	width: 275px;
	float: left;
}

.accordionContent .modsright {
	width: 275px;
	float: right;
}

.accordionContent .sel span {
	font-size: 13px;
	height: 24px;
	line-height: 23px;
}

.accordionContent .sel input[type="radio"] {
	border: none;
	margin-top: 5px;
	width: 20px;
}

.accordion .box_01 {
	margin: 10px 10px 0px 10px;
}

.accordion .box_01 .boxtop {
	width: 615px;
}
.accordion .box_01 .boxbottom {
	zoom: 1;
}


/*  ------------------------------   FAST End   -------------------------------------*/


/*--- feedback start ---*/

.checkbox_labeled {
	float:left;
	width: 127px;
}

.feedback input {
	background-color: transparent;
	border: 0px;
	float: left;
	width: 17px;
}

.feedback .checkbox {	
	background: transparent;	
	border: 0 none;
	float: left;
	height: 14px;
	padding-top: 6px;
	vertical-align: middle;
	width: 260px;
}

.feedback .checkbox1 {	
	background: transparent;	
	border: 0 none;
	float: left;
	padding-top:6px;
	padding-bottom: 3px;
	width: 100%;
}

.feedback .checkbox1 .sml {
	line-height: 14px;
}

.feedback .checkbox label {
	float: left;
	font-size: 12px;
	height: 15px;
	line-height: 14px;
	text-align: left;
	width: 90px;
}

.feedback .checkbox1 label {
	float: left;
	font-size: 12px;
	height: 15px;
	line-height: 14px;
	text-align: left;
	width: 90px;
}

.feedback textarea {
	margin: 0;
	padding: 0;
}


.form_short {
    float: left;  
    width: 100px;
}

.label_short {
    float: left;  
    line-height: 27px;
    width: 123px;
}

/*--- feedback end ---*/


/*.highfirstbegin .button3 .buttonstart {
     /*clear: both;
   background: transparent url(../images/icon/icon_arrowbubble.gif) no-repeat scroll left top;
    color: #666666;
    font-family: verdana,helvetica,sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0 20px 0 35px;
    width: 20px;
}           */

.mainbodyvisited,
.mainbody,
.highbody {
    float: left;
    padding: 0 20px 0 0;
}


.gesuchsliste {
    padding: 0 0 0 20px;
}

.gesuchsliste .bottomnavi {
    border-top: 1px solid #ccc;
}

.gesuchsliste .datum {
    height: 20px;
}

.gesuchsliste .ergebnisliste {
    min-height: 120px;
}

.gesuchsliste .gesuchstext {
    width: 100%;
}

.gesuchsliste h4 {
    padding: 10px 0 5px 0;
	text-decoration: none;
}

.gesuchsliste .noresult {

}

.gesuchsliste .searchlink {
    padding: 50px 0 0 0;
}

.gesuchsliste .topnavi {
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.gesuchedetail caption, .gesuchedetail th, .gesuchedetail td {
	font-weight:normal;
	padding:2px 0 0 0 ;
	text-align:left;
	vertical-align:top;
}

.gesucheinfo .formcontainer_01 .label_01 {
	width:250px;
}

.gesucheinfo .formcontainer_08 .label_08 .radiogesuche input {
	background-color:transparent;
	border:0px;
	margin:6px 5px 0px 0px;
	width:13px;
}

.gesucheinfo .formcontainer_08 .label_08 {
	line-height:20px;
}

.gesucheinfo .radiogesuche label {
	float:left;
	font-size: 12px;
	height:15px;
	line-height:14px;
	text-align:left;
	width: 120px;
}

.gesucheinfo .radiogesuche input {
	background-color:transparent;
	border:0px;
	margin:2px 5px 0px 0px;
	width:13px;
}

.horizont_list ul li {
	color: #666666;
	font-family: verdana,helvetica,sans-serif;
	float: left;
	line-height: 18px;
	list-style-image: url(../images/icon/icon_arrowbubble.gif);
	list-style-type: none;
	margin: 6px 10px 0 20px;
	padding: 0 20px 0 0;	
}

.login input {
	margin: 0;
}

.login_01 input,
.login_02 input,
.label_login_01 {
 width: 180px;
}

.form_login_01 input,
.form_login_02 input {
display: block;
float: left;
font-size: 14px;
color: #333333;
width: 170px;
}


/* ---- Merkzettel ---- */

.box_tabbed .ergebnisliste .boxcontent {
    border: none;
}

.merkzettel h4 {
	padding: 5px 0px 0px 0px;
}

.merkzettel .deletelink {
	font-weight:bold;
}
    	
.merkzettel .merkerthumbnail {
	padding:8px 0 0 0;
}   

.merkzettel .price {
	text-align:right;
}

.topnavi,
.meine_anzeigen .topnavi,
.merkzettel .topnavi {
	border-bottom:1px solid #ccc;
	height:20px;
}  

.merkzettel .topnavi input {
	background-color:#FFF;
} 
.bottomnavi, 
.meine_anzeigen .bottomnavi,
.merkzettel .bottomnavi {
	border-top:1px solid #ccc;
	height:20px;
} 


.merkzettel .bottomnavi input {
	background-color:#FFF;
} 

.merkzettel .merken input {
	background-color:transparent;
	border:0px;
	margin:2px 5px 0px 0px;
	width:13px;
} 

.navigationsliste input,
.navigationsliste {
    background: #fff;
    border: 0;
}

.navigationsliste .blendin {
	line-height:27px;
}
.navigationsliste .formcontainer_01 .label_01 {
	line-height:27px;
	width:135px;
}
.navigationsliste .formcontainer_01 .form_01 {
	margin:0px 20px 0 0;
	width:30px;
}
.navigationsliste .formcontainer_01 .button_01 {
	margin-top: 2px;	
}


/* ---- Merkzettel Ende ---- */

/*  ---- Topobjekt Begin ---- */


.topobjekt a.ad:active, 
.topobjekt a.ad:hover, 
.topobjekt a.ad:visited, 
.topobjekt a.ad:link {
	text-decoration: none;
}

.topobjekt .onlineid {
	color: #999900;
	font-size: 11px;
	font-weight: bold;
}

.topobjekt .wginfos,
.topobjekt .anschrift {
	float: left;
}

.topobjekt .preis {
	font-weight: bold;
}

.topobjekt .merker {
	text-align: right;
}
/*  ---- Topobjekt End ---- */


/*--- forms start ---*/
label, input, select, textarea {
	display: block;	
	float: left;
	font-size: 13px;
	margin: 2px;
    font-family: verdana,helvetica,sans-serif;
	width: 200px;
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
	clear: left; 
}

input, textarea { 
	background: #f1f1f1;	
	border: 1px solid #999a00;
	color: #333;	
	padding: 2px;
}

input[type=hidden] {  
    display: none;
}

.radio_btn_label input,
.checkbox_label input {
    background: none;
    border: none;
    width: 20px;
    }

.pagecontent {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 54px;
	width: 960px;
}

.paragraphs p {
	padding-bottom: 7px;
}

.suchkriterien input[type=radio] {
    width: 20px;
    border: none;
}

.radio {	
	background: transparent;	
	border: 0 none;
	float: left;
	height: 24px;
	vertical-align: middle;
	width: 20px;
}

.checkbox {
	background: transparent;
	border: 0 none;
	float: left;
	height: 14px;	
	margin: 8px 0 0 4px;
	vertical-align: middle;
	width: 14px;
	}
	
select  {	
	background: #f1f1f1;
	border: 1px solid #999a00;	
	color: #333;	
	padding: 2px;
	width: 206px;
	}
	
label {		
	color: #333;
	display: block;	
	float: left;
	font-weight: normal; 
	height: 24px;	
	line-height: 23px;	
	margin-right: 0.5em;
	text-align: right;	
	vertical-align: middle;
	width: 200px;
	}
	
.radio_btn_label label,
.checkbox_label label { 	
	line-height: 16px;	
	text-align: left;
	}
	
.radio_btn_label label { 
    height: 16px;
    width: 400px; 
    }

.checkbox_label label { 
    padding-bottom: 10px;
    width: 280px;
    padding-right: 20px;
    }

/*--- forms end ---*/	



.headline {
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
}

.logo_wg {
	float: left;
	height: 100px;
	width: 350px;
}

.logo_wg .print img {
	width: 0px;
}

/*--- navi start ---*/
.navi {
    float: right;
	height: 130px;
	padding: 0 10px 0 0;	
	width: 664px;
}

.navi li {
	border-right: 1px solid #999;
	display: inline;
	margin: 0;
	padding: 0 6px;
}

.navi .primaer {
	height: 100px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute;	
	left: 456px;
	top: 30px;
	width: 568px;
	z-index: 200;
}

.navi .sekundaer  {
	font-size: 11px;
	height: 30px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.navi .sekundaer  ul {
	float: right;
	list-style-type: none;
	padding: 10px 0 0 0;
}
/*--- navi end ---*/


/*--- popup start ---*/

#popup_content {
	clear: both;
	line-height: 16px;
	height: 100%;
	margin: 20px 30px 20px 30px;
	max-width: 1000px;	
	padding: 0px;
}

#popup_header {
	background: transparent url(../images/background/bg_header_popup.gif) repeat-x;
	height: 80px;
	width: 100%;
}

#popup_wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
}

.closercontainer {
	float: right;
	position: absolute; 
	right: 13px;
	top: 5px;	
}

.closercontainer img {
	border: 0px;
	margin: 0;
	padding: 0;
}

.popup_body {
	background-color: #fff;
}

.popup_body h1 {
	padding-bottom: 10px;
	padding-top: 10px;
}

.popup_inner {
	height:100%;
}

.popup_logo {
	border: 0px;
	height: 80px;
	margin-left: 5px;
	padding: 0;	
	width: 249px;	
}

/*--- popup end ---*/

.postit_anbieter {   
	left: 45px;
    position: absolute;	
	top: 409px;
	z-index: 550;
}

.postit_sucher {
	left: 405px;
    position: absolute;	
	top: 409px;
	z-index: 550;
}

.postit_ratgeber {
	left: 45px;
    position: absolute;	
	top: 1038px;
	z-index: 550;
}

.postit_suche {
	left: 285px;
    position: absolute;	
	top: 212px;
	z-index: 550;
}

.postit_biete {
	left: 405px;
    position: absolute;	
	top: 409px;
	z-index: 550;
}

.search_02 {
    float: left;
}

.search_02 input {   
    clear: both;
    float: left;
}

.search_02 .label_01 {
    color: #333333;
    display: block;
    float: left;
    font-weight: normal;
    height: 24px;
    line-height: 23px;
    margin-right: 0.5em;
    text-align: right;
    vertical-align: middle;
    width: 200px;
}

.search_02 span.comment {
    clear: both;
    float: left;
	font-size: 11px;
}

.search_03 {
    float: left;
    padding: 28px 0 0 10px; 
    width: 100px;
}

.stadteilsuche input[type=checkbox]{ 
    float: left;
    height: 24px; 
    width: 20px; 
}
                   
.stadteilsuche td {
    float: left;
    width: 220px;  
}

.stadteilsuche label {   
    color: #333333;
    /*display: block;*/
    float: left;
    font-weight: normal;
    font-size:13px;
    height: auto;
    line-height: 23px;
    margin-right: 0.5em;
    text-align: left;
    width: 180px;
}

.preferredcontact span {
    display: block;
    overflow: visible;
    height: 24px;
    width: 430px;
}

.preferredcontact label { 
    font-size: 13px;
    text-align: left;
    width: 390px;
}

.preferredcontact input {
    background: none;
    border: none;
    clear: both;
    height: 26px;
    float: right;
    width: 16px;
}

.preferredcontactbox {
    clear: both;
    float: left;    
    height: 120px;
}

.contactcomment {
    clear: both;
    height: 20px;
}

.progressbar {
    background: transparent url(../images/icon/icon_arrowbubble.gif) no-repeat scroll left top;
    color: #666666;
    font-family: verdana,helvetica,sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0 20px 0 15px;
}

.progressbar .az2 {
    padding: 0px 6px 0px 0px;    
}

.gesuchserfassung h1,
.such_erfassung h1 {
padding: 6px 0px 20px 0px;
}

.such_erfassung .mainbody,
.such_erfassung .highbody,
.such_erfassung .mainbodyvisited {
    float: left;
    padding: 0 20px 0 0;
}

.step_01 td p {
float: left;
height: 25px;
line-height: 27px;
width: 200px;
}

.step_01 td input {
float: left;
width: 200px;
}

.step_01 {
font-size: 13px;
}

.step_01 td span {
width: 100%;
clear: both;
float: left;
padding: 0 0 0 200px;
}

.step_01_2 input[type=radio]{ 
background: transparent;
float: right;
height: 24px;
width: 20px;  
}

.step_01_2 label {
font-size: 13px;
text-align: left;    
}

.step_01_3 td {
vertical-align:top;
width: 200px;
}

.step_01_3 td span {
clear: both;
float: left;
padding: 0 0 0 0px;
}

.step_02_1 ul li {
    list-style-type: none;
}

.suchkriterien strong {
    line-height: 16px;
}

.suchkriterien .arrowlist ul {
    float: left;
    width: 220px;
}

.servicelinks .arrowlist ul {
    float: left;
    width: 700px;
}

.suchnavi ul li {
	list-style-image:url(../images/icon/icon_arrowbubble.gif);
	color: #666;
	font-family: verdana,helvetica,sans-serif;
	line-height: 18px;
	list-style-type: none;
	margin: 6px 10px 0px 20px;
	padding: 0px 20px 0px 0px;
}

.suchkriterien {
    
}

.suchkriterien {
    
}

.userdata {
}

.userdata_formcontainer td {
width: 220px;
}

.userdata_formcontainer input {
background: transparent;
border: 0px;
float: right;
height: 26px;
margin: 0px 12px 0px 0px;
width: 16px;
}

.userdata_formcontainer label {
float: left;
font-size: 13px;
margin: 0;
text-align: left;
width: 150px;
}


.wg_search .alert {
    position: relative;
}

.wg_search ul {
	float: left;
	list-style-type: none;
    width: 540px;	
}

.teaser_01 {
    background: transparent url(../images/background/bg_teaser_01_li.gif) no-repeat left top;
    height: 102px;
    width: 100%;
}

.teaser_01_inner {
    background: transparent url(../images/background/bg_teaser_01_re.gif) no-repeat right top;
    height: 110px;
}

.teaser_01_inner h5 {
    padding: 20px 0 0 25px;
}

.teaser_01_inner .left {
    padding: 5px 0 0 25px;
}

/*--- statistic start ---*/
/* statistic clandar */
.statistic .boxwhitepadding {
    display: none;
}

.statistic .cal_table_header {
    table-layout: fixed;
    padding: 0px;
    margin: 0px;  
}

.statistic .cal_div_kalenderContainer_border {
    border: 1px solid #d3d3d3; 
    float: left;
    padding: 0px 0px 10px 0px;
    margin: 0 20px 0 0;
    width: 200px;
}

.statistic .cal_div_kalenderContainer {
    padding: 3px;
}

.cal_table_subheader {
    background: #FCF6BF;
    border: 1px solid;
    border-color: #FCF6BF #000 #000 #000;
}


.statistic .cal_td_header_tab,
.statistic .cal_td_header_tab_selected {
    font-size: 11px;
    padding: 3px 0 3px 0;
    text-align:center;
}

.statistic .cal_td_header_tab {
    border-color: #ccc #ccc #000;
    border-style: solid;
    border-width: 1px;
}

.statistic .cal_td_header_tab_selected {
background-color: #FCF6BF;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-top: 1px solid #000000;
font-weight: bold;
}

.statistic .cal_td_subheader, 
.statistic .cal_td_nav_toright, 
.statistic .cal_td_nav_toleft {
    background-color: #FCF6BF;
    font-size: 11px;
    padding-bottom: 3px;
    padding-top: 3px;
    text-align: center;
}

.statistic .cal_td_nav_toleft {
    background-image: url(../images/icon/icon_blaetternaktivback.gif);
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none;
}

.statistic .cal_td_nav_toright {
    background-image: url(../images/icon/icon_blaetternaktivnext.gif);
    background-position: center center;
    background-repeat: no-repeat;
}

.statistic .cal_td_main, 
.statistic .cal_td_main_selected {
    background-color: #fff;
    border: 1px solid black;
    border-collapse: collapse;
    color: #666666;
    font-size: 11px;
    padding: 1px 0 1px 0px;
    margin: 0 0 0 1px;
    widtH: 193px;
    text-align: center;
}

.statistic .cal_td_disable, 
.statistic .cal_td_disable a {
    background-color: #f1f1f1;
    border: 1px solid #000;
    color: #c1c1c1;
    font-size: 11px;
    padding-bottom: 1px;
    padding-top: 1px;
    text-align: center;
    text-decoration: none;
}

.statistic .cal_td_main_selected {
    background-color: #cdcc00;
    font-weight: bold;
}

.statistic .boxbutton {
padding-left: 50px;
}
/*--- statistic end ---*/
.wganzeige {
    padding: 0 0 0 0;
}

.zimmersuche_form {

}

.zimmersuche_form .alert ul li {
    list-style: none;    
    text-decoration: none;     
}

.zimmersuche_form.formular {       

}



/*--- alignment
-------------------------------------------------------------------*/
.clear {
	clear: both;
}

.center {		/* centered effect ONLY on block-level elements */
	margin: 0 auto;
}	
	
.left {
	float: left;
}

.right {
	float: right;
}

.top {
    vertical-align: top;
}

.middle{
    vertical-align: middle; 
}

.bottom {
    vertical-align: bottom;
}

/*--- grids ---*/
.grid_04o16,
.grid_05o16,
.grid_06o16,
.grid_08o16 ,
.grid_10o16,
.grid_12o16,
.grid_16o16 {
	display: inline; 
	float: left;
    margin: 0 20px 0 0;
	padding: 0; 
}
	
.grid_04o16 { width: 220px; }
.grid_05o16 { width: 280px; }
.grid_06o16 { width: 340px; }
.grid_08o16 { width: 460px; }
.grid_10o16 { width: 580px; }
.grid_12o16 { width: 700px; }
.grid_16o16 { width: 940px; }

/*--- height ---*/
.h_001,
.h_005,
.h_010,
.h_020,
.h_040,
.h_050 {  
    clear: both;
    font-size: 1px;
    line-height: 1px;
}

.h_001 { height:  1px; }
.h_005 { height:  5px; }
.h_010 { height: 10px; }
.h_020 { height: 20px; }
.h_040 { height: 40px; }
.h_050 { height: 50px; }
.h_080 { height: 80px; }

/*--- width ---*/
.w_002,
.w_005,
.w_010,
.w_017,
.w_020,
.w_030,
.w_040,
.w_050,
.w_070,
.w_090,
.w_100,
.w_105,
.w_110,
.w_120,
.w_125,
.w_145,
.w_150,
.w_165,
.w_180,
.w_200,
.w_210,
.w_218,
.w_220,
.w_245,
.w_250,
.w_272,
.w_300,
.w_350,
.w_384,
.w_400,
.w_430,
.w_450,
.w_485,
.w_520,
.w_545,
.w_550,
.w_625,
.w_700,
.w_900,
.w_940,
.w_max {
	float: left;    
    margin: 0;
	padding: 0;
    }



.w_002 { width: 2px;   }
.w_005 { width: 5px;   }	
.w_010 { width: 10px;  }
.w_017 { width: 17px;  }
.w_020 { width: 20px;  }
.w_030 { width: 30px;  }
.w_040 { width: 40px;  }
.w_050 { width: 50px;  }
.w_070 { width: 70px;  }
.w_090 { width: 90px;  }
.w_100 { width: 100px; }
.w_105 { width: 105px; }
.w_110 { width: 110px; }
.w_120 { width: 120px; }
.w_125 { width: 125px; }
.w_145 { width: 145px; }
.w_150 { width: 150px; }
.w_165 { width: 165px; }
.w_180 { width: 180px; }
.w_200 { width: 200px; }
.w_210 { width: 210px; }
.w_218 { width: 218px; }
.w_220 { width: 220px; }
.w_245 { width: 245px; }
.w_250 { width: 250px; }
.w_272 { width: 272px; }
.w_300 { width: 300px; }
.w_350 { width: 350px; }
.w_384 { width: 384px; }
.w_400 { width: 400px; }
.w_430 { width: 430px; }
.w_450 { width: 450px; }
.w_485 { width: 485px; }
.w_520 { width: 520px; }
.w_545 { width: 545px; }
.w_550 { width: 550px; }
.w_700 { width: 700px; }
.w_900 { width: 900px; }
.w_940 { width: 940px; }
.w_max { width: 100%; }

/*--- modules
-------------------------------------------------------------------*/
/*--- boxes ---*/
/*--- box_01 ---*/
.box_01 {
	background: transparent url(../images/module/box_01_tl.gif) no-repeat left top;
	margin: 0;	
	padding: 0;
	width: 100%;	
}

.box_01  .boxtop {
	background: transparent url(../images/module/box_01_tr.gif) no-repeat right top;
}
	
.box_01 .boxcontent {	
	border-color: #d3d3d3;	
	border-style: solid;	
	border-width: 0 1px;	
	margin: 0px;
	padding: 0 15px 6px 15px;
	overflow: hidden;
	position: relative;
}

.box_01 .boxbottom {	
	background: transparent url(../images/module/box_01_bl.gif) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
} 
	
.box_01 .boxbottom .inner {	
	background: transparent url(../images/module/box_01_br.gif) no-repeat right bottom;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 9px;
	line-height: 9px;
}	

.box_01 .bd  {
	line-height: 18px;
	}
	
.box_01 .hd  {
	padding: 0 0 10px 0;
	}

	
/*--- box_02 ---*/
.box_02 {
	background: transparent url(../images/module/box_02_tl.gif) no-repeat left top;
	margin: 0;	
	padding: 0;
	width: 100%;	
}

.box_02  .boxtop {
	background: transparent url(../images/module/box_02_tr.gif) no-repeat right top;
}
	
.box_02 .boxcontent {
	background: #f1f1f1;
	border-color: #d3d3d3;	
	border-style: solid;	
	border-width: 0 1px;	
	margin: 0;
	padding: 0 15px 6px 15px;
	overflow: hidden;
}

.box_02 .boxbottom {	
	background: transparent url(../images/module/box_02_bl.gif) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
}
	
.box_02 .boxbottom .inner {	
	background: transparent url(../images/module/box_02_br.gif) no-repeat right bottom;
	margin: 0px;
	padding: 0px;
	height: 9px;
	line-height: 9px;
}	

.box_02 .bd  {
	line-height: 18px;
	}
	
.box_02 .hd  {
	padding: 0 0 10px 0;
	}

	
/*--- box_03 ---*/
.box_03 {
	background: transparent url(../images/module/box_03_tl.gif) no-repeat left top;
	margin: 0;	
	padding: 0;
	width: 100%;	
}

.box_03  .boxtop {
	background: transparent url(../images/module/box_03_tr.gif) no-repeat right top;
}
	
.box_03 .boxcontent {	
	background: #fff url(../images/module/box_03_bg.gif) repeat-x right top;
	border-color: #d3d3d3;	
	border-style: solid;	
	border-width: 0 1px;	
	margin: 0px;
	padding: 0 15px 6px 15px;
	overflow: hidden;
}

.box_03 .boxbottom {	
	background: transparent url(../images/module/box_03_bl.gif) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
}
	
.box_03 .boxbottom .inner {	
	background: transparent url(../images/module/box_03_br.gif) no-repeat right bottom;
	margin: 0px;
	padding: 0px;
	height: 9px;
	line-height: 9px;
}	

.box_03 .bd  {
	line-height: 18px;
	}
	
.box_03 .hd  {
	font-family: georgia, geneva, sans-serif; 
	font-size: 15px;
	padding: 0 0 10px 0;
	}
	
/*--- box_04 ---*/
.box_04 {
	background: transparent url(../images/module/box_04_tl.gif) no-repeat left top;
	margin: 0;	
	padding: 0;
	width: 100%;	
}

.box_04  .boxtop {
	background: transparent url(../images/module/box_04_tr.gif) no-repeat right top;
}
	
.box_04 .boxcontent {	
	background: #cdcc00;
	border-color: #cdcc00;	
	border-style: solid;	
	border-width: 0 1px;	
	margin: 0px;
	padding: 0 15px 6px 15px;
	overflow: hidden;
}

.box_04 .boxbottom {	
	background: transparent url(../images/module/box_04_bl.gif) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
}
	
.box_04 .boxbottom .inner {	
	background: transparent url(../images/module/box_04_br.gif) no-repeat right bottom;
	margin: 0px;
	padding: 0px;
	height: 9px;
	line-height: 9px;
}	

.box_04 .bd  {
	line-height: 18px;
	}
	
.box_04 .hd  {
	font-family: georgia, geneva, sans-serif; 
	font-size: 15px;
	padding: 0 0 10px 0;
	}
	
/*--- box_05 ---*/
.box_05 {
	background: transparent url(../images/module/box_05_bg.gif) repeat-x left top;
	margin: 0;	
	padding: 0;
	width: 100%;	
}

.box_05  .boxtop {
}
	
.box_05 .boxcontent {		
	margin: 0px;
	padding: 0 15px 6px 15px;
	overflow: hidden;
	border: none;
}

.box_05 .boxbottom {	
}
	
.box_05 .boxbottom .inner {	
}	

.box_05 .bd  {
	line-height: 18px;
	}
	
.box_05 .hd  {
	font-family: georgia, geneva, sans-serif; 
	font-size: 15px;
	padding: 0 0 10px 0;
}	

.box_06 {
    background: #f1f1f1;
    border: 1px solid #d2d2d2;
    line-height: 24px;
    padding: 20px;
}

.box_inner {
    background: transparent url(../images/module/box_03_bg.gif) repeat-x left top;
    padding: 0 15px 0 15px;     
}

/*--- box_tabbed start ---*/
.box_tabbed {
	margin: 0;	
	padding: 0;
	width: 100%;	
}

.box_tabbed .boxtop {

}
	
.box_tabbed .boxcontent {	
	border-color: #d3d3d3;	
	border-style: solid;	
	border-width: 0 1px;	
	margin: 0px;
	padding: 0 15px 6px 15px;
	overflow: hidden;
	position: relative;
}

.box_tabbed .boxbottom {	
	background: transparent url(../images/module/box_01_bl.gif) no-repeat left bottom;
	margin: 0px;
	padding: 0px;
}
	
.box_tabbed .boxbottom .inner {	
	background: transparent url(../images/module/box_01_br.gif) no-repeat right bottom;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 9px;
	line-height: 9px;
}	

.box_tabbed .bd  {
	line-height: 18px;
	}
	
.box_tabbed .hd  {
	font-family: georgia, geneva, sans-serif; 
	font-size: 15px;
	padding: 0 0 10px 0;
	}

.box_tabbed .tab_right,	
.box_tabbed .tab_left {
    height: 56px;
}

.tab_left ul {
    float: left;
    width: 100%;
    height: 25px;
}	

.tab_left ul li {
    float: left;
    list-style-type: none;
    margin: 0 5px 0 0px;
    padding: 0 0 0 0;
    text-align: center;
}	

.tab_right ul {
    float: right;
    height: 25px;
}	

.tab_right ul li {
    float: left;
    list-style-type: none;
    margin: 0 0px 0 5px;
    padding: 0 0 0 0;
    text-align: center;
}	

.box_tabbed .tab_left .line {
    background: transparent url(../images/background/bg_tabbed_line_left.gif) no-repeat right bottom; 
    float: left;
    height: 56px; 
    width: 100%;    
}

.box_tabbed .tab_right .line {
    background: transparent url(../images/background/bg_tabbed_line_right.gif) no-repeat left bottom; 
    float: left;
    height: 56px; 
    width: 100%;    
}

.box_tabbed .tabs {     
    height: 25px;  
    width: 100%;
}


.box_tabbed .tab_left .end {
    background: transparent url(../images/background//bg_tabbed_end.gif) no-repeat left bottom;  
    height: 56px; 
}

.box_tabbed .tab_right .end {
    background: transparent url(../images/background//bg_tabbed_end.gif) no-repeat right bottom;  
    height: 56px; 
} 

.tabreiter_off {
    background: transparent url(../images/background/bg_tab_inactive_li.gif) no-repeat left top;
    color: #000;
    float: left;
    height: 25px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.tabreiter_off span {
    background: transparent url(../images/background/bg_tab_inactive_re.gif) no-repeat left top;
    background-position: right top;
    background-repeat: no-repeat;
    display: inline-block;
    height: 25px;
    margin: 0;
    padding: 5px 20px;
}

.tabreiter_on {
    background: transparent url(../images/background/bg_tab_active_li.gif) no-repeat left top;
    float: left;
    height: 25px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.tabreiter_on span {
    background: transparent url(../images/background/bg_tab_active_re.gif) no-repeat left top;
    background-position: right top;
    background-repeat: no-repeat; 
    display: inline-block;
    height: 25px;
    margin: 0;
    padding: 5px 20px;       
}

/*--- box_tabbed end ---*/
.box_border {
    border: 1px solid #d3d3d3;
    float: left;     
    padding: 10px;
    width: 660px;
}
	
/*--- box end ---*/

/*--- buttons start---*/
.button_01 {
    min-width: 50px;   
    display: block;   
}

.button_01  .start {
	background: transparent url('../images/module/module_buttonsprite.gif') no-repeat 0px 0px;
	float: left;
	height: 24px;	
	width: 10px;
}

.button_01 a {
	background: transparent url('../images/module/module_buttonsprite.gif') repeat-x left -24px;
	color: #333;
	float: left;
	padding: 3px 0px 3px 0px;
	text-decoration: none;	
}                                                                                                              

.button_01 input {
	background: transparent url('../images/module/module_buttonsprite.gif') repeat-x left -24px;
	border: none;
	color: #333;   
	cursor: pointer;
	float: left;
	height: 24px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 3px 0px;
	text-decoration: none;	
	width: auto;
}
	
.button_01 .end {
	background: transparent url('../images/module/module_buttonsprite.gif') no-repeat right 0px;
	float: left;
	height: 24px;	
	width: 10px;	
}

.button_02 {
    min-width: 50px;   
    display: block;   
}
.button_02  .start {
	background: transparent url('../images/module/module_buttonsprite.gif') no-repeat 0px -48px;
	float: left;
	height: 24px;	
	width: 10px;
	}

.button_02 a {
	background: transparent url('../images/module/module_buttonsprite.gif') repeat-x 0px -72px;
	color: #333;
	float: left;
	padding: 3px 0px 3px 0px;
	text-decoration: none;	
	}
	

.button_02 input {
	background: transparent url('../images/module/module_buttonsprite.gif') repeat-x left -72px;
	border: none;
	color: #333;   
	cursor: pointer;
	float: left;
	height: 24px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 3px 0px;
	text-decoration: none;	
	width: 140px;
}	
.button_02 .end{
	background: transparent url('../images/module/module_buttonsprite.gif') no-repeat right -48px;
	float: left;
	height: 24px;	
	width: 10px;	
	}
/*--- buttons end ---*/

/*--- lines ---*/
.line_01 {
	border-top: 1px dashed #d1d080;
    font-size: 0.1px;
    line-height: 0.1px;
	margin: 10px 0 0px 0;
	padding: 0 0 0 0;
	}	

.line_02 {
	border-top: 1px solid #d3d3d3;
    font-size: 0.1px;
    line-height: 0.1px;
	margin: 10px 0 0px 0;
	padding: 0 0 0 0;
	}	
	
.line_03 {
	border-top: 1px solid #f1f1f1;
    font-size: 0.1px;
    line-height: 0.1px;
	margin: 10px 0 0px 0;
	padding: 0 0 0 0;
	}	
		
/*--- linklist ---*/
.linklist ul {
    float: left;  
    list-style-type: none;
    width: 222px;  
}

.linklist li {	
    background: transparent url(../images/module/module_bullet.gif) no-repeat left top;
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 0px 0px;
}

.linklist li:before {
}

.indexlinklist ul {
    float: left;  
    list-style-type: none;
    width: 180px;  
}

.indexlinklist li {	
    background: transparent url(../images/module/module_bullet.gif) no-repeat left top;
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 0px 0px;
}

.stadtteillinklist ul {     
    float: left;  
    list-style-type: none;
    width: 233px;  
}

.stadtteillinklist li {	
    background: transparent url(../images/module/module_bullet.gif) no-repeat left top;
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 0px 0px;
}

.wohnungsmarktlinklist ul {     
    float: left;  
    list-style-type: none;
    width: 300px;  
}

.wohnungsmarktlinklist li {	
    background: transparent url(../images/module/module_bullet.gif) no-repeat left top;
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 0px 0px;
}

.indexlinklist li:before {
}

.nobullett li {
    list-style-type: none;
}

.arrowlist ul li {
	list-style-image:url(../images/icon/icon_arrowbubble.gif);
	color: #666;
	font-family: verdana,helvetica,sans-serif;
	line-height: 18px;
	list-style-type: none;
	margin: 0px 10px 0px 20px;
	padding: 0px 0px 0px 0px;
}

/*--- sitemap ---*/
.sitemap ul, .unsubscribe ul  {
    list-style-type: none;
    width: 800px;  
}

.sitemap li, .unsubscribe li {	
    background: transparent url(../images/module/module_bullet.gif) no-repeat left top;
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 0px 0px;
}

/*--- typo
-------------------------------------------------------------------*/
.alert {
    color: #ff0000;
    font-size: 13px; 
    font-weight: bold;
    line-height: 20px;
}
.alert ul li {    
    list-style: none;    
    text-decoration: none;  
}

.color
.color_001 { color: #ffffff; }	/* white */
.color_002 { color: #cdcc00; }	/* green */
.color     { color:#999900;  }  /* darkgreen */
.color_002 { color: #ededed; }	/* light gray */
.color_003 { color: #999999; }	/* gray */
.color_004 { color: #333333; }	/* dark gray */

h1 {
	color: #666;
	font-size: 18px;
	margin: 0;
	padding: 20px 0;
}

h2 {
	color: #666;
	font-size: 15px;
	margin: 0;
	padding: 10px 0;
}

h3 {
	color: #666;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

h4 {
	color: #333;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

h5 {
	color: #999900;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h6 {
	color: #999900;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h7 {
	color: #999900;
	font-family: trebuchet ms,helvetica,sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0;
}
	
.sml {
	font-size: 11px;   
}


/*--- link behavior 
-------------------------------------------------------------------*/
a:visited, 
a:link, 
a:active {
	color: #333;
    text-decoration: underline;
}

.boxcontent h2 a
{
    color: #666;
    text-decoration: none;    
}

.button_01 a:visited, 
.button_01 a:link, 
.button_01 a:active {
	color: #333;
	height: 18px;
	text-decoration: none;
}

.button_02 a:visited, 
.button_02 a:link, 
.button_02 a:active {
	color: #333;
	height: 18px;
	text-decoration: none;
}

.breadcrumb a:visited,
.breadcrumb a:link, 
.breadcrumb a:active,
.button_01 a:hover {
	color: #666;
	text-decoration: none;
	}

.button_02 a:hover {
	color: #999;
	text-decoration: none;	
	}	

a.closertext,
a:active.closertext,
a:link.closertext,
a:visited.closertext {
	color: #fff;
	font-size: 11px;
	line-height: 13px;
	text-decoration: underline;	
	vertical-align: middle;
}

a:hover.closertext {
	text-decoration: none; 
}

.exposeblaettern a {
	color: #fff;
	font-weight: bold;
}

.exposeblaettern a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.findnow{
    float: right;
    margin-left: 5px;      
}

.gesuchsliste h4 a {
	text-decoration: none;
}

.linklist a:visited, 
.linklist a:link, 
.linklist a:active  {
	color: #333;
	text-decoration: underline;
}

.footerbox a:visited, 
.footerbox a:link, 
.footerbox a:active,
.navi li a:link, 
.navi li a:visited, 
.navi li a:active{
	color: #999;
	font-weight: normal;
	text-decoration: none;
}

a:hover,
.breadcrumb a:hover,
.footerbox a:hover,
.linklist li a:hover,
.logo_wg a:hover,
.progressbar .mainbody .buttonbody a:hover, 
.navi li a:hover {
	color: #cdcc00;
	text-decoration: underline;
}

.boxcontent h2 a:hover {
	color: #cdcc00;
}

.progressbar .highbody .buttonbody a {
    cursor: pointer;
    padding: 0px 2px; 
    text-decoration: underline;
}
.progressbar .mainbodyvisited .buttonbody a,
.progressbar .mainbody .buttonbody a {
    cursor: pointer;
    text-decoration: none;
}


.statistic .cal_td_nav_toleft a {
    text-decoration: none;
}

.statistic .cal_td_nav_toright a {
    text-decoration: none;
}

.statistic a.link1 {
    font-weight: bold;
    text-decoration: none;
}

.tabreiter_off  a:visited, 
.tabreiter_off  a:link, 
.tabreiter_off  a:active {

    text-decoration: none;
    cursor: pointer;
}

.tabreiter_on  a:visited,   
.tabreiter_on  a:link, 
.tabreiter_on  a:active {  color: #999;
    text-decoration: none;
    cursor: pointer;
}

.tabreiter_on  a:hover {
	color: #cdcc00;
    text-decoration: none;
    cursor: pointer;
}








/*-- LastSearch Letzte Suche/Objekte-Box --*/
.lastsearch .imagepanel {
	height: 75px;
	border: solid 1px #ccc;
	}

.lastsearch .imagepanel .loader {
	background-image: url('../_images/v3/icons/icon_wait.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 308px;
	height: 75px;
	}

.lastsearch .imagepanel .control {
	visibility: hidden;
	position: absolute;
	width: 308px;
	height: 75px;
	}

.lastsearch .imagepanel .navigate {
	width: 17px;
	margin: 4px 6px 0 4px;
	cursor: pointer;
	}

.lastsearch .imagepanel .carousel {
	margin-left: 4px;
	}
	
.lastsearch .imagepanel .carousel img {
	margin-top: 5px;
	margin-right: 5px;
	}
	
.lastsearch .imagepanel .count1 {
	padding-left: 100px;
	}
	
.lastsearch .imagepanel .count2 {
	padding-left: 23px;
	}
	
.lastsearch .imagepanel .count2 li,
.lastsearch .imagepanel .count3 li {
	float: left;
	}
	










/*--- headernavigation start ---*/

.suche a.zimmer { /* Zimmer suchen */
	bottom: 4px;
	left: 3px;
	height: 30px;
	position: absolute;
	width: 78px;	
}

.suche a.zimmer:hover,
.suche a.zimmer.current {
	background: transparent url(../images/background/bg_suchen_hover.gif) no-repeat left top;
	bottom: 4px;
	left: 3px;
	height: 30px;
	position: absolute;
	width: 78px;	
}

.suche a.bewohner { /* Zimmer anbieten */
	bottom: 4px;
	left: 82px;
	height: 30px;
	position: absolute;
	width: 100px;	
}

.suche a.bewohner:hover,
.suche a.bewohner.current { 
	background: transparent url(../images/background/bg_anbieten_hover.gif) no-repeat left top;
	bottom: 4px;
	left: 82px;
	height: 30px;
	position: absolute;
	width: 100px;	
}

.biete a.zimmer { /* Gesuch lesen */
	bottom: 4px;
	left: 195px;
	height: 30px;
	position: absolute;
	width: 78px;
}

.biete a.zimmer:hover,
.biete a.zimmer.current {
	background: transparent url(../images/background/bg_lesen_hover.gif) no-repeat left top;
	bottom: 4px;
	left: 195px;
	height: 30px;
	position: absolute;
	width: 78px;
}

.biete a.bewohner {	/* Gesuch aufgeben */
	bottom: 4px;
	left: 274px;
	height: 30px;
	position: absolute;
	width: 100px;
}

.biete a.bewohner:hover,
.biete a.bewohner.current {
	background: transparent url(../images/background/bg_aufgeben_hover.gif) no-repeat left top;
	bottom: 4px;
	left: 274px;
	height: 30px;
	position: absolute;
	width: 100px;
}

#ctl00_MainContent_MyIW_LoggedIn1_ucObjectDetail1_pnlAnzeige .nopic {
    border: 1px solid #ededed;
    padding: 0px;
    margin: 3px;
}

.meinewg a {
	bottom: 4px;
	left: 430px;
	height: 30px;
	position: absolute;
	width: 108px;
}

.meinewg a:hover,
.meinewg a.current {
	background: transparent url(../images/background/bg_meinewg_hover.gif) no-repeat left top;
	bottom: 4px;
	left: 430px;
	height: 30px;
	position: absolute;
	width: 108px;
}

/*--- headernavigation end ---*/


/* Testumgebung - löschen vor der Veröffentlichung --*/
.hintergrund {
    background:  #fff;
    height: 100%;
    padding: 20px;
}

/* AutoComplete Extender */
.ac_results
{
	padding: 0px;
	border: 1px solid #666;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	position: fixed;
}

.ac_results ul
{
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li
{
	margin: 0px;
	padding: 0 0 0 2px;
	cursor: default;
	display: block; /*  	if width will be 100% horizontal scrollbar will apear  	when scroll mode will be used 	*/ /*width: 100%;*/
	font: menu;
	font-size: 11px; /*  	it is very important, if line-height not setted or setted  	in relative units scroll will be broken in firefox 	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading
{
	background: white url('../_images/v3/icons/icon_wait2.gif') right center no-repeat;
}

.ac_over
{
	color: #ff6600;
	background-color: #f1f1f1;
}