/*	Body-Tag */
html, body
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	color: #666;
}
	
div.immonetbreit {
	/* 984 (immonetseite) + 8 (margin-right immonetseite) + 160 (skyscaper) + 4 */
	width: 1178px;
	padding: 0 0 0 0!important;
	margin: 0 0 0 0!important;
}

div.immonetschmal {
	width: 1004px;
}

#immonetseite {
	background:white;
	margin: 0 0 0 0!important;
}

div.immonetschmal #immonetseite {
	border-top: 7px solid #fff;
	float: left;
	width: 100%;
}

#immonetnavigation {
	padding: 0 0 0 16px;
	margin: 0px;
}

/* IE */
#immonetheaderblock {
	background-color: #fff;
	border-top: 10px solid #fff;
	width: 100%; /* nicht löschen ! verhindert den grauen Hintergrund im Header ! */
/*	float: left;
	margin-bottom: -7px !important;*/
}

/* Bug #17366 wurde hiermit leider nicht behoben, verursachte aber neuen Bug #18144 -> deshalb rückgängig gemacht */

/* Firefox
#immonetseite>#immonetheaderblock {
	float: none;
	margin-bottom: 0px !important;
}*/

#immonetcontent {
	width: 810px;
	float: left;
	border-left: 12px solid white;
	margin: 10px 0 30px 0;
	background-color:white;
}

#rechteSpalte {
	margin-top: -2px;
	float: right;
	width: 170px;
	padding-bottom: 12px;
}

#immonetcontent #breadcrumb {
	font-size: 12px;
	color:#999;
}

#immonetcontent #breadcrumb a:hover {
	text-decoration: underline;
}

/* Ausrichtung */
#immonetseite .rechts {
	float: right;
}

#immonetseite .links {
	float: left;
}

.clear,
.clearer,
.clearerleft {
	clear: both;
}

/* ------ value in Input-Feldern in grau ------- */
.input_value_grau {
	color: #CCCCCC;
}

select, input, textarea {
	border: 1px solid #d7d7d7;
	padding-left: 2px;
}

#layLogin select, input, textarea { border: 1px solid #ccc; -moz-border-radius: 3px; background-position:left -1248px; background-repeat:repeat-x; padding: 2px 5px; }

.form_box  {
	border: 0px solid #fff;
	padding-left: 2px;
}

#immonetcontent .additionalinfo input { background:white; border-color:white; width:30px;}

/* ------ bin ein 'inaktives-moechte-gern-input-feld' in grau ------- */
.inactive_pseudoinput {
	border:1px solid #DADDE1; 
	background-color:#fff; 
	font-size:13px !important; 
	font-family:Arial;
	height:15px;
	padding-left:3px;
	margin-bottom:5px !important;
	overflow:hidden;
}

/* -----------------------------------------------------------------------
	Suchergebnisliste
--------------------------------------------------------------------------- */
#immonetsucheundnavigation {
	width: 182px;
	float: left;
}

#immonetsuche {
	background-color: #fff;
	margin-bottom: 2px;
	border: 1px solid #bccddd;
}

#immonetsuche .header {
	background-color: #d5000d;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 21px;
	text-align: left;
	padding: 0 3px;
}

#immonetsuche .inhalt {
	margin: 0;
	text-align: left;
	padding: 4px;
}

#immonetsuche .inhalt form {
	margin: 0;
	padding: 0;
}

#immonetsuche .inhalt .publicid {
	font-size: 11px;
	color: #b4b4b4;
	vertical-align: top;
	height: 15px;
	width: 66px;
	margin: 0;
}

#home .highlight {
	background-color: #184c8c;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	line-height: 21px;
	margin: 2px 0 0 0;
	padding: 0 0 0 3px;
}

/* ------------------------------------------------------------------------ */
/* ausblenden des Scrollbalkens (im IE), wenn nicht benoetigt*/
#immonetcontent textarea {
	overflow: auto;
}

/* Schriften im Formular */
#immonetcontent select,
#immonetcontent input,
#immonetcontent textarea {
	font-size: 11px;
}

#immonetcontent .breit770 {
	width: 770px;
}

#immonetcontent #infos h1 {
	background-color: #5c8fd1;
	color: #fff;
	line-height: 21px;
	text-align: left;
	padding: 0 3px 0 5px;
	margin: 0;
}




/*	Text ueber Pflichtfeldern */
 .obligatory
{
 	color: #EE6A00;
 	font-size: 13px;
}

/*	Text ueber Pflichtfeldern */
 .obligatorysmall
{
 	color: #EE6A00;
	font-weight: normal;
	font-size: 11px;
}


