/* --- NOSE AG Design Intelligence --------------------------------------------------- */
/* --- CSS Framework: single element definitions ------------------------------------- */
/* --- HU143 Arch Höfe, BR ----------------------------------------------------------- */


/*<![CDATA[*/
@media all {


/* -------------------------------------------------------------------------------------
 HEADER
 ======================================================================================*/
 
 
/* navigation */
#mainnavigation ul,
#subnavigation ul {
	margin-left:20px;
}
#mainnavigation ul li,
#subnavigation ul li {
	float:left;
	margin-right:20px;
}
#mainnavigation ul li a,
#subnavigation ul li a {
	display:block;
	padding:8px 5px 2px 5px;
	font-size:1em;
	line-height:1em;
	font-weight:bold;
	color:#3C4152;
	text-decoration:none;
}
#mainnavigation ul li.active a, #mainnavigation ul li a:hover,
#subnavigation ul li.active a, #subnavigation ul li a:hover,
#subnavigation ul li.open a {
	padding-top:3px;
	border-top:5px solid #AD094E;
}
#subnavigation ul li ul {
	display:none;
}


/* -------------------------------------------------------------------------------------
 TEASER
 ======================================================================================*/
#teaser.slideshow img, #teaser.gallery img {
	display:none;
}
#teaser.slideshow img.first, #teaser.gallery img.first  {
	display:block;
}
#teaser.gallery #galleryImageLarge {
	display:block;
	margin-bottom:20px;
}
#teaser.gallery img.thumb {
	display:block;
	float:left;
	width:140px;
	height:60px;
	margin-left:20px;
	cursor:pointer;
	padding-bottom:2px;
	border-bottom:5px solid #FFFFFF;
}
#teaser.gallery img.thumb.active, #teaser.gallery img.thumb.hover {
	border-bottom:5px solid #AD094E;
}
#teaser.gallery img.thumb.first {
	margin-left:0;
}

/* -------------------------------------------------------------------------------------
 CONTENT
 ======================================================================================*/
 
/* images */
img.full {
	margin-bottom:18px;
} 

/* lists */
#content ul {
	margin-bottom:1.8em;
}
#content ul ul {
	margin-bottom:0pt;
}
#content ul li {
	background-image:url(../../img/bg_list.jpg);
	background-position:0pt 10px;
	background-repeat:no-repeat;
	padding-left:10px;
}
#content ol {
	list-style-position:inside;
	list-style-type:decimal;
	margin-bottom:1.8em;
}
#content ol ol {
	margin-bottom:0pt;
}

 
/* box */
.colGroup.bg {
	background-color:#F4F3F1;
	margin-bottom:18px;
}
.col {
	float:left;
}
.last, body.page .colGroup.bg .col.last {
	margin-right:0;
	border-right-width:0;
	padding-left:0;
}
body.home .colGroup .col {
	width:240px;
	padding:0 20px 0 0;
}
body.page .colGroup.bg .col {
	border-right:10px solid #FFFFFF;
	width:280px;
}
.colGroup.bg h3, .colGroup.bg h4, .colGroup.bg h5, .colGroup.bg h6, .colGroup.bg p, .colGroup.bg ul {
	padding:20px 20px 10px 20px;
}

/* plan */
#plan {
	margin-top:30px;
}

