/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  Versionierung und Beschreibung                                                                         */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*						                                                                                   */
/*	Datum       Version  Kuerzel  Beschreibung (nderung/Ergnzung/Erweiterung)                             */
/*						                                                                                   */
/*	04.10.2007	1.0.0	 PD      erste Version                          */

/*						                                                                                   */
/*						                                                                                   */
/*						                                                                                   */
/*						                                                                                   */


/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  Inhaltsverzeichnis                                                                                     */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*						                                                                                   */
/*	1.  Formatierung Standardtags                                                                          */
/*	2.  Formatierung seitenbergreifene Klassen und/oder Formatierungen                                    */
/*	3.  Formatierung usability Elemente am Inhaltsende                                                     */
/*	4.  Formatierung Hauptrahmen                                                                           */
/*		x.x. Formatierung Rahmen 1 oder ... etc.                                                           */




/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  1. Formatierung Standardtags, Formatierung seitenbergreifene Klassen und/oder Formatierungen          */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */


*
{
	margin: 0;
	padding: 0;
	color: #666666;
}


html
{
	hheight: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}



body 
{
	text-align: center;
	width: 100%;
	hheight: 100%;
	margin: 0 auto;
	background: #f6f4eb url("/images/css/body.jpg") repeat-y center top;
}


a
{
	color: #aa0a0a;
}


img
{
	border: none;
}


h1 
{
	font: normal 1.8em/1.1em "Book Antiqua",Palatino,"Times New Roman",Times,Georgia;
	color: #993333;
	margin-bottom: 0.5em;
	border-bottom: 2px solid #ebeae1;
	padding-bottom: 0px;
}


h2 
{
	font: normal 1.2em/1.1em Tahoma, Verdana, Arial, Helvetica;
	margin-bottom: 0.5em;
	font-weight: bold;
	line-height: 1.2em;
}


h3 
{
	font: normal 1.3em/1.1em "Book Antiqua",Palatino,"Times New Roman",Times,Georgia;
	margin-bottom: 1em;
	font-style: italic;
	line-height: 1.2em;
	font-weight: bold;
}



em
{
	font-weight: bold;
	margin-bottom: 0.5em;
}

p 
{
	font: normal 1.1em/1.5em Tahoma, Verdana, Arial, Helvetica;
	margin-bottom: 0.5em;
	text-align: justify;
}

p:first-letter
{
	background: url(/images/css/bullet_red.gif) 1px 0.5em no-repeat; 
	padding-left: 15px;
}

p.sound:first-letter
{
	background: transparent; 
}


li
{
	ttext-align: justify;
}

pp span.begin
{
	width: 30px;
	margin-right: 10px;
	background: url(/images/css/bullet_red.gif);
	border: 3px solid #000;
}


pp span.begin span
{
	display: none;
}



a.more
{
	display: block;
	text-align: right;
	margin-bottom: 1em;
	font-weight: bold;
}


.strong
{
	font-weight: bold;
}

.center
{
	text-align: center;
}

.clearer
{
	clear: both;
}

