/* CSS Document */

BODY {
	background-color: #EEEEEE;
	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: 980px;
	max-width: 980px;
	margin: auto;
	text-align:left;
}

div#xxlHeader {
	background-color: #FFFFFF;
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
}
	div#xxlWhiteBar {
		height: 10px;
		background-color: #FFFFFF;
	}
	
	div#xxlNavigation {
		background-image:  url(http://homes.tiscover.com/prjt/strasserwirt/img/header-top-bg.gif);
		height: 93px;
	}
		div#xxlNavigation A {
			font-size: 10px;
			color: #5D5D5D;
		}
		div#xxlNavigation .floatLeft a {
			padding-left: 10px;
		}
	
	div#xxlLogo {
		float:left;
		width: 360px;
		height: 230px;
		background-image:url(http://homes.tiscover.com/prjt/strasserwirt/img/header-logo-bg.jpg);
		border-right: 10px solid #FFFFFF;
	}
	div#xxlPrintLogo {
		display:none;
	}
		div#xxlIcons {
			margin: 160px 0px 0px 0px;		
			height: 70px;
		}
	
	div#xxlHeaderImage {
		float:left;
		width: 430px;
		background-image: url(../img/header-flash-replace.jpg);
	}
	
	div#xxlHeaderRightCol {
		float:left;
		background-color: #C68621;
		width: 160px;
		height: 230px;
	}
		div.headerBox {
			padding: 10px 10px 10px 10px;
			color: #FFFFFF;
		}
			div.headerBox A {
				color: #FFFFCC;
				font-size: 10px;
			}
            
/**
*   Header
*/            
    .xxl_hl_fcol {
        float:left;
        width:289px;
        margin-right:10px;
    }         

    .xxl_hl_scol {
        float:left;
        width:59px;
        margin-right:10px;
    }   

    .xxl_hl_fcol_logo {
        margin-bottom:10px;
    }

    .xxl_hl_fcol_is1 {
        width:140px;
        float:left;
        margin-right:9px;
    }

    .xxl_hl_fcol_is2 {
        width:140px;
        float:left;
    }
    
	
div#xxl_lay_header_flash {
    float:left;
    width:419px;
    margin-right:10px;
    overflow:hidden;
}
	
div#xxlGeopath {
	background-image:url(http://homes.tiscover.com/prjt/strasserwirt/img/header-bottom-bg.jpg);
	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 10px 10px;
}

div#xxlContentLeft {
	float:left;
	width: 180px;
}
	div#xxlContentLeftNavigation {
		background-image:url(http://homes.tiscover.com/prjt/strasserwirt/img/leftcol-nav-bg.gif);
		background-position:right;
		background-repeat:repeat-y;
	}
	
	div.navElement, div.navElementActive {
		width: 140px;
		padding: 8px 10px 8px 10px;
		border-bottom: 1px solid #EEEEEE;
	}
		div.navElement A {
			color: #921130;
			font-weight: bold;
			font-size: 11px;
			text-decoration:none;
		}
		div.navElementActive A {
			color: #666666;
			font-weight: bold;
			font-size: 11px;
			text-decoration:none;
		}
	
	div.subnavElement, div.subnavElementActive {
		padding: 3px 0px 3px 0px;
	}
		div.subnavElement A {
			color: #921130;
			font-size: 11px;
			font-weight:normal;
			text-decoration:none;
		}
		div.subnavElementActive A {
			color: #666666;
			font-size: 11px;
			font-weight:normal;
			text-decoration:none;
		}

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

div#xxlContentRight {
	float:right;
	width: 160px;
}
	div#xxlContentRight .box {
		border-bottom: 1px solid #EEEEEE;
		padding: 0px 0px 10px 0px;
		margin-bottom: 10px;
	} 
	div#xxlContentRight .boxTitle {
		font-weight:bold;
		color: #000000;
		padding: 5px 0px 5px 0px;
	}

div#xxlEnd {
	background-image:url(http://homes.tiscover.com/prjt/strasserwirt/img/footer-bg.gif);
	height: 43px;
	padding-left: 10px;
}

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

div#xxlFooter {
  border: 1px solid #EEEEEE;
  background: #EEEEEE;
	font-size: 10px;
}
	div#xxlFooter A {
		text-decoration:underline;
		color: #5D5D5D;
	}


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

.space10 {
	clear:both;
	height: 10px;
}

.xxlSmall {
	font-size: 10px;
}

.textred {
	color: #CC0000;
	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: 45px;
}

.listArticle {
	margin-bottom: 35px;
}
	.listArticleBordered {
		padding: 10px 10px 10px 10px;
		margin-bottom: 35px;
		background-color: #FDFAB7;
	}

.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;
		}

div.form_input {
	width: 250px;
}
    



/* sys anpassung */
.thawtelogo {
  width: 90px;
  height: 90px;
  float: right;
}

/* Anfragebox */
.left input {
	width: 150px;
	margin-bottom: 5px;
}
#sd, #ed {
	width: 70px;
}
.left img {
	vertical-align: bottom;
	padding-left: 5px;
}
#adults, #kids, #ageKids input {
	width: 10px;
}
