@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	overflow: scroll;
}

.clearer {
	clear: both;
	visibility: hidden;
}

#shadowtopleft {
	position: relative;
	width: 900px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/schatten/bg_page_top.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#shadowtopright {
	width: 20px;
	height: 540px;
	background:url(../images/schatten/bg_page_right.png);
	background-repeat: no-repeat;
	background-position: left 20px ;
	position:absolute;
	top: 0px;
	left: 900px;
}

#shadowbottomleft {
	position: relative;
	width: 900px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/schatten/bg_page_bottom.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 55px;
}

#shadowbottomright {
	width: 20px;
	height: 125px;
	background:url(../images/schatten/bg_page_footer.png);
	background-repeat: no-repeat;
	background-position: left -20px;
	position:absolute;
	top: -105px;
	left: 900px;
}

.line {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 1px;
	background-color: #CCC;
	font-size: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow: hidden;
}

/* TOP */
#top {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#topleft {
	float: left;
	width: 700px;
	height: 110px;
}

#topright {
	float: left;
	width: 200px;
	height: 110px;
}



/* MIDDLE 1*/
#middle {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

#middleleft {
	float: left;
	width: 700px;
	height: 300px;
	background-color: #e8dcbf; /*#f6f0e1;*/
}

#middleright {
	float: left;
	width: 194px;
	height: 300px;
	margin-left: 5px;
}

/* Inhalt */
#inhalt {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}

#inhalt h1, #inhalt h2, #inhalt p {
	margin: 0;
}

#inhalt h1 {
	font-size: 16px;
	color: #666;
}
#inhalt h2 {
	font-size: 14px;
	color:#999;
}
#inhalt p {
	font-size: 12px;
	color: #333;
}

/* BOTTOM */
#bottom {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#bottomleft {
	float: left;
	width: 600px;
	height: 50px;
}

#bottomright {
	float: left;
	width: 300px;
	height: 50px;
}


/* scrollable Container */
#scrollbar_container {
	position:relative;
	width:500px;
}

#inhalt td div.arrangementcontainer {
	position: relative;
}

#inhalt td div.arrangementcontainer img {
	/*display: none;*/
}

#inhalt td div.arrangementcontainer h1 {
	font-size: 14px;
}

#inhalt td div.arrangementcontainer h2 {
	font-size: 13px;	
}

#inhalt td div.arrangementcontainer ul {
	margin: 0;
	padding: 0;
	/*margin-left: 15px;*/
}

#inhalt td div.arrangementcontainer li {
	margin: 0;
	padding: 0;
}

#inhalt td div.arrangementcontainer div.arrangementoverlay {
	position: absolute;
	top: 295px;
	left: 0px;
	z-index: 2;
	width: 250px;
	height: 25px;
	background-color: #eeefef;
	/*text-align: right;*/
}

#inhalt td div.arrangementcontainer div.arrangementoverlay a {
	display: block;
	width: 140px;
	height: 15px;
	margin-left: 110px;
	margin-top: 5px;
	text-decoration: none;
	color: #666;
	font-weight: bold;
}

#scrollbar_track {
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:10px;
	background-color:transparent;
	cursor:move;
}

#scrollbar_handle {
	width:10px;
	background-color:#5c92e7;
	cursor:move;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity:0.9;
    -moz-opacity:0.9;
}

#scrollbar_content {
	overflow:hidden;
	width:485px;
	height:250px;
}

