/**********************************************
 * CONECTO Business Communication GmbH        *
 * Project: Immobilien Hadlich                *
 * Type: screen                               *
 **********************************************/

body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background: #f6f6f6 url(../img/layout/bg_body.jpg) repeat-x top left;
}

div#wrapHeader {
	width: 994px;
	margin: 0 auto 0 auto;
}

div#containerHeader {
	background: url(../img/layout/bg_head.jpg) no-repeat 64px -10px;
	height: 90px;
}

div#containerHeaderLogo {
	width: 211px;
	padding: 1px;
	background: #fff;
	margin-left: 69px;
	text-align: center;
	float: left;
}


hr.clearHr {
	clear: both;
	visibility: hidden;
	position: relative;
	top: -1000px;
	left: -1000px;
	font-size: 1px;
	height: 1px;
	border: none;
}

/* Header Nav */
div#containerHeaderNav {
	text-align: right;
	margin-left: 282px;
	padding-top: 48px;
	border-top: 1px solid #fff;
}

#navTop ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#navTop li {
	display: inline;
	list-style-type: none;
}

#navTop a {
	padding: 1px 10px 1px 10px;
	color: #a4a4a4;
	border-right: 1px solid #a4a4a4;
	text-decoration: none;
}

#navTop a:hover {
	color: #666;
}
/* Header Nav ENDE */

div#containerMainNav {
	position: relative;
	top: -280px;
	width: 209px;
	margin: 20px 0 -267px 71px;
}

/* Main Nav */
#containerMainNav { width: 209px; }

#containerMainNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#containerMainNav li {
	margin: 0;
	padding: 0;
}

#containerMainNav a {
	display: block;
	padding: 3px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	background: url(../img/layout/bullet_nav.gif) no-repeat 22px 7px;
	padding-left: 41px;
	margin-bottom: 1px;
}

#containerMainNav a:hover,
#containerMainNav a.active,
#containerMainNav a.active:hover {
	background-color: #fff;
}

#containerMainNav .sub a {
	text-transform: none;
	font-weight: normal;
	padding-left: 46px;
	background: url(../img/layout/subNav_bullet.gif) no-repeat 40px 9px;
}
#containerMainNav .sub a span { display: none; }
#containerMainNav .sub a.active,
#containerMainNav .sub a.active:hover,
#containerMainNav .sub a:hover {
	background-color: #b4c6d4;
}

/* Main Nav ENDE */

div#wrapContent {
	background: #fff url(../img/layout/bg_wrapContent.jpg) repeat-x top left;
	min-height: 400px;
	height: auto !important;
	/*height: 400px;*/
}
div#wrapContentInner {
	width: 930px;
	margin: 0 auto 0 auto;
	line-height: 14px;
	padding-left: 64px;
}

div#containerFooter {
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 10px;
	line-height: 14px;
}

div#footerLogo {
	width: 95px;
	float: left;
	margin-left: 55px;
}
div#footerInfo {
	margin-left: 252px;
	width: 600px;
	height: 27px;
	color: #b2b2b2;
}

div#footerInfo a {
	color: #b2b2b2;
	text-decoration: none;
}
div#footerInfo a:hover {
	color: #b2b2b2;
	text-decoration: underline;
}
div#copyright {
	width: 37px;
	float: right;
}


div#containerSidebar {
	width: 167px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	background: url(../img/layout/bg_sidebar_2.jpg) no-repeat top left;
	/*padding: 35px 28px 0 28px;*/
	padding: 35px 28px 0 28px;
}


div#banner {
	margin-bottom: 20px;
}

div#sbSearch h1 {
	padding: 0;
	margin: 0;
	background: url(../img/layout/btn_haus.jpg) no-repeat left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7b7b7b;
	text-transform: uppercase;
	padding-left: 40px;
	margin-bottom: 10px;
	line-height: 28px;
	border-bottom: 1px dotted #ccc;
}
div#sbSearch form {
	padding: 0;
	margin: 0;
}
div#sbSearch form .sbFieldSelect, .sbFieldSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 1px;
	width: 100%;
}
div#sbSearch .sbButtonSubmit {
	background: url(../img/layout/bg_button.jpg) no-repeat top left;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	border: none;
	width: 100%;
	padding: 2px;
	margin-top: 10px;
}


div#containerContent {
	margin: 35px 23px 35px 23px;
	float: right;
	width: 630px;
	padding: 15px;
	background-color: #fff;
	color: #7b7b7b;
}

div#containerContent h1 {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #c10000;
	text-transform: uppercase;
	background: url(../img/layout/bg_h1.gif) no-repeat bottom right;
	padding-bottom: 10px;
	margin-bottom: 10px;
	clear: both;
}

div#containerContent a {
	color: #c10000;
	font-weight: normal;
	text-decoration: underline;
}
div#containerContent a:hover,
div#containercontent a:visited {
	text-decoration: none;
}

