
/* ##### TEXTFORMATIERUNGEN ######################################### */				

a:link		{text-decoration: none; color: #0266BC;}
a:active	{text-decoration: underline; color: #0266BC;}
a:visited	{text-decoration: none; color: #0266BC;}
a:hover		{text-decoration: underline; color: #000000;}

a.text:link		{text-decoration: underline; color: #0266BC; font-weight: bold; background-color: #DBEAF6; padding: 2px;}
a.text:active	{text-decoration: underline; color: #0266BC; font-weight: bold; background-color: #DBEAF6; padding: 2px;}
a.text:visited	{text-decoration: underline; color: #0266BC; font-weight: bold; background-color: #DBEAF6; padding: 2px;}
a.text:hover		{text-decoration: none; color: #000000; font-weight: bold; background-color: #DBEAF6; padding: 2px;}


a.angebot:link		{text-decoration: none;font-weight:bold; color: #0266BC;}
a.angebot:active	{text-decoration: none;font-weight:bold; color: #0266BC;}
a.angebot:visited	{text-decoration: none;font-weight:bold; color: #0266BC;}
a.angebot:hover		{text-decoration: underline;font-weight:bold; color: #0266BC;}

a.blue:link		{text-decoration: none; color: #0266BC;}
a.blue:active	{text-decoration: underline; color: #0266BC;}
a.blue:visited	{text-decoration: none; color: #0266BC;}
a.blue:hover		{text-decoration: underline; color: #0266BC;}

h1 {
	font-size: 14px;                              /* <--CONTENT */
	margin: 0 0 5px 0;
	} 

h2 {
	font-size: 13px;                              /* <--CONTENT */
	margin: 20px 0 10px 0;
	}
    

h3.titel {
    font-size: 13px;
    padding:0px;
    padding-top:4px;
    padding-bottom:5px; 
    margin:0px;
}

h4 {
	font-size: 13px;                              /* <--CONTENT */
	margin: 10px 0 10px 0;
	}

.blass {
	color: #505050;
	font-weight: normal;
}

font.red {
	color: red;
	}
    
.error {
    color:red;
}

table, tr, td {
 	vertical-align: top;
}

hr {border: 0px; border-bottom: 1px solid #0266BC;}


p.link a:link span {display: none;}
p.link a:visited span {display: none;}
p.link a:hover span {
	max-width:220px;
	display: block;
	position: absolute;
	margin:10px 0px 0px 5px;
	border: 1px solid #0266BC;
	background-color: #fff;
	padding: 8px 10px 10px 10px;
	
	text-decoration:none;
	font-size: 10px;
	text-align:left;
	color: #0266BC;
	}
	
a.referenzen {
	cursor: default;
	text-decoration:none;
	}
a.red {
	color: red;
	text-decoration : none;
}


/* ##### Ausblenden der Bayern Auswahl in der immoscout Suche #### */
#doc3 .default_search .fixsize {display: none;}
	

/* ##### Angebote Formatierung #### */

#buttonan {
float:left;
padding:3px 10px;
background-color:#fff;
border-top:1px solid #DBEAF6;
border-left:1px solid #DBEAF6;
border-right:1px solid #DBEAF6;
font-weight:bold;
}

#buttonaus {
float:left;
padding:3px 10px;
background-color:#DBEAF6;
border: 1px solid #DBEAF6;
}

table.angebote {

}

td.titel {
background: #DBEAF6;
padding: 3px;
margin:5px 0 5px 0;
}

td.bild {

}

td.text {
padding: 4px 4px 4px 10px;
}

/* ################################### */

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    width: 100%;
    font-weight: bold;
    padding: 2px 0 2px 10px;
    margin: 0 0 10px 0;
    background-color: #DBEAF6;
}

label {
    display: block;
    font-weight: bold;
    margin: 0 0 0 10px;
}

input.ermittlung {
    width: 120px;
    margin: 0 0 5px 10px;
}

textarea.ermittlung {
    width: 400px;
    height: 100px;
    margin: 0 0 0 10px;
}

button {
    margin: 0 0 0 10px;
}

p.ermittlung {
    margin: 0 0 15px 10px;
}


input.titel {
 	width: 400px;
}

input.datum {
 	width: 100px;
}

textarea {
	width: 400px;
	height: 100px;
}

input.kontakt {
	width: 200px;
	margin: 0 0 5px 0;
}

/* ##### ENDE TEXTFORMATIERUNGEN #################################### */








/* ##### BODY & CONTAINER ########################################### */

body {
	margin: 0px auto;
	padding-top: 20px;
	text-align: center;
	background-color: #D6E6F3;
	
	font-family: arial, helvetica, swiss;
	font-weight: none;
	font-size: 12px;
	color: #0266BC;
	}
	
	
#container {
	width: 980px;
	margin: 0px auto;
	}
	
	
	
/* ##### BEREICH HEADER ############################################# */
	
#header {
	width: 980px;
	height: 100px;
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
	border-bottom: 5px solid #0266BC;
	}
	

#logo {				  /* <-- Box ist leer und ist ueber dem Firmenlogo */
	float: left;	  /*	 im header ausgerichtet, damit das logo    */
	display: inline;  /*     verlinkt werden kann.				  	   */
	width: 130px;
	height: 75px;
	margin: 17px 0 0 20px;
	}
	
	
#title {
	float: left;
	width: 700px;
	display: inline;
	margin: 47px 0 0 40px;
	text-align: left;
	font-size: 11px;
	}
	
	
#topnav {
	float: left;
	display: inline;
	margin: 20px 0 0 40px;
	text-align: left;
	font-size: 11px;
	color: #fff;
	}
	
#topnav a:link		{text-decoration: none; color: #fff;}
#topnav a:hover		{text-decoration: none; color: #fff;}
#topnav a:active	{text-decoration: none; color: #fff;}
#topnav a:visited	{text-decoration: none; color: #fff;}


#topnav a.an:link     {text-decoration:none; color:#0266BC;}
#topnav a.an:visited  {text-decoration:none; color:#0266BC;}
#topnav a.an:active   {text-decoration:none; color:#0266BC;}
	

	
	
	
/* ##### TOPIMAGES ################################################# */

#topimages {
	width: 980px;
	border-top: 10px solid #fff;
	}
	
	
/* ##### TICKER ################################################# */

#ticker {
	width: 980px;
	height: 22px;
    background-image: url(../img/hg-ticker.gif);
	}
	
	
	
	
/* ##### BEREICH TORSO ############################################## */

#torso {
	float: left;
	width: 980px;
	background-color: #FFF;
	border-top: 5px solid #98C1E4;
	}
	
	
	
/* ########## MAINNAV ########## */

#mainnav {
	float: left;
	display: inline;
	width: 150px;
	height: 750px;
	margin: 10px 0 0 15px;
	text-align: left;
    /* border:1px solid red; */
	}
	
#mainnav ul {
	float: left;
	width: 140px;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 180%;
	}

#mainnav li {
	padding: 0;
	margin: 0 0 3px 0;
    min-height: 22px;
	}

#mainnav li.ueber {
	background: url(../img/li_ueber.gif);
	padding-left: 5px;
    color: white;
	}
	
#mainnav li.unter {
	background: url(../img/li_unter.gif);
	}
    
 #mainnav li.unter_double {
	background: url(../img/li_unter_double.gif);
	}
	
