div.debug {
	padding:0.2em;
	background-color:#CCFFFF;
	border: 1px dotted black;
}

body {		
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 15px;
	background-color: #FFFFFF;		
	margin: 0px;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
}

h2 {
	font-size: 15px;
	margin-bottom: 0px;
}

h3 {
	font-size: 15px;	
	margin-bottom: 0px;
}

a {
	color: #000000;
}

img {
	border: 0px;
}

/* �berschriften */

.clickableHeading, .clickableHeadingActive {
	width: 532px;
	background-color: #E6E6E6;
	padding: 3px;
	padding-left: 18px;
	background-image: url('images/pfeilchenClosed.png');
	background-position: 3px center;
	background-repeat: no-repeat;
}
.clickableHeadingActive {
	background-image: url('images/pfeilchenOpen.png');
}

/* Styles f�r Header-Formatierung */

tr.lexerHeaderTop {
	height: 110px;
}
td.lexerHeaderTopLeft {
	width: 50px;
}
td.lexerHeaderTopCenter {
	width: 680px;
	padding-right: 20px;
}
td.lexerHeaderTopRight {
	vertical-align: bottom;
	padding-left: 15px;
	border-left: 1px solid;
	border-color: #999999;
	font-size: 14px;
	text-transform: uppercase;
}

tr.lexerHeaderMiddle {
	height: 260px;
}
td.lexerHeaderMiddleLeft {
	width: 50px;
	background-image: url('images/bg_header.png');
	background-repeat: repeat-x;
}
td.lexerHeaderMiddleCenter {
	width: 700px;
	background-image: url('images/bg_header.png');
	background-repeat: repeat-x;
}
td.lexerHeaderMiddleRight {
	background-image: url('images/bg_header.png');
	background-repeat: repeat-x;
	vertical-align: top;
	padding-left: 15px;
	padding-top: 15px;
	font-size: 13px;
}

tr.lexerMenuContent {
}
td.lexerMenuContentLeft {
	width: 50px;
}
td.lexerMenuContentCenter {
	padding-top: 40px;
}

#lexerLogo {
	float:left;
	margin-top: 30px;
}

#lexerLanguage {
	float:right;
	text-align: right;
	font-size: 10px;
}
#lexerLanguage a {
	text-decoration: none;
}
#lexerLanguage a:hover {
	text-decoration: underline;
}

#lexerContact {
	margin-top: 4.5em;
	font-size: 14px;
}

#lexerFastsearch {
	font-size: 14px;
	text-transform: uppercase;
}

input.searchButton {
	height: 16px;
	font-size: 11px;
	padding-right: 20px;
	padding-left: 3px;
	margin-left: 20px;
	background-color: #F7F7F7;
	background-image: url('images/bg_button.png');
	background-position: top right;
	background-repeat: no-repeat;
	border:none;
}

/* Footer */

table.lexerFooter {
	width: 800px;
	border-top: 1px solid;
	border-color: #999999;
}

table.lexerFooter tr td {
	font-size: 10px;
	color: #999999;
}

table.lexerFooter tr td a {	
	color: #999999;
}


/* Menu- und Content-Container */
#lexerMenu {	
	float:left;
	width: 150px;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.3em;
}
#lexerMenu a {
	text-decoration: none;
}
#lexerMenu a:hover {
	text-decoration: underline;
}
#lexerMenu a.active {
	font-weight: bold;
}

#lexerContent {
	padding-left: 150px;
}

#lexerContent p, #lexerContent table {
	width: 550px;
}

#lexerPrintLogo {
	display:none;
}

/* Karte auf Startseite */

a.dotAT {
	position:absolute;
	height: 5px;
	width: 5px;
	color: #E5F2FF;	
	line-height: 0pt;
	text-decoration: none;
	z-index: 2;
}
a.dotAT:hover {
	color: #FFDF5E;
	font-weight: bold;
}

/* Suchtabelle */

table.selectTable {
	width: 100%;
}
table.selectTable tr td {
	white-space: nowrap;
	vertical-align: top;
}

div.regionen {
	display: none;	
}
div.regionen input {
	margin-left: 50px;
}

/* Detailseite */

table.propertyImages {
	margin-top: 1em;
	width: 465px;
}
table.propertyImages tr td {
	width: 155px;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
}
table.propertyImages tr td img {
	border: 1px solid #999999;
	padding: 5px;
}