.clearfix:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix 
{
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

hr {
	clear: both;
	background: transparent none repeat scroll 0%;
	border:0pt none;
	height:1px;
	margin: 1em 2em;
	padding-top: 1em;
	border-bottom: 1px solid #EBEAE1;
}


/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  3. Formatierung usability Elemente am Inhaltsende                                                      */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

#usability
{
	clear: both;
	float: right;
	display: inline;
	width: 154px;
	margin: 20px 20px 0 0;
	border-top: 1px solid #993333;
	display: inline;
}

#maincontent #usability ul
{
	float: right;
	display: inline;
	margin: 15px 0 25px 0;
	padding: 0px 0px 10px 0px;
	list-style: none;
}

#usability li
{
	margin: 0;
	padding: 0px 10px 0px 0px;
	float: left;
	display: inline;
}


/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  4. Hauptrahmen                                                                                         */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

#oben
{
	width: 1000px;	
	margin: 0 auto;	
	font-size: 80%;
	line-height: 1.5em;	
	background: url(/images/css/center_b.gif) center top no-repeat;
}	


/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  4.1. Kopf                                                                                              */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */


#header 
{
	height: 185px;
	border-bottom: 5px solid #666666;
	background: #fafaf6;
}

#logo 
{
	float: left;
	width: 100%;
	padding: 30px 0 0;
	text-align: center;
}
#logo a img
{
	width: 330px; height: 36px;
	margin: 0;
}



/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  4.2. Banner oben                                                         */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */


#banner 
{
	height: 200px;
	background:  #f5f5f1;
	border-bottom: 35px solid #993333;	
}

#banner img
{
	float: right;
	display: inline;
}


/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  4.3. Navigation                                                         */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */


#headermenu
{
	float: right;
	display: inline;
	width: 45%;
	margin: 5px 20px 0 0;
}

#headermenu li
{
	float: right;
	display: inline;
	margin-left: 20px;
	ppadding-left: 15px;
	bbackground: url(/images/css/bullet_red.gif) 0% 50% no-repeat; 
}

#headermenu a
{
	color: gray;
	text-decoration: none;
}

#languagemenu
{
	float: left;
	display: inline;
	width: 35%;
	margin: 5px 20px 0 0;
}

#languagemenu li
{
	float: left;
	display: inline;
	margin-left: 20px;
}

#languagemenu a
{
	color: gray;
	text-decoration: none;
}

#main_menu 
{
	float: left;
	display: inline;
	margin-left: 185px;
	padding-top: 40px;
	list-style: none;
	text-align: left;
}

#main_menu li 
{
	float: left;
	display: inline;
	padding: 0px 4px;
}

#main_menu li a
{
	float: left;
	display: inline;
	height: 20px;
	padding: 0 0 5px;
	border-bottom: 3px solid #f9f9f5;
	text-decoration: none;
}


#main_menu li a span, #main_menu li a#menu6
{
	display: none;
}


#main_menu li a:hover, #main_menu li a.select
{
	border-bottom: 3px solid #993333;
}

#main_menu li a#menu1
{
	background: url(/images/css/hauptnavigation_startseite.jpg) top left no-repeat;
	width: 103px;
}


#main_menu li a#menu2
{
	background: url(/images/css/hauptnavigation_versicherung.jpg) top left no-repeat;
	width: 137px;
}


#main_menu li a#menu3
{
	background: url(/images/css/hauptnavigation_immobilien.jpg) top left no-repeat;
	width: 110px;
}


#main_menu li a#menu4
{
	background: url(/images/css/hauptnavigation_finanzierung.jpg) top left no-repeat;
	width: 136px;
}


#main_menu li a#menu5
{
	background: url(/images/css/hauptnavigation_unternehmensberatung.jpg) top left no-repeat;
	width: 237px;
}



#main_menu_en 
{
	float: left;
	display: inline;
	margin-left: 330px;
	padding-top: 40px;
	list-style: none;
	text-align: left;
}

#main_menu_en li 
{
	float: left;
	display: inline;
	padding: 0px 4px;
}

#main_menu_en li a
{
	float: left;
	display: inline;
	height: 20px;
	padding: 0 0 5px;
	border-bottom: 3px solid #f9f9f5;
	text-decoration: none;
}


#main_menu_en li a span, #main_menu_en li a#menu6
{
	display: none;
}


#main_menu_en li a:hover, #main_menu_en li a.select
{
	border-bottom: 3px solid #993333;
}

#main_menu_en li a#menu1
{
	background: url(/images/css/hauptnavigation_startseite.jpg) top left no-repeat;
	width: 103px;
}


#main_menu_en li a#menu2
{
	background: url(/images/css/hauptnavigation_insurance.jpg) top left no-repeat;
	width: 105px;
}


#main_menu_en li a#menu3
{
	background: url(/images/css/hauptnavigation_real_estate.jpg) top left no-repeat;
	width: 110px;
}


#main_menu_en li a#menu4
{
	background: url(/images/css/hauptnavigation_financing.jpg) top left no-repeat;
	width: 100px;
}


#main_menu_en li a#menu5
{
	background: url(/images/css/hauptnavigation_unternehmensberatung.jpg) top left no-repeat;
	width: 237px;
}


#main_menu_sorbisch 
{
	float: left;
	display: inline;
	margin-left: 180px;
	padding-top: 40px;
	list-style: none;
	text-align: left;
}

#main_menu_sorbisch li 
{
	float: left;
	display: inline;
	padding: 0px 4px;
}

#main_menu_sorbisch li a
{
	float: left;
	display: inline;
	height: 20px;
	padding: 0 0 5px;
	border-bottom: 3px solid #f9f9f5;
	text-decoration: none;
}


#main_menu_sorbisch li a span, #main_menu_sorbisch li a#menu6
{
	display: none;
}


#main_menu_sorbisch li a:hover, #main_menu_sorbisch li a.select
{
	border-bottom: 3px solid #993333;
}

#main_menu_sorbisch li a#menu1
{
	background: url(/images/css/hauptnavigation_startseite.jpg) top left no-repeat;
	width: 103px;
}


#main_menu_sorbisch li a#menu2
{
	background: url(/images/css/hauptnavigation_sorbisch_versicherung.jpg) top left no-repeat;
	width: 110px;
}


#main_menu_sorbisch li a#menu3
{
	background: url(/images/css/hauptnavigation_sorbisch_immobilien.jpg) top left no-repeat;
	width: 85px;
}


#main_menu_sorbisch li a#menu4
{
	background: url(/images/css/hauptnavigation_sorbisch_finanzierung.jpg) top left no-repeat;
	width: 140px;
}


#main_menu_sorbisch li a#menu5
{
	background: url(/images/css/hauptnavigation_sorbisch_unternehmensberatung.jpg) top left no-repeat;
	width: 275px;
}



/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  4.3.1 Subnavigation                                                         */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */


#sub_menu 
{
	float: left;
	display: inline;
	width: 225px;
	margin: 20px;
	list-style: none;
	text-align: left;
	overflow: hidden;
}

#sub_menu .li_node, #sub_menu .li_branch
{
	float: left;
	clear: left;
	display: inline;
	border-bottom: 2px solid #ebeae1;
	width: 225px;
	text-align: right;
}

#sub_menu a
{
	float: left;
	font: normal 1.5em/1em "Book Antiqua",Palatino,"Times New Roman",Times,Georgia;
	color: #666666;
	text-align: right;
	width: 185px;
	text-decoration: none;
	border-right: 20px solid #e2c8c5;
	bbackground: #fff;
	padding: 10px 20px 10px 0;
}

#sub_menu .ebene3
{
	float: left;
	width: 225px;
	list-style: none;
	text-align: right;
	bbackground: #887755;
	margin-bottom: 0;
}

#sub_menu .ebene3 li
{
	float: left;
	clear: left;
	display: inline;
	width: 225px;
	text-align: right;
}


#sub_menu .ebene3 a
{
	padding: 7px 20px 7px 0;
	font-size: 110%;
	width: 185px;
	border-right: 20px solid #e2c8c5;
}

#sub_menu .li_branch .ebene3 a
{
	bborder-right: 20px solid #993333;
}

#sub_menu a:hover, #sub_menu a.select
{
	border-right: 20px solid #993333;
	color: #000000;
}


/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  4.4. Maincontent (2-Spaltig), Startseite (3-spaltig)                                                   */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */


#maincontent
{
	width: 1000px;
	text-align: left;
}


#maincontent #left 
{
	float: left;
	display: inline;
	width: 225px;
	margin: 20px;
}

#maincontent #center 
{
	float: left;
	display: inline;
	width: 470px;
	margin: 20px 0;
}

#maincontent #right 
{
	float: right;
	display: inline;
	width: 235px;
	margin: 20px 15px 20px 0;
}

#maincontent #content
{
	float: left;
	display: inline;
	width: 715px;
	margin: 20px 0;
} 

#maincontent #content .left
{
	float: left;
	width: 50px;
	text-align: left;
}


#maincontent #content .left2
{
	float: left;
	width: 245px;
	text-align: left;
}

#maincontent #content .left3
{
	float: left;
	width: 100px;
	text-align: left;
}


#maincontent #content .right
{
	float: left;
	margin-left: 20px;
	width: 400px;
	display: inline;
}



#maincontent #center ul
{
	margin: 0 0 20px 50px;
}


#maincontent #center ul li
{
	margin-bottom: 0.5em;
}

#maincontent #center #merkmal .zeile
{
	clear: left;
	float: left;	
	margin: 0.25em 0 0.25em 100px;
	bbackground: #000;
	width: 375px;
}

#maincontent #center #merkmal .zeile .links
{
	float: left;
	width: 100px;
	margin: 0 10px 0 0;
	display: inline;
}

#maincontent #center #merkmal .zeile .links2
{
	float: left;
	width: 240px;
	font-weight: bold;
}


#maincontent #center #merkmal .zeile .rechts
{
	float: left;
	width: 140px;
	text-align: right;
}

#maincontent .news_detail
{
	margin: 25px;
}

#maincontent .news_detail ul li
{
	margin-left: 1.5em;
}

#maincontent .liste
{
	margin: 0 0 20px 100px;
}

#maincontent .liste2
{
	margin: 0 0 20px 120px;
	list-style-type: lower-alpha;
}


#maincontent .liste li, #maincontent .liste2 li
{
	margin-bottom: 1em;
}


/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  4.4. Teaser mit Schatten                                                                                    */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

#maincontent .teaserbox_werbung
{
  margin-bottom: 20px;
}

#maincontent .teaserbox_werbung img
{
  bborder-top: 2px solid #993333;
  bborder-bottom: 2px solid #993333;
  margin-bottom: 3px;
}

#maincontent .teaserbox_schmal1
{
	background: transparent url(/images/css/teaserbox_schmal_oben.jpg) right top no-repeat;
	width: 235px;
	float: right;
	display: inline;
	overflow: hidden;
	margin-bottom: 20px;
}

#maincontent .teaserbox_schmal2
{
	background: url(/images/css/teaserbox_schmal_unten.jpg) right bottom no-repeat;
	width: 235px;
	float: right;
	display: inline;
	overflow: hidden;
}

#maincontent .teaserbox_schmal3
{
	margin: 20px;
	width: 195px;
	float: right;
	display: inline;
	overflow: hidden;
}

#maincontent .teaserbox_schmal3 .haus
{
	width: 195px;
	height: 195px;
	margin-bottom: 1em;
}


#maincontent .teaserbox_schmal3 .person
{
	width: 195px;
	height: 140px;
	margin-bottom: 1em;
}



#maincontent .teaserbox_schmal3 .teasertext

{
	float: left;
	padding: 1px 0;
}


#maincontent .teaserbox_schmal3 .teasertext .links
{
	float: left;
	width: 45px;
	margin-right: 10px;
	display: inline;
	text-align: right;
}

#maincontent .teaserbox_schmal3 .teasertext .rechts
{
	float: left;
	text-align: left;
	width: 120px;
}




#maincontent #content .teaserbox_breit1
{
	background: transparent url(/images/css/teaserbox_breit_oben.jpg) right top no-repeat;
	width: 725px;
	float: right;
	display: inline;
	overflow: hidden;
	margin: 0 -5px; 
}

#maincontent #content .teaserbox_breit2
{
	background: url(/images/css/teaserbox_breit_unten.jpg) right bottom no-repeat;
	width: 725px;
	float: right;
	display: inline;
	overflow: hidden;
}

#maincontent #content .teaserbox_breit3
{
	margin: 20px;
	width: 675px;
	float: right;
	display: inline;
	overflow: hidden;
}



#maincontent #content .infospalte .left
{
	width: 120px;
}

#maincontent #content .infospalte .right
{
	width: 105px;
}
#maincontent #content .infospalte .miete
{
	float: left;
	width: 75px;
	text-align: right;
}



#maincontent #content .langbeschreibung
{
	text-align: justify;
}


#maincontent #content .langbeschreibung .left
{
	width: 150px;
}

#maincontent #content .langbeschreibung .right
{
	width: 280px;
}


#maincontent #content .infospalte .right sup, #maincontent #content .langbeschreibung .right sup
{
	font-size: 0.7em;
}


#maincontent .innen_links
{
	float: left;
	clear:left;
	width: 70px;
	text-align: right;
	margin-right: 1em;
}



/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  Startseite                                                 */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

p.news_mitte
{
	padding-left: 115px;
}

p.news_mitte:first-letter
{
	background: transparent; 
	padding: 0;
}

#kunst #bilder
{
	float: left;
	width: 240px;	
}

#kunst #bilder .links
{
	float: left;
	width: 120px;
	height: 160px;
	display: inline;
}

#kunst #bilder .links dd
{
	float: left;
	margin-top: 5px;
}

#kunst #bilder .links img 
{
	float: left;
	width: 100px; 
	height: 100px;
	border: none;
}


#kunst #bilder a 
{
	border: 1px solid #e2c8c5;
	padding: 2px;
	float: left;
	width: 100px;
}


#kunst #bilder a:hover 
{
	border: 1px solid #993333;
}

#kunst #text
{
	float: right;
	text-align:left;
	width: 230px;	
	
}


.werbung
{
  height: 175px;
  padding-bottom: 5px;
}



.bildertest
{
	margin: 10px 0;
}

.bildertest a 
{
	float: left;
	border: 1px solid #e2c8c5;
	padding: 2px;
	margin: 0  0px 10px 28px;
}

.bildertest a:hover 
{
	border: 1px solid #993333;
}


.bildertest a img 
{
	float: left;
	width: 150px; 
	height: 150px;
	border: none;
}

/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  kontakt                                                    */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

#kontaktformular 
{
	width: 600px;
	margin: 0 auto;
}

#kontaktformular fieldset
{
	padding-bottom: 20px;
	border: 1px solid #993333;	
	margin-bottom: 20px;
}

#kontaktformular legend
{
	padding: 0 10px;
	font-weight: bold;
	margin-bottom: 10px;
}

#kontaktformular label
{
	float: left;
	width: 200px;
	text-align: right;
}

#kontaktformular .zeile
{
	float: left;
	margin: 5px 0;
	display: inline;
}


#kontaktformular .mussfeld
{
	float: left;
	width: 300px;
	border: 1px solid #993333;
	margin-left: 10px;
	background-color: #e2c8c5;
}

#kontaktformular .kannfeld
{
	float: left;
	width: 300px;
	border: 1px solid #ebeae1;
	margin-left: 10px;
}


#kontaktformular .textfeld
{
	float: left;
	width: 300px;
	height: 200px;
	border: 1px solid #ebeae1;
	margin-left: 10px;
}

#kontaktformular .textfeld2
{
	float: left;
	width: 300px;
	height: 100px;
	border: 1px solid #ebeae1;
	margin-left: 10px;
}

#kontaktformular .senden
{
	float: left;
	margin-left: 10px;
}

/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  Immobilien suchen                                          */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

#suchformular 
{
	float: left;
	width: 675px;
	background: #f3ece8 url(/images/css/ecke_rot.jpg) bottom right no-repeat;
	margin: 5px 5px 20px 0;
	padding: 20px;
}

#suchformular .senden
{
	clear: left;
	float: right;
	margin-right: 20px;
}

#suchformular .zeile
{
	clear: left;
	float: left;
	margin: 0 0 10px 0;
	display: inline;
	text-align: right;
	width: 650px;
}

#suchformular .zeile .auswahl
{
	float: left;
	width: 25px;
	text-align: left;
}

#suchformular .zeile .text
{
	float: left;
	width: 75px;
	color: #993333;
	text-align: left;
}


#suchformular .zeile .minmax
{
	width: 135px;
	float: left;
	margin: 0;
	color: 333333;
}

#suchformular .zeile .textfeld
{
	width: 135px;
	float: left;
	margin-left: 60px;
	color: 333333;
}


#suchformular .zeile label
{
	float: left;
	width: 30px;
	margin: 0 10px 0 20px;
	color: #993333;
}

#suchformular .zeile .inhalt
{
	float: left;
	width: 150px;
	margin: 0 5px;
	font-weight: bold;
	color: #993333;
}

#suchformular .zeile .inhalt2
{
	float: left;
	width: 150px;
	margin: 0 60px 0 5px;
	font-weight: bold;
	color: #993333;
}

#suchformular .zeile .inhalt sup
{
	color: #993333;
}


/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  Immobilien suchen  in jeder Liste                          */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

#immosuche
{
	float: left;
	width: 430px;
	background: #f3ece8 url(/images/css/ecke_rot.jpg) bottom right no-repeat;
	margin: 5px 5px 20px 0;
	padding: 20px;
}

#immosuche .senden
{
	clear: left;
	float: right;
	margin-right: 33px;
}

#immosuche .zeile
{
	clear: left;
	float: left;
	margin: 0 0 10px 0;
	display: inline;
	text-align: left;
	width: 430px;
}

#immosuche .zeile .minmax
{
	width: 135px;
	float: left;
	margin: 0;
	color: 333333;
}

#immosuche .zeile .textfeld
{
	width: 135px;
	float: left;
	margin-left: 60px;
	color: 333333;
}


#immosuche .zeile label
{
	float: left;
	width: 30px;
	margin: 0 10px 0 20px;
	color: #993333;
}

#immosuche .zeile .inhalt
{
	float: left;
	width: 430px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #993333;	
}

#immosuche .zeile .inhalt sup
{
	color: #993333;
}



a.grossteaser {
	border: 1px solid #e2c8c5;
	padding: 2px;
	float: left;
	margin: 5px;
	}
a.grossteaser:hover {
	border: 1px solid #993333;
	}
a.grossteaser img {
	width: 144px; height: 144px;
	}

h1.grossteaser {
	margin-left: 170px;
	}
p.grossteaser {
	float: left;
	width: 285px;
	margin-left: 15px;
	margin-right: 15px;
	}



/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  Immobilienbersicht                                        */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */


.bildstartseite
{
	width: 195px;
	hheight: 195px;
}

.logobild
{
	float: left;
	width: 75px;
	height: 75px;
}



dl.kleinteaser 
{
	float: left;
	width: 235px;
	height: 140px;
	display: inline;
	margin: 10px 5px 10px -5px;
}

dl.kleinteaser dt
{
	float: left;
}

dl.kleinteaser dd 
{
	float: right;
	width: 125px;
	height: 150px;
	overflow: hidden;
	margin-top: 0.25em;
	line-height: 1.5em;
}

dl.kleinteaser dd strong
{
	line-height: 1.2em;
}

dl.kleinteaser dd sup 
{
	font-size: 0.8em;
}


dl.kleinteaser img 
{
	float: left;
	width: 90px; 
	height: 90px;
	border: none;
}


dl.kleinteaser a 
{
	border: 1px solid #e2c8c5;
	padding: 2px;
	float: left;
	width: 90px;
	margin: 5px;
}


dl.kleinteaser a:hover 
{
	border: 1px solid #993333;
}



dl.kleinteaser2 
{
	float: left;
	width: 235px;
	display: inline;
	margin: 10px 5px 10px -5px;
}

dl.kleinteaser2 dt
{
	float: left;
	line-height: 1.3em;
	margin-left: 5px;
	width: 225px;
	height: 30px;
	overflow: hidden;
}

dl.kleinteaser2 dd 
{
	float: right;
	width: 235px;
	height: 135px;
	overflow: hidden;
	margin-top: 0.25em;
	line-height: 1.6em;
}

dl.kleinteaser2 .links
{
	float: left;
	width: 110px;
}

dl.kleinteaser2 .rechts
{
	float: right;
	text-align: left;
	width: 125px;
}


dl.kleinteaser2 .rechts sup 
{
	font-size: 0.8em;
}


dl.kleinteaser2 .links img 
{
	float: left;
	width: 90px; 
	height: 90px;
	border: none;
}


dl.kleinteaser2 a 
{
	border: 1px solid #e2c8c5;
	padding: 2px;
	float: left;
	width: 90px;
	margin: 5px;
}


dl.kleinteaser2 a:hover 
{
	border: 1px solid #993333;
}


.bildernavigation 
{
	margin-top: 1em;
	border-top: 2px solid #ebeae1;
	padding-top: 0.5em;
}

.bildernavigation a
{
	margin-left: 0.5em;
}


/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  Immobiliendetailseite                                      */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */

.infospalte 
{
	float: left;
	width: 225px;
}


.infospalte .bilder
{
	margin: 10px 0;
}

.infospalte a 
{
	float: left;
	border: 1px solid #e2c8c5;
	padding: 2px;
	margin: 0  10px 10px 0;
}

.infospalte a:hover 
{
	border: 1px solid #993333;
}

.infospalte .darlehensrechner a 
{
	float: none;
	display: block;
	border: none;
	cursor: pointer;
	margin: 0;
}

.infospalte a img 
{
	float: left;
	width: 90px; 
	height: 90px;
	border: none;
}


.langbeschreibung 
{
	float: left;
	width: 470px;
	margin-left: 20px;
	display: inline;
}

.langbeschreibung p 
{
	margin-bottom: 1em;
}


.darlehensrechner
{
	clear: left;
	background: white; 
	border: 1px solid #EBEAE1; 
	margin: 0 25px 10px 0;
}

.darlehensrechner_innen
{
	padding: 5px 10px;
}
#maincontent #content .infospalte .darlehensrechner .miete
{
	float: left;
	width: 70px;
	margin: 0;
	text-align: right;
}
#maincontent #content .infospalte .darlehensrechner .left
{
	float: left;
	width: 100px;
	margin: 0;
}

#darlehen_berechnen
{
	padding-bottom: 15px;
}

#darlehen
{
	color: #990000;
}

.darlehenswunsch
{
	border: 1px solid #e2c8c5; 
	background: #EBEAE1; 
	margin: 10px 0;
	padding: 2px;
}


/* Presse Seiten */
/* ============= */

.tabelle
{
	border-collapse: collapse;
	margin: 0 0px;
	width: 400px;
}

.tabelle th, .tabelle td
{
	margin: 0;
	padding: 5px 0px;
	text-align: left;
	border-bottom: 1px solid #E6E8D9;
	vertical-align: top;
}

.tabelle .name
{
	text-align: left;
}

.tabelle td a
{
	display: block;
	padding-bottom: 5px;
}

.tabelle td div
{
	width: 100px;
	overflow: hidden;
}

.tabelle td.zweihundert
{
	width: 400px;
}


/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */
/*  4.5. Fussbereich                                                         */
/*  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  */


#footer 
{
	width: 1000px;
	text-align: center;

}

#footer .text
{
	float: left;
	width: 900px;
	margin: 0 20px;
	border-top: 1px solid #666666;
	background: transparent;
	padding: 30px;
}