#mainnav a.aktiv:link, #mainnav a.aktiv:visited {
	display:block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	height: 15px; /* diese Angabe ist nur für den IE, damit die ganze Linkfläche klickbar ist */
}
	
html>body #mainnav a.aktiv:link, html>body #mainnav a.aktiv:visited {
	height: auto; /* hebt für nicht-IE Browser die Höhenangabe 1em wieder auf */ 
	}
	
#mainnav a:link, #mainnav a:visited {
	display: block;
	margin: 0;
	padding: 0 0 0 10px;
	color: #0266BC;
	height: 15px; /* diese Angabe ist nur für den IE, damit die ganze Linkfläche klickbar ist */
	}
	
html>body #mainnav a:link, html>body #mainnav a:visited  {
	height: auto; /* hebt für nicht-IE Browser die Höhenangabe 1em wieder auf */ 
	}
	
#mainnav li a {
	text-decoration: none;
	}

#mainnav a:hover {
	text-decoration: none;
	}
	
#mainnav a.an:link     {
	text-decoration:none;
	color:#0266BC;
	background: url(../img/li_unter_mo.gif);
	font-weight : bold;
}
#mainnav a.an:visited  {text-decoration:none; color:#0266BC; font-weight : bold; background: url(../img/li_unter_mo.gif);}
#mainnav a.an:active   {text-decoration:none; color:#0266BC; font-weight : bold; background: url(../img/li_unter_mo.gif);}

#mainnav li.unter_double a.an:link     {
	text-decoration:none;
	color:#0266BC;
	background: url(../img/li_unter_mo_double.gif);
	font-weight : bold;
}
#mainnav li.unter_double a.an:visited  {text-decoration:none; color:#0266BC; font-weight : bold; background: url(../img/li_unter_mo_double.gif)}
#mainnav li.unter_double a.an:active   {text-decoration:none; color:#0266BC; font-weight : bold; background: url(../img/li_unter_mo_double.gif)}
	
/* ########## MAINNAV END ########## */
		
#content {
	float: left;
	display: inline;
	width: 634px;
	margin: 10px 5px 0 5px;
	text-align: left;
	border-left: 1px solid #0266BC;
	border-right: 1px solid #0266BC;
	}
	
	
#content_text {
	margin: 3px 20px 3px 20px;
	line-height: 145%;
    min-height: 900px;
	}
    
    

#content_angebote {
	float: left;
	display: inline;
	width: 790px;
	min-height: 830px;
	margin: 10px 5px 0 5px;
	text-align: left;
	border-left: 1px solid #0266BC;
	}
	
	
#content_text_angebote {
	margin: 3px 0px 3px 20px;
	}
	

	
	
/* ########## BUBBLE TOOLTIPPS ##########*/

