/* CSS Document */
html, body {
	width:100%;
	height:100%;
	padding:0px;
	background-image:url(../img/body_bgrd.gif);
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
}
html * {
	margin:0px;
	padding:0px;
}
body {
	font-size:10px;
}
ul {
	list-style-type:none;
}
ul.aufzaehlung {
	margin:1em 1.3em;
	font-size:1.2em;
}
ul.aufzaehlung li {
	list-style-image:url(../img/listitem.gif);
	margin-bottom:1em;
	vertical-align:middle;
}
img {
	vertical-align:bottom;
}
a {
	color:#cc0000;
}
h1 {
	font-size:10px;
}
h3 {
	font-size:1.2em;
}
span.active a {
	text-decoration:none;
}
a:hover,
span.active a {
	color:#000000;
}
a img {
	border:none;
}
p {
	font:1.1em Verdana, Arial, Helvetica, sans-serif;
	line-height:1.8em;
	margin:0.5em 0px;
}
div.stopper {
	clear:both;
	height:1px;
	font-size:1px;
}
.button {
	display:-moz-inline-box;
	display:expression('inline-block');
	margin-right:1em;
	background-image:url(../img/button_bgrd.gif);
	background-position:center;
	text-decoration:none;
	color:#333333;
	letter-spacing:0.08em;
	line-height:1.1em;
	border:1px solid #d2d2d2;
	border-bottom-color:#999999;
}
span.setChecks {
	cursor:pointer;
	text-decoration:underline;
}
.button:hover {
	background-image:url(../img/button_bgrd_hover.gif);
	border:1px solid #999999;
}
.button span {
	display:block;
	padding:0.1em 1.2em;
	background-image:url(../img/button_pfeil.gif);
	background-position:0.6em center;
	background-repeat:no-repeat;
}
div.strich,
div.dottedstrich {
	margin:1em 0px 1em 0px;
	border-bottom:1px solid #cccccc;
}
div.dottedstrich {
	border-bottom-style:dotted;
}
.Standard li.Immobiliensuche a,
.Direct li.Immobiliensuche a,
.Foreign li.Auslandsimmobilien a {
	background-color:#c70033;
	background-image:none;
	color:#ffffff;
	border-color:#c70033;
}
.Direct  #verfeinern,
.Foreign #verfeinern,
.Direct  #backLink {
	display:none;
}