/* navi */
#content .planitems  {
	display:inline;
}
#content .planitems li {
	display:inline;
	background-image:none;
	padding:0 5px 0 0;
	margin:0;
}
#content .planitems .active a {
	text-decoration:none;
	color:#595E6E;
	cursor:default;
}
#plan .planhide {
	display:none;
}
#plan .data {
	float:left;
	width:440px;
}
#plan.overview .data {
	width:420px;
	padding:7px;
	border:3px solid #DCD7CA;
}
#plan .images {
	float:right;
	width:319px;
	border:3px solid #DCD7CA;
}
#plan .images .floor {
	border-bottom:3px solid #DCD7CA;
	padding:10px;
}
#plan .images .plan {
	position:relative;
	padding:10px;
}
#plan .images .plan img {
	display:none;
}
#plan .images .plan img.area, #plan .images .plan img.first {
	display:block;
}
#plan .images .details {
	padding:10px;
}
#plan .images .details a {
	font-size:1.2em;
	display:block;
	padding:0 0 0 20px;
	background-image:url(../../img/icon-detail.jpg);
	background-position:0px 3px;
	background-repeat:no-repeat;
}
#plan .images .details a.retail {
	padding:5px 0 5px 25px;
	margin-bottom:5px;
	margin-left:5px;
	background-image:url(../../img/icon-retail.gif);
}
#plan .images .details a.gastronomy {
	padding:5px 0 5px 25px;
	margin-bottom:5px;
	margin-left:5px;
	background-image:url(../../img/icon-gastronomy.gif);
}
#plan .images .details a.hotel {
	padding:5px 0 5px 25px;
	margin-bottom:5px;
	margin-left:5px;
	background-image:url(../../img/icon-hotel.gif);
}
#plan .images .details a.office {
	padding:5px 0 5px 25px;
	margin-bottom:5px;
	margin-left:5px;
	background-image:url(../../img/icon-office.gif);
}
#plan .images .details a.appartment {
	padding:5px 0 5px 25px;
	margin-bottom:5px;
	margin-left:5px;
	background-image:url(../../img/icon-appartment.gif);
}


/* blowup */
#blowup {
	/*display:none;*/
}


/* overlay */
#bOverlay {
	height:100%;
	left:0px;
	position:fixed;
	top:0px;
	width:100%;
	z-index:100;
	background-color:#000000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
#blowup.ie.v6 #bOverlay {
	position:absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#bHeader {
	visibility:hidden;
	position:absolute;
	left:0;
	top:0;
	z-index:110;
	width:170mm;
}
#bFooter {
	visibility:hidden;
	position:absolute;
	left:0;
	bottom:-55mm;
	z-index:110;
	width:170mm;
}
/* window */
#bWindow {
	position:relative;
	background:#FFFFFF none repeat scroll 0%;
	border:1px solid #757575;
	color:#000000;
	text-align:left;
	left:50%;
	top:50%;
	position:fixed;
	z-index:102;
	/*width:940px;
	height:566px;*/
	margin-left:0;
	margin-top:0;
}
#blowup.ie.v6 #bWindow {
	position:absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}


/* title */
#bTitle  {
	position:absolute;
	left:20px;
	top:10px;
	display:block;
	float:left;
	font-size:18px;
	font-weight:normal;
}


/* details */
#bDetails {
	position:absolute;
	left:20px;
	top:60px;
	width:300px;
	height:150px;
	z-index:100;
}
#bDetails p {
	margin:0;
}
#bDetails span {
	display:block;
	float:left;
}
#bDetails span.pdLabel {
	width:80px;
}

/* print */
#bPrint {
	display:block;
	position:absolute;
	bottom:20px;
	right:15px;
	font-size:12px;
	padding-left:15px;
	background-image:url(../../img/icon-print.jpg);
	background-position:0 3px;
	background-repeat:no-repeat;
}

/* close */
#bClose {
	position:absolute;
	top:10px;
	right:10px;
	display:block;
	font-size:0;
	line-height:0;
	width:15px;
	height:15px;
	background-image:url(../../img/blowup_close.gif);
	background-position:center center;
	background-repeat:no-repeat;
}

/* next, previous */
#bNext, #bPrevious {
	position:absolute;
	top:150px;
	display:block;
	font-size:0;
	line-height:0;
	width:20px;
	height:20px;
	background-position:center center;
	background-repeat:no-repeat;
}
#bNext {
	right:0px;
	background-image:url(../../img/blowup_next.gif);
}
#bPrevious {
	left:0px;
	background-image:url(../../img/blowup_prev.gif);
}

/* content */
#bContent {
	width:600px;
	height:600px;
	padding-top:100px;
	padding-right:20px;
	padding-bottom:20px;
	padding-left:20px;
}

/* -------------------------------------------------------------------------------------
 MARGINAL
 ======================================================================================*/

#marginal .box {
	margin-bottom:18px;
}






/* -------------------------------------------------------------------------------------
 FOOTER
 ======================================================================================*/
#footer ul {
	margin-left:20px;
	padding-top:15px;
}
#footer ul li {
	float:left;
	margin-right:20px;
}
#footer ul li a {
	font-size:0.9167em;
}


}
/*]]>*/