/* Achtung Wartungsarbeiten! */
.achtung
{
	background-color : #CC0000;
	color: #fff;
  	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

/* Content Headline Standard */
.contenthl
{
  	color: #666;
	font-weight: bold;
	font-size: 13px;
}

/* Content Headline ohne Farbzuweisung  */
.contenthl2
{
	font-family: Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

/* Content Headline Standard fuer Fehlermeldungen */
.contenthlerror
{
  	color: black;
	font-weight: normal;
	font-size: 12px;
}

.contenthlerrorsmall
{
	color: black;
	font-weight: normal;
	font-size: 12px;
}

/* Content Headline klein */
.contenthlsmall
{
  	color: #666;
	font-weight: bold;
	font-size: 11px;
}
.contenthlsmall_help
{
  	color: #666;
	font-weight: bold;
	font-size: 11px;
	padding-left: 10px;
}

/* Content Text Standard  */
.contenttxt
{
  	color: #666;
	font-size: 13px;
}

/* Content Text Standard  fuer Fehlermeldungen*/
.contenttxterror
{
  	color: #f00;
	font-size: 13px;
}

/* Content Text klein  */
.contenttxtsmall
{
  	color: #666;
}
.contenttxtsmall_help
{
  	color: #666;
  	padding-left: 10px;
}

/* Content Text klein fuer Fehlermeldungen*/
.contenttxtsmallerror
{
  	color: #f00;
}

/* Content Text fett und extra gross  */
.contenttxtbig {
  	color: #666;
	font-weight: bold;
	font-size: 14px;
}

.contenttxtlarge {
	color: #666;
  	font-size: 17px;
}



/* tabellenkopf  */
.tablehead
{
	background-color : #C1E0FF;
	color: #003;
	font-weight: bold;
	font-size: 13px;
}

.contenttxtsmallimmo
{
  	color: #666;
}


/* CMS */
.cms6
{
	border: 2px solid;
	color: #003;
}

/* Linie Top-Immo */
 .topimmoline
{
	border-style: solid;
	border-bottom: 2px;
	border-left: 0px;
	border-right: 0px;
	border-color: #5C8FD1;
}

.contenttxtgrey {
	color: #808080;
	font-weight: bold;
}

.teaserbox
{
	border:1px solid #C7D8F6;
}

.teaserboxheader, .teaserboxcontentheader
{
	background-color: #E4EFFA;
}

/* Formatierung - Hilfefenster */
div#help {
	border: 1px solid #bdcfde;
}


#immonetlogin div.hilfelink {
	margin-top: -20px;
	text-align: right;
}

#immonetlogin a.helpBox {
	color: #326EA1;
}



/*
----------------------------------------------------
  REBRUSH FARBEN
----------------------------------------------------
*/

#immonetcms .teaserbox h1.color5,
.color5,
.color5 a.navilink
{
	background-color : #e9f1f9;
	color: #666;
	font-family: Arial, Helvetica, sans-serif!important;
}

.color6, .border_full6, .border_half6
{
	background-color: #e9f2fb;
	color: #000033;
}

/*----------------- Katalog- Service ------------------------------*/
#immonetcontent .katalogbox {
	border: 1px solid #C4CBDD;
}

#immonetcontent .katalogbox h2 {
	background-color: #e9f1f9;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#immonetcontent .katalogbox .inhalt {
	background-color: #fff;
	color: #666;
}

#immonetcontent .katalogcheckboxRegional input {
	border:none;
}


/*---------------- Ende Katalog-Service --------------------------*/

#immonetcontent .color6 .border1px {
	border-bottom: 1px solid #e9f2fb;
}
/*---------------- Trennlinie -------------------------------------*/

#immonetmerkzettel hr {
	color: #C7D8F6;
	background-color: #C7D8F6;
	height: 1px;
	border: 0px;
}

#immonetcms .minibox a#finanzierungsanfrage {
	background: #fff url(/img/icons/finanzierungsanfrage.gif) no-repeat;
}

#immonetcms .minibox a#darlehensrechner {
	background: #fff url(/img/icons/darlehensrechner.gif) no-repeat;
}

#immonetcms .minibox a#lexikon {
	background: #fff url(/img/icons/lexikon.gif) no-repeat;
}


/***********************************************
 Allgemeines
***********************************************/
.hintergrund_hellgelb {
	background-color: #fffae4;
}

.grau {
	color: #9f9f9f;
}

.hellgrau {
	color: #d2d2d2;
}

.rot {
	color: #D5000D;
}

.underlined {
	text-decoration: underline!important;
}

/***********************************************
 Überschriften
***********************************************/

h1 {
	font-size: 1em;
	font-family: Arial, sans-serif;
	margin: 5px 0 0 0;
}

h2 {
	font-size: 20px;
	line-height: 1.2em;
	font-family: Arial, sans-serif;
	margin: 0 0 10px 0;
	color: #666;
}


h3, th {
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, sans-serif;
	margin: 0 0 0.5em;
	text-align: left;
}