/*** BEGINN Navigation ***/
div.metaNavigation {
	color:#000000;
	text-align:right;
	height:100%; /*IE 6-7 Peekaboo Bug*/
	padding:10px 10px 0px 0px;
}
div.metaNavigation a {
	padding:0.5em;
	letter-spacing:0.08em;
	text-transform:uppercase;
}
.subNavigation {
	background-color:#ffffff;
	background-image:url(../img/subnavi_bgrd.gif);
	background-repeat:repeat-x;
	background-position:left 1px;
	border-bottom:1px solid #ffffff;
	border-top:13px solid #ffffff;
	float:left;
	clear:left;
	width:100%;
}
.subNavigation div.extraPadding {
	padding:0.4em 1em 0.4em 1.6em;
	float:left;
}
.leftSide {
	float:left;
}
.righSide {
	float:right;
	color:#000000;
	margin-right:1em;
}
.righSide img {
	vertical-align:middle;
	opacity:0.6;
	filter:alpha(opacity="60");
	padding:0px 2px;
}
.righSide input {
	display:inline;
	vertical-align:middle;
	margin:0px;
	padding:0px 2px;
}
.righSide a.Active img {
	opacity:1;
	filter:alpha(opacity="100");
}
.subNavigation li {
	margin-left:0.5em;
	float:left;
}
.subNavigation li a {
	display:block;
	padding:0px 1px;
	text-decoration:none;
	position:relative;
	bottom:-1px;
	background-image:url(../img/button_pfeil.gif);
	background-position:0.6em center;
	background-repeat:no-repeat;
}
.subNavigation li a span,
.subNavigation span.leftSide {
	letter-spacing:0.08em;
	color:#666666;
	text-transform:uppercase;
}
.subNavigation span {
	display:block;
	padding:0.4em 0.6em 0.4em 1.6em;
}
.subNavigation li.active a,
.subNavigation li a:hover {
	border:solid #ffffff;
	border-width:0px 1px;
	background-color:#e7e7e7;
	background-image:url(../img/button_redpfeil.gif);
	padding:0px;
}
ul.TabNavigation {
	margin-left:513px;
}
ul.TabNavigation li,
ul.TabNavigation li {
	display:inline;
}
ul.TabNavigation li a {
	display:-moz-inline-box;
	display:expression('inline-block');
	padding:0.3em 1em;
	border:solid #bebebe;
	border-width:1px 1px 0px 1px;
	background-image:url(../img/tab_bgrd.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#b9b8b8;
	color:#666666;
	text-decoration:none;
	letter-spacing:0.08em;
	text-transform:uppercase;
}
ul.TabNavigation li.active a,
ul.TabNavigation li a:hover {
	background-color:#c70033;
	background-image:none;
	color:#ffffff;
	border-color:#c70033;
}
/*** ENDE Navigation ***/


/*** BEGINN Design ***/
div.mainPlaceHolder {
	width:97em;
	background-color:#666666;
	padding-top:10px;
	margin:auto;
}
div.mainPlaceHolderPadding {
	background-color:#FFFFFF;
}
div.mainContent {
	background-color:#e7e7e7;
	color:#000000;
	clear:left;
	height:100%;
	padding:1.5em 3em 2em 3em;
}
div.mainContent h1 {
	font:bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	color:#e5003d;
	margin-bottom:1em;
	white-space:nowrap;
}
div.footer {
	text-transform:uppercase;
	letter-spacing:0.08em;
	padding:7px 10px;
	color:#ffffff;
}
span.rightFooter {
	float:right;
}
div.footer a {
	color:#ffffff;
	padding:10px;
	text-decoration:none;
}
a.headerLogo {
	display:block;
	width:220px;
	height:36px;
	margin:0px 0px 15px 31px;
	background-image:url(../img/ir_logo.gif);
}
a.headerLogo span {
	display:none;
}
div.redArea {
	background-image:url(../img/red_bgrd.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#9f0033;
	float:left;
	width:100%;
	color:#ffffff;
}
div.redAreaStrich {
	background-image:url(../img/white_dot.gif);
	background-position:512px top;
	background-repeat:repeat-y;
	float:left;
	width:100%;
}
.redAreaLeft {
	width:512px;
	float:left;
	overflow:hidden;
}
.moodImage {
	width:322px;
	height:199px;
	float:left;
	background-image:url(../img/red_area_image.jpg);
}
.redAreaMiddle {
	float:left;
}
.redAreaMiddle h1.objnr {
	width:131px;
	height:59px;
	font-size:inherit;
	background-image:url(../img/objnr_header.png);
}
.redAreaMiddle h1.rest {
	width:375px;
	height:21px;
	margin:3.6em 0px 3.6em 2em;
	padding:0px;
	font-size:inherit;
	background-image:url(../img/restseiten_header.png);
}
.redAreaMiddle h1 span {
	display:none;
}
.redAreaRight {
	padding:0.5em 1em 1em 1em;
	color:#ffffff;
	float:left;
	width:43em;
}
.redAreaRight h1 {
	text-transform:uppercase;
	color:#ffffff;
	margin:0.5em 0px 1em 0px;
	padding-bottom:0.2em;
	font:normal 1em Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.08em;
	background-image:url(../img/strich_linie.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
div.contentLeftContainer {
	width:212px;
	float:left;
	border:1px solid #e7e7e7;
}
div.contentRightContainer {
	margin-left:292px;
	border:1px solid #e7e7e7;
	position:relative;
}
div.mainContent h2 {
	font:bold 1.6em "Arial Narrow", Arial;
	text-transform:uppercase;
	color:#666666;
	margin:0.5em 0px;
}
.dottedFrame {
	border:dotted #666666;
	border-width:1px 0px;
	padding:0.5em 0px!important;
}
.ObjSearchPanel {
	width:155px;
	margin:16px;
	overflow:hidden;
	margin-top:1em;
}
/*** ENDE Design ***/


/*** BEGINN Topobjekte ***/
div.TopObjekt {
	float:left;
	position:relative;
	left:3px;
	margin:0px 3em 1em 0px;
	background-color:#d2d2d2;
}
div.TopObjektPadding {
	position:relative;
	top:-3px;
	left:-3px;
	padding:1em 1.3em;
	background-color:#ffffff;
	border:1px solid #d2d2d2;
	overflow:hidden;
}
div.TopObjektPadding h3 {
	font:bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	color:#e5003d;
	height:3.5em;
	overflow:hidden;
	margin:1em 0px 0.5em 0px;
}
div.TopObjektPadding a.imgPlaceHolder {
	display:block;
	text-align:center;
	background-color:#d2d2d2;
	overflow:hidden;
}
div.TopObjektPadding a.imgPlaceHolder img {
	width:100%;
}
.TopImmoBild {
	height:10em;
}
/*** ENDE Topobjekte ***/


/*** BEGINN Immosuche ***/
.BreadCrumb {
	margin:0px 0px 1em 0px;
}
.BreadCrumb a {
	color:#ffffff;
	text-transform:none;
	font-weight:bold;
}
.BreadCrumb a:hover {
	color:#e9c6d0;
}
.geoList {
	font-size:1.1em;
	margin:-0.5em 0px 0.5em 0px;
}
.geoList input {
	margin-right:0.3em;
}
.geoList label {
	/*text-decoration:underline;*/
}
table.geoList {
	table-layout:fixed;
	width:100%;
}
.geoList a {
	color:#ffffff;
	text-transform:none;
}
.geoList li {
	height:1.4em;
	overflow:hidden;
}
.geoList input {
	vertical-align:top;
}
*+html .geoList input {
	width:14px;
	height:14px;
}
.geoList td {
	vertical-align:top;
	height:1px;
	padding-bottom:0.1em;
}
.geoList td input {
	float:left;
}
.geoList td label {
	display:block;
	margin-left:20px;
}
.geoImageMap {
	float:left;
	margin-right:1em;
}
.geoImageMap img {
	border:none;
	position:absolute;
}
.pagingBlock {
	display:-moz-inline-box;
	display:expression('inline-block');
	vertical-align:middle;
	margin-left:0.5em;
}
/*** ENDE Immosuche ***/


/*** BEGINN Trefferliste ***/
.trefferListe {
	width:100%;
}
.trefferListe td,
.trefferListe th {
	font-size:1.2em;
	text-align:left;
}
.trefferListe td .strich {
	margin:1em 0px;
	padding:0px;
}
.trefferListe .odd td,
.trefferListe .even td {
	vertical-align:top;
	background-color:#f3f3f3;
	text-align:left;
	padding:0.5em 1em;
}
.trefferListe th {
	border:solid #ffffff;
	border-width:1px 0px;
	background-color:transparent;
	padding:0.5em 1em;
}
.trefferListe td.Bild,
.trefferListe td.Thumb {
	width:7em;
	height:5em;
	background-color:#ffffff!important;
	padding:0px!important;
}
.trefferListe .Bild img,
.trefferListe .Thumb img {
	width:7em;
	height:5em;
	vertical-align:bottom;
}
.trefferListe a {
	color:#cc0000;
	text-decoration:underline;
}
.trefferListe tr.between td {
	height:1.5em;
	background-image:url(../img/strich_linie_grau.gif);
	background-position:center;
	background-repeat:repeat-x;
	
}
/*** ENDE Trefferliste ***/

/*** BEGINN Detailseite ***/
.AnfrageGrid,
.DetailGrid {
	float:left;
}
.AnfrageGrid {
	width:64em;
}
.DetailGrid table {
	width:33em;
	table-layout:fixed;
}
.DetailGrid td {
	width:50%;
	font-size:1.2em;
	line-height:1.8em;
	padding:0.2em 0.3em;
	vertical-align:top;
}
.DetailGrid tr.odd td {
	background-color:#f3f3f3;
}
.DetailGrid td.value {
	font-weight:bold;
}
div.officeLogo {
	border:1px solid #cccccc;
	background-color:#FFFFFF;
	width:120px;
	height:40px;
	overflow:hidden;
}
div.officeLogo img {
	vertical-align:bottom;
}
.kanzleiDaten {
	width:24em;
	float:right;
	overflow:hidden;
}
.kanzleiDaten table td {
	font-size:1.2em;
	padding:0.2em 0.3em;
	vertical-align:top;
}
div.officeLogo img {
	display:block;
	width:120px;
	height:40px;
}
a.iconLink {
	text-decoration:none;
}
a.iconLink img {
	vertical-align:middle;
}
a.iconLink span {
	display:inline;
	padding:0px;
	text-decoration:underline;
}
a.iconClose {
	position:absolute;
	right:0px;
	display:block;
	width:15px;
	height:15px;
	background-color:#ffffff;
	background-image:url(../img/close_icon.gif);
	background-position:right top;
	background-repeat:no-repeat;
}
a.iconClose span {
	display:none;
}
.BDSBild {
	table-layout:fixed;
	width:100%;
	margin-top:1em;
}
.BDSBild td {
	width:20%;
}
.BDSBild td a {
	display:block;
	margin-bottom:1em;
	text-align:center;
}
.BDSBild td img {
	width:80px;
	height:60px;
	padding:1px;
	vertical-align:bottom;
	border:1px solid #7c9a8f;
}
.BDSBildLarge {
	text-align:center;
	overflow:hidden;
}
.BDSBildLarge img{
	vertical-align:bottom;
}
/*** ENDE Detailseite ***/

/*** KontaktFormular ***/
.formlabel {
	font-size:1.2em;
	margin:0.5em 0px 0em 0px;
	text-decoration:none;
}
.AnfrageForm,
.EmpfehlenForm {
	float:left;
	width:32em;
	clear:left;
	margin-top:1em;
}
.anfrageChecks {
	width:16em;
	float:left;
}
.EmpfehlenForm .formlabel {
	display:block;
}
.AnfrageForm .formlabel {
	display:-moz-inline-box;
	display:expression('inline-block');
	width:8em;
}
.AnfrageForm br,
.EmpfehlenForm br {
	line-height:2em;
}
.pflichtfeld {
	font-weight:bold;
}
input {
	margin-right:0.2em;
}
.formfield {
	width:16em;
	background-image:url(../img/textboxbgrd.gif);
	background-position:center;
	background-position:center;
	border:1px solid #a9acc7;
	vertical-align:middle;
}
.textBox {
	width:110px;
}
.fusszeile {
	clear:both;
	color:#999999;
}
textarea.formfield {
	font-size:1.2em;
	width:100%;
	height:8em;
}
select.formfield {
	width:16.2em;
}
.submitButton {
	margin:10px 5px;
}
.zusatzAnfrage {
	float:right;
	padding:3em 0px 0px 30px;
	background-image:url(../img/anfragepfeile.gif);
	background-repeat:no-repeat;
	background-position:left 9em;
	width:27em;
}
/*** KontaktFormular ***/

.spezialBox{
	background-color:#cccccc;
	padding:0.3em 0.5em 0.5em 0.5em;
}
.spezialBox p {
	margin-top:0px;
}
.spezialBox h1 {
	margin-bottom:0px!important;
}
ul.maklerListe li {
	list-style-type:none;
}
ul.maklerListe li.odd {
	background-color:#f3f3f3!important;
}
ul.maklerListe li a {
	display:block;
	font-size:1.2em;
	vertical-align:bottom;
	padding:0.3em 0.5em;
	margin-bottom:1px;
}
ul.maklerListe ul li a {
	padding-left:1em;
	background-color:#f3f3f3;
}

.abc
{
    border: 1px solid #808080;
    font-weight: bold;
    color: #c00;
    background-image: url(../img/tab_bgrd.gif);
    padding: 4px;
    margin: 2px;
    float: left;
}