html[xmlns^="http"]{
	 /* Mozilla-Scrollbar */
	overflow-y: scroll;
}

html, body{
	margin:0;
	padding:0;
	height:100%;
	color: #000000;
	background-color: #CCC;
}

body{
	position: relative;
	width: 986px;
	margin: 0 auto 0 auto;
	text-align: center; /* horizontale Zentrierung in alten IEs */
}

div#website{
    min-height: 100%;
    height: auto !important;
    height: 100%;
	position: relative;
	width: 986px;
	text-align: left;
	color: #666666;
	background-color: #FFFFFF;
}


/* ####################################################### */
/* #### Raster / Seitenaufteilung ######################## */

div#signet{
	position:absolute;
	top:0;
	width:986px;
	text-align:center;
}

div#content{
	padding: 10px 10px 0 10px;
}

div#frontispiece{
	height:155px;
	overflow:hidden;
	margin: 0 0 15px 0;
}



div#footer{
    position: absolute;
    bottom: 0 !important;
    bottom: -0px;
    height: 1.5em !important;
    width: 966px;
    overflow: hidden;
	border-bottom:4px solid #F08A00;
}


/* ####################################################### */
/* #### Raster / Seitenaufteilung: Spalten ############### */

div#column1{
	float:left;
	width:234px;
	overflow:hidden;
}

div#column1a{
	float:left;
	width:722px;
	overflow:hidden;
}

div#columns234{
	float:right;
	width:722px;
	overflow:hidden;
}

div#columns2a{
	float:right;
	width:234px;
	overflow:hidden;
}

div#columns23{
	float:left;
	width:478px;
	overflow:hidden;
}

div#column3,
div#column4{
	float:right;
	width:236px;
	overflow:hidden;
	border-top:1px solid #cccccc;
}

div#column2small,
div#column2medium,
div#column2large{
	float:left;
	overflow:hidden;
	
}
div#column2small	{ width:234px;}
div#column2medium	{ width:478px;}
div#column2large	{ width:722px;}


/* FÃ¼r HTML-Content Elemente: */
div#column2large div#column2medium,
div#column2large div#column4{
	border-top:none;
}

div.tx_immo_singleview div#column4 {
	padding:20px 0 0 0;
	margin:0;
}


/* ####################################################### */
/* #### Allgemein: Schriften, Listen, Links u. Bilder #### */

html, body, table, th, td, div, li{
	font-family: arial, helvetica, lucida, sans-serif;
    font-size: 12px;
    line-height: 1.29em;
}

h1{
	margin:0 0 0.5em 0;
	font-size:1.5em;
	line-height:1.4em;
	font-weight:normal;
	padding:0;
}


h2{
	line-height:1.4em;
	margin:0 0 1em 0;
	font-size:1em;
	padding:0;
}

p{ margin: 0 0 1em 0; }

td { vertical-align:top; }


ul{
	list-style-type: square;
}

ul.tx_immo-besonderheiten {
	padding:0;
}

ul.tx_immo-besonderheiten li{
	padding:0;
	margin:0;
}

img{
	margin:0;
	padding:0;
	border:none;
}
div.tx_immo_singleview div#column4 img{
	margin-bottom: 9px;
}
div.tx_immo_singleview div#column4 img.img-1,
div.tx_immo_singleview div#column4 img.img-2{
	margin-right:6px;
}

a{
	color:#666666;
	background-color:inherit;
	text-decoration:none;
}
span.simpel a{
	text-decoration:none;
	text-decoration:underline;
}
a:hover{
	color:#666666;
	background-color:inherit;
}
a:hover span{
	text-decoration:underline;
}


a img.linkicon{
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/link_act.gif);
	margin-bottom:-1px;
}
a:hover img.linkicon{
	background-image: url(images/link.gif);
}
a img.linkexticon{
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/linkext_act.gif);
	margin-bottom:-1px;
}
/* a:hover img.linkexticon{
	background-image: url(images/linkext.gif);
} */
a img.linkbackicon{
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/linkback_act.gif);
	margin-bottom:-1px;
}
a:hover img.linkbackicon{
	background-image: url(images/linkback.gif);
}


dl.news-single-files dd{
	margin-left:0;
	padding-left:0;
	margin-bottom:2em;
}
dl.news-single-files dd img{
	margin-right:3px;
}
dl.news-single-files dd a{
	color:#F08A00;
	background-color:inherit;
	text-decoration:underline;
	padding-left:120px;
	display:block;
	line-height:35px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(images/pdf_icon.gif);
}

/* ####################################################### */
/* #### Titelbild / CSC Bilder / Bild m. Text ############ */

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image{
	margin-bottom:0;
}

div.csc-textpic-clear{
	height:0px;
	overflow:hidden;
}

