* {
	margin: 0;
}
.breaker {
	clear:both;
}
html, body {
	height: 100%;
	background:#c8c8c8;
	font-size:11px;
}

h2 {
	font-size: 21px;
	text-transform: uppercase;
	color: #818181;
	font-weight:lighter;
	margin-left: 308px;
	font-family:'Futura W01 Light';	
}

#wrapper {
	width:100%;
}
.ie8 #wrapper {
	width:100%;
	background:url(../img/bg_vertical.jpg) repeat-y top center;
}

#contentWrapper {
	width: 1000px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 90px 0px #777;
	-moz-box-shadow: 0px 0px 90px 0px #777;
	box-shadow: 0px 0px 90px 0px #777;
}

.ie8 #contentWrapper {
	width: 1000px;
	margin: 0 auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


#header {
	width: 1000px;
	height: 240px;
	background: #fff;
}

#header a img {
	border: 0;
}

#headline_box {
	width: 1000px;
	height: 29px;
	background:#e3e3e3;
	padding-top: 11px;
}

#auswahlcontent, #content {
	/* width: 711px; */
	min-height: 380px;
	height:auto !important;
	height: 380px;
	background: #fff;
	padding-left: 289px;
	padding-top: 55px;
}
#content {
	padding-right: 20px;
}

#auswahlcontent a:hover span {
	display: block;
}

#auswahlcontent a:hover {
	background-position: 12px -85px;
}

#auswahlcontent a {
	width: 550px;
	height: 66px;
	display: block;
	text-decoration:none;
	overflow: hidden;
	padding-bottom: 17px;
}

.baugrund_dresden {
	background:url(../img/baugrund_dresden.jpg) no-repeat;
}

.baugrund_wien {
	background:url(../img/baugrund_wien.jpg) no-repeat;
}


#auswahlcontent a span {
	font-size: 19px;
	font-weight:lighter;
	line-height: 120%;
	text-decoration:none;
	color: #818181;
	float: right;
	margin-top: 12px;
	width: 280px;
	text-transform:uppercase;
	display: none;
}

.baugrund_timisoara {
	background:url(../img/baugrund_timisoara.jpg) no-repeat;
	padding-bottom: 10px!important;
}

.baugeo {
	background:url(../img/baugeo.jpg) no-repeat;
}

#content {
	padding-left: 305px;
	color: #818181;
}

#content h3 {
	font-size: 21px;
	text-transform:uppercase;
	margin-bottom: 21px;
	color: #818181;
}
#content p {
	font-size:14px;
	line-height:21px;
	color: #818181;
}
#content p a{
	color: #666;
}

#footerWrapper {
	width: 100%;
}

.ie8 #footerWrapper {
	width: 100%;
	background:url(../img/bg_footer.jpg) no-repeat top center;
	margin-top:-60px;
	padding-top:60px;
}
#footer {
	width: 1000px;
	margin: 0 auto;
	height: 120px;
	background:url(../img/bgce-logo.png) no-repeat right top;
	padding-top: 10px;
}

#footer a {
	text-transform: uppercase;
	font-size: 19px;
	/* color: #818181; */
	color: #fff;
	text-decoration: none;
	font-weight:lighter;
	margin-right: 15px;
}

select.languageSelect {
	width:60px;
}

span.customStyleSelectBox { 
	font-size:16px; 
	text-transform: uppercase; 
	background-color: #ababab; 
	/* color:#818181; */
	color: #fff;
	padding:3px 5px; 
	border:1px solid #999; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px 5px; 
	-webkit-box-shadow: 0px 1px 1px 0px #9f9f9f;
	-moz-box-shadow: 0px 1px 1px 0px #9f9f9f;
	box-shadow: 0px 1px 1px 0px #9f9f9f;
	margin-left: 15px;
}
span.customStyleSelectBox.changed{ }
.customStyleSelectBoxInner { background:url(../img/canvas-list-nav-item-arrow.gif) no-repeat center right; }