a.tt{
    position:relative;
    z-index:24;
    color:#fff;
	font-weight:normal;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #fff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:220px;
	color: #fff;
    text-align: left;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
    height: 10px;
    background: url(../img/tooltipp_top.gif) no-repeat;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 10px; 
	background: #0266BC; 
}
a.tt:hover span.bottom{
	display: block;
    height: 10px;
    background: url(../img/tooltipp_bottom.gif) no-repeat;
}

/* ########## ENDE BUBBLE TOOLTIPPS ##########*/

	
	
#right {
	float: left;
	width: 150px;
	margin: 10px 8px 0 10px;
	}
	
#right_text {
	margin: 0;
	padding: 0;
	text-align: left;
	}


ul.text {
	margin:5px 0 5px 0px;
	padding:0;
}

li.text {
	list-style-image: url(../img/liste.gif);
	list-style-type: none;
	list-style-position: outside;
	display: list-item;
	margin-left:20px;
	padding: 0;
}


/* ##### BEREICH FOOTER ############################################# */
	
#footer {
	float: left;
	width: 980px;
	height: 120px;
	margin: 0;
	padding: 0;
	}

#rounded {			/* <-- Stellt nur die unten abgerundeten Ecken      */
	float: left;	/*	   unter dem div "torso" dar! Die Box befindet  */
	width: 980px;	/*	   sich zur korrekten Darstellung fuer IE(6) im */
	height: 10px;	/*     "footer" div!								*/
	margin: 0;
	padding: 0;
	font-size: 1px;
	background-image: url(../img/rounded_bottom.gif);
	background-repeat: no-repeat;
	}
	
#footer_background {
	float: left;
	width: 980px;
	height: 100px;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
	background-image: url(../img/footer.gif);
	background-repeat: no-repeat;
	}
	
#footer_text {
	float: left;
	display: inline;
	margin: 5px 0 0 190px;
	text-align: left;
	font-size: 10px;
	}
	
/* ###################### PORTAL ############################ */

h2.portal {
	font-size: 13px;
	margin: 20px 0 10px 0;
    background: #0068CC;
    color: #fff;
    padding-left: 10px;
	}

div.portalbutton {
    width: 115px;
    padding:5px;
    background-color: #DBEAF6;
}

a.portalbutton {
    background-color: #277a27;
    color: #fff;
    padding:4px;
}

span.portalbutton {
    background-color: #0068CC;
    color: #fff;
    padding:2px;
}

span.portalbuttongruen {
    background-color: #277a27;
    color: #fff;
    padding:2px;
}

span.portalloeschen {
    background-color: #c01f1f;
    color: #fff;
    padding:2px;
}

#portalbox_ansprechpartner {
	float: left;
	}
	
.portalbox_left {
	float: left;
	width: 390px;
    height: 600px;
    overflow: auto;
	}

.portalbox_headline_left {
	float: left;
	width: 355px;
	height: 18px;
	color: #ffffff;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
	background-image: url(../img/portalbox-gr.jpg);
	}
	
.portalbox_content_left {
	float: left;
	width: 354px;
	padding: 10px 0 5px 15px;
	background: #E4EEF7;
	border-top: 1px solid #0266BC;
	}
    
 .portalbox_right_top {
	float: right;
    width: 170px;
	}
	
.portalbox_right {
	float: left;
    width: 190px;
    height: 600px;
    overflow: auto;
    margin: 0 0 20px 10px;
	}
	
.portalbox_headline_right {
	width: 155px;
	height: 18px;
	color: #ffffff;
	font-weight: bold;
	padding: 0 0 0 15px;
	margin-top: 10px;
	background-image: url(../img/portalbox-kl.jpg);
	}
	
.portalbox_content_right {
	width: 145px;
	padding: 10px 10px 10px 15px;
	background: #E4EEF7;
	border-top: 1px solid #7BAFDE;
	}
	
#portal_linie {
	float: left;
	width: 100%;
	height: 20px;
	border-bottom: 1px solid #0266BC;
	}

#portal_login_form {
	width: 400px;
	background-color: #E4EEF7;
	border: 1px solid white;
	margin: 20px auto 0;
	padding: 1em;
	-moz-border-radius: 3px;
}

#portal_kundenlogin_form {
	width: 562px;
	background-color: #E4EEF7;
	border: 1px solid white;
	margin: auto 0;
	padding: 15px;
	-moz-border-radius: 3px;
}	

/*########## Zusatztext ########## */
    
.dynbox {
	float: left;
	width: 300px;
    margin-bottom: 5px;
    padding: 5px 0 5px 0;
	}
    

div.dyn {
    position:relative;
    overflow:hidden;
    padding:0;
}

div.dyn table {
    width:300px;
    position:absolute;
    margin:0;
    border-collapse:collapse;
    border-bottom: 1px solid #000;
}

a.dyn {
    width: 100%;
    height: 100%;
    display:block;
}
a.dyn:link     {text-decoration:none; color:#000;}
a.dyn:visited  {text-decoration:none; color:#000;}
a.dyn:hover    {text-decoration:none; color:#E71C39;}
a.dyn:active   {text-decoration:none; color:#E71C39;}



