/* CSS Document */

/* CSS Document */

BODY {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5D5D5D;
	margin:auto;
}

A {
	color: #921130;
	text-decoration: none;
	font-size:10px;
}

INPUT, SELECT, TEXTAREA {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5D5D5D;
}

INPUT, TEXTAREA {
	border: 1px solid #666666;
	border-top: 1px solid #5D5D5D;
	border-left: 1px solid #5D5D5D;
	padding: 3px;
}

.bodyContent {
	text-align:center;
	margin:auto;
}

div#main {
	width: 620px;
	max-width: 620px;
	margin: auto;
	text-align:left;
}

div#xxlHeader {
	display:none;
}
div#xxlPrintLogo {
	display:block;
	background-color:#FFFFFF;
	text-align:center;
}

		
div#xxlGeopath {
	background-image:none;
	background-color: #FFFFFF;
	height: 35px;
	padding: 20px 0px 0px 21px;
	font-size: 10px;
	color: #000000;
}
	div#xxlGeopath A {
		color: #666666;
		text-decoration:underline;
	}

div#xxlContent {
	background-color: #FFFFFF;
	padding: 0px 10px 0px 10px;
}

div#xxlContentLeft {
	display:none;
}

div#xxlContentMain {
	float:left;
	width: 600px;
	padding: 0px 10px 0px 10px;
}

div#xxlContentRight {
	display:none;
}


div#xxlFooterContact, div#xxlFooterContact A {
	color: #5D5D5D;
	font-size: 10px;
}

div#xxlFooter {
	font-size: 10px;
}
	div#xxlFooter A {
		text-decoration:underline;
		color: #5D5D5D;
	}


.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.clearSpace {
	clear:both;
}

.xxlSmall {
	font-size: 10px;
}


.detailTitle {
	margin-bottom: 15px;
}
.detailSubTitle {
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}
.detailTeaser {
	font-weight:bold;
	margin-bottom: 10px;
}
.detailText {
	margin-bottom: 10px;
}
.detailPanorama {
	margin-top: 10px;
	margin-bottom: 20px;
}
.detailPanoramaText {
	margin-top: 5px;
	font-size: 10px;
	color: #5D5D5D;
}
.detailFooter A {
	color: #5D5D5D;
	font-size: 10px;
	text-decoration:underline;
}



.homeArticle {
	height: 100px;
	background-image:url(http://homes.tiscover.com/prjt/strasserwirt/img/homecol-bg.gif);
	background-position:right;
	background-repeat:no-repeat;
	margin-bottom: 35px;
}

.listArticle {
	height: 100px;
	margin-bottom: 35px;
}

.price {
	float:right;
	height: 28px;
	color: #921130;
	font-size: 12px;
	width: 65px;
	margin-right: 5px;
	background-image:url(http://homes.tiscover.com/prjt/strasserwirt/img/price.gif);
	background-repeat:no-repeat;
	padding: 20px 0px 20px 0px;
	text-align:center;
}

div.formLine {
	padding: 3px 5px 5px 5px;
	border-bottom: 1px solid #D5D5D5;
}
	div.formLeft {
		float:left;
		width: 150px;
		font-size: 11px;
		padding: 5px 0px 0px 0px;
	}
	div.formRight {
		float:left;
		width: 400px;
		overflow:hidden;
	}
		div.formRight INPUT {
			width: 390px;
		}
