@CHARSET "ISO-8859-1";

/* 
 *	Layout
 */
div.form_heading, div.form_spacer, div.form_panel {
  	width: 357px;
}
/* width form_heading - 2*border width  */
div.form_content {
  	width: 355px;
}
div.form_heading, div.form_content, div.form_panel {
  	padding: 4px 8px;
} 
div.form_spacer {
  	padding: 2px 8px;
  	font-size: 0px; /* for IE */
} 
hr.form_heading {
	height: 1px;
	border-width: 0px;
	width: 98%;
	text-align: center;
}
.form_content {
  	border-width: 0px 1px 1px 1px;
	border-style: solid;
}
.form_spacer {
	background-color: #ffffff;
}
img.spacer {
	margin: 2px 4px 2px 0px;
	vertical-align: middle;
	border-width: 0px;
}

a.expose, a.expose_tab_active, a.expose_tab {
	text-decoration: none;
}

/*
 * Tab
 */
/* active line */
div.expose_tab_active {
	font-weight: bold;
	border-style: solid; 
	border-width: 0px 0px 2px 0px;
	padding: 4px 0px;
}
/* 
	span embedded in a
	a contains bgnd left and span bgnd right
*/
a.expose_tab_active, a.expose_tab, span.expose_tab_active, span.expose_tab {
	float:left;
	background-repeat: no-repeat; 
}
a.expose_tab_active, a.expose_tab {
	background-position: top left;
}
span.expose_tab_active, span.expose_tab { 
	background-position: top right;
	padding: 0px 8px;
	font-weight: bold;
	line-height: 26px; 
}
	

.expose_picture {
	padding: 4px; 
	border-width: 1px; 
	border-style: solid;
	text-align: center;
}

div.expose_thumbnail, div.expose_thumbnail_active {
	height: 72px; 
	width: 84px; 
	text-align: center; 
	border-width:1px; 
	border-style: solid; 
}

div.expose_thumbnail_picture {
	height: 72px; 
	text-align:right; 
	background-repeat: no-repeat; 
	background-position: center center;
	font-size: 0px;/* for IE */
}
img.expose_thumbnail_picture {
	border-width: 0px;
}

div.gallery_thumbnail {
	padding: 2px 2px;
	width:190px;
	float:left;
	overflow: hidden;
}

/* Hintergrundfarbe Thumbnail im Bilderreiter */
.expose_picture, div.expose_thumbnail {
	background-color: white;
	color: black;
}

div.zoomFloorplan {
	margin: 4px 0px;
	padding: 4px 0px;
	background-color:#f2f5fa;
}

/*
 * smart picture browsing
 */
a.smartPictureBrowsing {
	position: absolute;
	width: 21px;
	height: 121px;
	visibility: hidden;
}
/* 
	hack: 
	ie interpretiert position:relative anders als ff
	daher gilt 
	- a#left für ie und ff und
	- div>a#left nur für ff
*/ 
a#linkPrevious {
	background:transparent url(/layout/grafix/left.gif) no-repeat;
	left:-266px;
}
a#linkNext {
	background:transparent url(/layout/grafix/right.gif) no-repeat;
	left:246px;	
}
div>a#linkPrevious {
	left:16px;
}
div>a#linkNext {
	left:526px;	
}

hr.printer {
	background-color: #000000;
}