/* Border-top behebt einen Bug im IE: */
/* (ein Bildobjekt bekommt ansonsten unten eine Art "margin-bottom") */
div.csc-textpic{ border-top:1px solid #ffffff; }
div.rahmen1 div.csc-textpic{ border-top:none; }

/* Bildunterschrift */
div.rahmen1 dd.csc-textpic-caption{
	padding-left:10px;
	padding-right:10px;
}

/* ####################################################### */
/* #### Rahmen um Content-Elemente ####################### */

/* RAHMEN1: Hintergrund grau mit Linie oben */
div.rahmen1{
	border-top:1px solid #cccccc;
	color:inherit;
	background-color:#f0f0f0;
	margin:20px 0 20px 0;
	padding-bottom:3px;
}

div.tx_immo_list div.rahmen1{
	min-height:150px;
}
div.rahmen1 p{
	margin: 0 10px 0 10px;
}
div.rahmen1 div.csc-textpic-intext-left-nowrap h2,
div.rahmen1 div.csc-textpic-intext-left-nowrap p{
	margin-left:0;
}
div.rahmen1 h2{
	margin: 0 10px 0 10px;
	padding-top:2px;
}

/* RAHMEN2: Linie oben */
div.rahmen2{
	margin-top:20px;
	border-top:1px solid #cccccc;
}

/* RAHMEN3: Schrift orange mit Linie oben */
div.rahmen3{
	border-top:1px solid #F08A00;
	color:#F08A00;
	background-color:#ffffff;
}
div.rahmen3 a{
	color:#F08A00;
	background-color:inherit;
}
div.rahmen3 a:hover{
	color: #666666;
	background-color: inherit;
}
div.rahmen3 a img.linkicon{
	background-image: url(images/link_act.gif);
}
div.rahmen3 a:hover img.linkicon{
	background-image: url(images/link.gif);
}


/* ####################################################### */
/* #### Formulare ######################################## */

fieldset{
	border:none;
	margin: 0;
	padding:0;
}
div.rahmen1 fieldset{
	margin: 10px 0 10px 10px;
}
label{
	display:block;
}
div.csc-mailform-field{
	padding-bottom:5px;
}


/* ####################################################### */
/* #### Tabellen ######################################### */

table{
	border-collapse:collapse;
}
table.contenttable{
	display:block;
	margin: 0 0 20px 0;
}
div.rahmen1 table.contenttable{
	margin:0;	
}

table.contenttable td{
	width:234px;
	border-right:10px solid #ffffff;
	padding:0 0 2px 0;
}
div.rahmen1 table.contenttable td{
	border-right:10px solid #f0f0f0;
}

table.contenttable-1 tr.tr-0 td{
	padding-top:1px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(images/line_grey.gif);
}
table.contenttable-1 td{
	color:inherit;
	background-color:#f0f0f0;
}
table.contenttable-1 h2{
	padding-top:2px;
}



table.contenttable td.td-last{
	border-right:none;
}

table.contenttable h2{
	margin-top:0;
	margin-bottom:0;
	color: #666666;
	background-color:inherit;
}
div.rahmen1 table.contenttable a,
table.contenttable-1 a,
table.contenttable-1 h2{
	margin: 0 10px 0 10px;
}
div.rahmen1 table.contenttable span.simpel a,
table.contenttable-1 span.simpel  a{
	margin: 0 0 0 0;
}


/* ####################################################### */
/* #### Suche ############################################ */

form#searchform{
	position:absolute;
	top:10px;
	right:10px;
	margin:0;
	padding:0;
}
form#searchform fieldset{
	display:block;
	float:right;
	padding:3px;
}


/* ####################################################### */
/* #### Hauptnavigation ################################## */

div#hauptnavigation{
	position:absolute;
	left:10px;
	padding-left:20px;
	top:135px;
	color:#ffffff;
	background-color:#155e9c;
}







div#hauptnavigation ul li a.act,
div#hauptnavigation ul li a:hover{
	color:#F08A00;
	background-color:#155e9c;	
}

div.clear{
	clear:both;
	height:1px;
	overflow:hidden;
}




ul#nav{
	margin: 0;
	padding: 0;
	list-style: none;
	color:#ffffff;
	background-color:#155e9c;
	width: 946px;
}

ul#nav li{
	float: left;
	line-height:30px;
}


ul#nav a{
	display:inline; /* für den I.E.-Mac, sonst stehen die Hauptmenuepunkte untereinander */
	color: #FFFFFF;
	font-weight:bold;
	background-color:#155e9c;
	text-decoration: none;
	padding: 0 10px 0 10px;
}
ul#nav a.act{
	color:#F08A00;
	background-color:#155e9c;
}


/* I.E. Hack (ohne gibt es im Safari Probleme beim Hovern von Punkten ohne Unterpunkte) - Der Kommentar nach dem "a" ist der Hack: */
ul#nav a/* */ {
	display:block;
}
ul#nav li a:hover{
	color:#F08A00;
}


ul#nav li ul {
	position: absolute;
	display: none; /* Menue Ausblenden */
	top: 100%;
	width:175px;
	margin: 0 0 0 1px;
	padding: 0;
	list-style: none;
	background-color:#155e9c;
	z-index:2;
}

/* Bei Hover einblenden: */
ul#nav li:hover ul,
ul#nav li.over ul {
	display: block;
	border-bottom: 1px solid #ffffff;
}