h4 {
	margin: 1em 0 0 0;
}




/* fett/gross/block/... können zusammen angewandt werden */
.fett {
	font-weight: bold;
}

.normal {
	font-weight: normal; 
}

.mittel {
	font-size: 12px;
}

.gross {
	font-size: 14px;
}

.block {
	display: block;
	margin: 0 0 5px 0;
}

.absatz {
	margin-top: 20px;
}

/* kleine Schrift z.B. innerhalb von Überschriften */
.fliesstext {
	font: normal 11px Arial, sans-serif;
}


/* Überschrift Trebuchet */
#immonetseite .headline,
#immonetdruckansicht .headline {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin: 0 0 5px 0;
}

#immonetseite .headline18 {
	font-size: 18px;
}

.margin12 {
	margin: 12px; 
}

.padding12 {
	padding: 12px; 
}

a {
	color:#008FC4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline; color:#005B8F;
}

a img {
	border: none;
}

a.unterstrichen {
	text-decoration: underline;
}
/***********************************************
 Aufzählungen
***********************************************/

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.fliesstext ul li {
	background: transparent url(/img/icons/ico_bullet_blau.gif) no-repeat 0 5px;
	padding-left: 15px;
	padding-right: 12px;
	margin-bottom: 2px;
}
ol.footnote {
	margin-left: 15px;
}
ol.footnote li {
	list-style-type: decimal;
	margin: 4px;
}


/***********************************************
 Links mit Hilfepopup in css
***********************************************/

a.helpinfo {
	position: relative;
	color: #666;
	cursor: pointer;
}

a.helpinfo span {
	display: none;
}

a:hover.helpinfo span {
	display: block;
	position: absolute;
	top: -25px;
	left: -15px;
	color: #666;
	text-align: left;
}

a:hover.helpinfo span {
	display: block;
}


/************************************************
 Alle Footer
************************************************/

#immonetfooterlinks {
	clear: both;
	text-align: center;
	background: #ded9c3;
	line-height: 200%;
}

/* Grosser blauer Bereich */
#immonetfooter {
	background: #6AA2D8 url(/im/img/im/hintergrund/bg_blau_verlauf_dunkel.jpg) repeat-x;
	display: block;
	clear: both;
	text-align: center;
	padding: 5px 70px 15px 70px;
	line-height: 1.4em;
	color: #c3c8cc;
}

#immonetnetzwerk, #immonetcopyright, #immonetasv {
	padding: 15px 0 0 0;
}

#immonetfooter a {
	text-decoration: none;
	color: #c3c8cc;
}

#immonetfooterlinks a  {
	text-decoration: none;
}

#immonetfooter a:hover, #immonetfooterlinks a:hover {
	text-decoration: underline;
}



/* CMS-Header ausblenden */
.nichtaufimmonet {
	display: none;
}

.textblock {
	background: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #CDC7AF; 
	border-right: 1px solid #CDC7AF;
	margin: 0 0 0 12px;
	width: 606px;
	float: left;
}



/* Werbeplatzierungen / Adtags */
/* ########################### */

#immonetadwrapper {
    margin: 0 auto;
    width: 1164px;
    position:relative;
}

/* ganze fläche oben (Browserfenster) */
#immonetadspacetop {
 	height: 90px;
    position: relative;
    width: 1004px;
    background-color:white;
}

#immonetadtagkopf {
	text-align: right;
	width: 1004px;
	overflow: auto;
}

/* kleinen rand unter dem kopfbanner im ie hacken */
* html #immonetadtagkopf {
	margin-bottom: -2px;
}

#immonetadspaceright {
    cursor: pointer;
    left: 1004px;
    position: absolute;
    width: 160px;
}

#immonetschmaladtag,
#immonetbreitadtag {
	width: auto;
}

#ewi,
#maxmedia1,
#maxmedia2,
#maxmedia3,
#immonetadseite, 
#exposepartnerbanner,
#selpartnerbanner,
#hpteaser1content,
#hpteaser2content,
#hpteaser3content,
#hpteaser4content,
#hpviertelteasercontent {
	display: none;
}


/*    Letzte Suche Suchagent   */
/* ########################### */

#letzteSucheSuchagent {
	line-height: 15px;
}

#letzteSucheSuchagent .teaser {
	padding: 7px;
	background-color: #d2e3f3;
	line-height: 20px;
}

.aktuelleSuche {
	line-height: 12px;
}

#letzteSucheSuchagent .but_suche_speichern {
	margin-bottom: -5px;
}

#letzteSucheSuchagent #email {
	width: 200px;
}

/*    Linke Navi			  
/*    Style darf für Mandanten erreichbar sein!!!
/* ########################### */

#brokerhomeimmomarkt,
#brokermeinimmonet {
	display: none;
}