.boxOverview {
	background: url(../img/layout/bg_line_h.gif) repeat-x bottom left;
	height: 39px;
	margin-bottom: 10px;
}
.boxOverview div.boxImg {
	width: 64px;
	height: 39px;
	overflow: hidden;
	float: left;
}
.boxOverview div.boxText {
	margin-left: 25px;
	padding: 7px;
	width: 390px;
	float: left;
}
.boxOverview div.boxText h4 {
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 10px;
}
.boxOverview div.boxText p {
	padding: 0;
	margin: 0;
}
.boxOverview div.boxLink {
	margin-left: 10px;
	height: 23px;
	padding-top: 15px;
	text-align: right;
}
/*.boxOverview div.boxLink a {
	background: url(../img/layout/bg_button_2.jpg) no-repeat top left;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 33px 3px 32px;
	text-align: center;
}*/


div#langLink {
	width: 38px;
	height: 25px;
	position: relative;
	left: 956px;
	z-index: 100;
	margin-bottom: -25px;
}
div#langLink a.english {
	display: block;
	width: 38px;
	height: 0px;
	padding-top: 25px;
	overflow: hidden;
	background: url(../img/layout/flag_en.jpg) no-repeat top left;
}
div#langLink a.deutsch {
	display: block;
	width: 38px;
	height: 0px;
	padding-top: 25px;
	overflow: hidden;
	background: url(../img/layout/flag_de.jpg) no-repeat top left;
}


.contFormCheckbox {
	width: 30%;
	float: left;
	margin-right: 10px;
}

.formSelect {
	width: 50%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 1px;
}
.formButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


div.immoSearchPagination {
	margin-bottom: 50px;
	margin-top: 10px;
	text-align: right;
}
a.immoSearchPaginationLink,
a.immoSearchPaginationCurLink {
	padding: 4px;
	background: #ccc;
	text-decoration: none;
	color: #fff;
}
a.immoSearchPaginationLink:hover,
a.immoSearchPaginationCurLink {
	background: #cd0000;
	color: #fff;
}

.immoSearchErg {
	margin-bottom: 30px;
}

table.immoTable {
	border-collapse: collapse;
}
table.immoTable td {
	padding: 4px 2px;
}
tr.rowHead {
	background: #c10000;
}
tr.rowHead td {
	font-weight: bold;
	color: #fff;
}
tr.rowFirst {
	background: #eaeaea;
}
tr.rowSecond {
	background: #fff;
}


.categoryBox {
    width: 260px;
    height: 50px;
    float: left;
    margin: 5px;
}
.categoryBox a.categoryLink,
.categoryBox a.categoryLink:hover {
    display: block;
    /*padding-top: 50px;
    height: 34px;*/
    line-height: 40px;
    padding-left: 50px;
    text-align: left;
    background-position: left;
    background-repeat: no-repeat;
    text-decoration: none !important;
}
.categoryBox a.categoryLink:hover {
	font-weight: bold !important;
}
.anfrageButtonSubmit {
	background: url(../img/layout/bg_button.jpg) no-repeat top left;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	border: none;
	w/idth: 100%;
	padding: 2px;
	margin-top: 10px;
}

.detailTable {
	border-collapse: collapse;
}
.detailTable td {
	padding: 4px;
	border: 1px solid #fff;
	background-color: #eee;
}
td.cellTitle {
	background-color: #c0c0c0;
	font-weight: bold;
	color: #fff;
}
td.white {
	background-color: #fff;
}

.imageborder {
	border: none;
	margin-bottom: 5px;
}

.boxProvision {
	margin-top: 20px;
	border: 1px solid #eee;
	background-color: #f6f6f6;
	padding: 5px;
}

.agreement {
    font-weight: bold;
		color:red;
}






.offerOfTheMonth {
	width: 300px;
	background: #efefef;
	margin-bottom: 50px;
	float: left;
	margin-right: 20px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
}
.offerOfTheMonthLast {
	margin-right: 0;
}
.offerOfTheMonth a img {
    border: none;
}
.offerOfTheMonth h5 {
	padding: 5px 5px;
	margin: 0;
	color: #fff;
	background: #cd0000;
	font-size: 12px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}
.offerOfTheMonth .offerOfTheMonthContent {
	padding: 10px;
}
.offerOfTheMonth .offerOfTheMonthText {
	height: 80px;
}


/*.tx-immo-pi1 { margin-bottom: 25px; }*/
.tx-immo-pi1 h2 {
	font-size: 12px;
	font-weight: bold;
	background: #bb1111;
	color: #fff;
	margin: 25px 0 5px 0;
	padding: 0 0 1px 0;
}
.tx-immo-pi1 h2 span {
	display: block;
	padding: 6px;
	border-bottom: 1px solid #fff;
}