ul#nav li li {
	display: block;
	float: left;
	width:175px;
	margin:0;
	padding:0;
	border-top: 1px solid #ffffff;
	line-height:15px;
}

ul#nav li li a {
	line-height:14px;
	display:block;
	padding: 2px 10px 2px 10px;
	color: #ffffff;
	background-color: #155e9c; /* Hintergrundfarbe des Menues */
}
ul#nav li li a:hover {
	color:#F08A00;
}

ul#nav li > ul{
	top: auto;
	left: auto;
}



/* ####################################################### */
/* #### Unternavigation ################################## */

ul#subnav{
	display:block;
	margin:0 0 2em 0;
	padding:0;
	border-bottom:1px solid #cccccc;
}

ul#subnav li{
	margin:0;
	padding:0;
	list-style-type:none;
	line-height:1.5em;
}

ul#subnav li a{
	display:block;
	text-decoration:none;
	color:#666666;
	border-top:1px solid #cccccc;
	padding: 0 0 0 24px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url(images/bg_nav_no.gif);
}


/* Rahmen oberhalb der Navigationspunkte + ZeilenhÃ¶he der Unterpunkte: */

ul#subnav li.sec1 a{
	border-top:1px dotted #cccccc;
	line-height:1.5em;
}
ul#subnav li.sec a,
ul#subnav li.third a,
ul#subnav li.fourth a{
	border-top:none;
	line-height:1.5em;
}


/* Einrückungen der verschiedenen Navigationsebenen: */

ul#subnav li.sec1 a,
ul#subnav li.sec a{
	padding: 0 0 0 50px;
	background-position: 36px center;
}

ul#subnav li.third a{
	padding: 0 0 0 76px;
	background-position: 62px center;
}
ul#subnav li.fourth a{
	padding: 0 0 0 108px;
	background-position: 94px center;
}


/* Farben u. Hintergrundbilder: */

ul#subnav li a.cur{
	color:#F08A00;
	background-color:#ffffff;
	background-image: url(images/bg_nav_cur.gif);
}
ul#subnav li a.curifsub{
	color:#F08A00;
	background-color:#ffffff;
	background-image: url(images/bg_nav_curifsub.gif);
}
ul#subnav li a.ifsub{
	background-image: url(images/bg_nav_ifsub.gif);
}
ul#subnav li a.actifsub{
	background-image: url(images/bg_nav_actifsub.gif);
}

/*########################################################*/
/*##############  Objektansichten ########################*/

.immo_img {
	border:1px solid #CCC;
	margin-right:1px;
}

.tx_immo_chkbox {
	float:right;
	margin-top:18px;
}

#tx_immo_selectbox {
	width:220px;
	float:left;
}

#tx_immo_searchbox {
	width:240px;
	float:right;
}

.highlight {
	color:red;
}

.browseBoxWrap .activeLinkWrap{
	font-weight:bold;
}


div.immo_printview {
	padding:10px 30px;

}

div.immo_printview img.immo_img {
	border:none;
	margin-right:30px;
}


div.tx_immo_singleview table.contenttable td{
	border-top:1px solid #cccccc;
	border-right:none;
	padding-right:10px;
}
table.immodetails tr{
	border-top:1px solid #cccccc;
}

/* Vor- und Zurück-Navigation: */

div.tx-immo-pi1 div.browseBoxWrap {
	text-align:center;
}

div.tx-immo-pi1 div.browseLinksWrap {
	width:400px;
	margin:auto;
	text-align:center;
}

div.tx-immo-pi1 div.browseLinksWrap a {

	padding:4px 7px;
	background-color:#f0f0f0;
	margin-right:6px;
	line-height:20px;
}


div.tx-immo-pi1 div.browseLinksWrap span.activeLinkWrap a,
div.tx-immo-pi1 div.browseLinksWrap a:hover {
	background-color:#f08a00;
	color:#ffffff;
}

/* ####################################################### */
/* #### Gallery ########################################## */

div.tx-riegelgallery-pi1 img{
	margin: 1px 15px 15px 0;
}


/* ####################################################### */
/* #### tt_news ########################################## */

/* Vor- und Zurück-Navigation: */

div.tx-ttnews-browsebox td a{
	display:block;
	width:20px;
	height:20px;
	text-align:center;
	margin-right:3px;
	background-color:#f0f0f0;
	line-height:20px;
}
div.tx-ttnews-browsebox td a:hover,
div.tx-ttnews-browsebox td.tx-ttnews-browsebox-SCell a{
	background-color:#f08a00;
	color:#ffffff;
}

/* ####################################################### */
/* #### Breadcrumb ####################################### */

div#breadcrumb,
div#breadcrumb a {
	color:#bbbbbb;
	background-color:#ffffff;
}
div#breadcrumb a:hover {
	color:#F08A00;
	background-color:#ffffff;
}


/* ####################################################### */
/* #### Footer ########################################### */

div#footer span{
	display:block;
	float:left;
}

div#footer,
div#footer a{
	color:#666666;
	background-color:#ffffff;
}