html, body {
	background: transparent url('../gfx/brainforrent/bg.gif') 0px 0px scroll;
	color: #6F7073;
	font-family: "Gill Sans", "Gill MT", "Lucida Sans Unicode","Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	line-height: 140%;
	padding-top: 20px;
}

.image_left {
	float: left;
	padding: 4px 8px 8px 0px;
}

.image_right {
	float: right;
	padding: 4px 0px 8px 8px;
}

.wrapper {
	padding: 0;
	margin: 0;
}

#content .wrapper {
	padding-bottom: 10px;
}

.preview {
	opacity: 0.7;
}


/* normaler Content mit Galerie */
.content-images {
	padding: 0px 0px 10px 0px;
}

.content-text + .content-images {
	padding: 0px 0px 5px 0px;
}

.content-image {
	float: left;
	margin: 0 10px 10px 0;
	width: 100px;
	height: 80px;
	display: block;
	padding: 5px;
	border: 1px solid #D9DADB;
	vertical-align: middle;
}

.content-image img {
	vertical-align: middle;
	display: block;
}

/* Google Map */
.map-canvas {
	width: 100%; 
	height: 400px;
}

/* Genereller Aufbau */
#wrapper {
	width: 100%;
	background: #fff;
	height: 680px;
	position: relative;
}

#wrapper-content {
	width: 1400px;
	margin: 0 auto;
	height: 680px;
	position: relative;
	background: #fff;
}

#curtain-left {
	width: 700px;
	height: 680px;
	background: transparent url('../gfx/brainforrent/curtain-left.gif') top right scroll no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	cursor: pointer;
}

#curtain-left.open {
	background: transparent url('../gfx/brainforrent/curtain-left-open.gif') top right scroll no-repeat;
	width: 35px;
}

#curtain-right {
	width: 701px;
	height: 680px;
	background: transparent url('../gfx/brainforrent/curtain-right.gif') top left scroll no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 110;
	cursor: pointer;
}

#curtain-right.open {
	background: #333 url('../gfx/brainforrent/curtain-right-open.gif') top left scroll no-repeat;
	width: 35px;
}

#content {
	position: relative;
	z-index: 50;
}

#content-left {
	position: absolute;
	top: 25px;
	left: 55px;
	width: 630px;
	height: 638px;
}

#content-right {
	position: absolute;
	top: 25px;
	right: 45px;
	width: 640px;
	height: 630px;
}

#container-content-right {
	width: 480px;
	float: left;
}

.container-column-navigation {
	width: 120px;
	float: left;
	margin-right: 20px;
}

.container-column-content {
	width: 480px;
	float: left;
	height: 638px;
}

/* Bildslider */
/* normal slider style */
.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 480px;
	height: 410px;
	/* custom decorations */
	background: #fff;
	margin-bottom: 20px;
}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
	margin-top: 0;
}

/* single scrollable item */
.scrollable .item {
	float: left;
	padding: 40px 20px;
	width: 440px;
	height: 330px;
	background-color: #efefef;
}

/* active item */
.scrollable .active {
	border: none;
	z-index:9999;
	position:relative;
}

.scrollable-content {
	width: 220px;
	padding: 0;
	clear: both;
	height: 34px;
	background: transparent url(../gfx/brainforrent/slider-dots.gif) 0 0  no-repeat;
}

.scrollable-navigation {
	padding: 5px 0px;
}

.scrollable-navigation a {
	cursor: pointer;
	margin: 3px 3px 0 0;
	padding: 0px 2px 3px 2px;
	width: 10px;
	height: 15px;
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
}

.scrollable-navigation a:hover,
.scrollable-navigation a.active {
	color: #A91D77;
	text-decoration: none;
}

#large-slider-21, #large-slider-21 .scrollable .item {
	height: 180px;
}


/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #EFEFEF;
	position: relative;
}

.jspDrag
{
	background: #A91D77;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}