#site {
	width: 1080px;
/*	height: auto;*/
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	margin-bottom: auto;
	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
#header {
	position:relative;
	width:1080px;
	height:200px;
}
#content_all {
	position:relative;
	width:1080px;
	height: auto;
	float:none;
	background-color: #FFFFFF;
	
}
#content_left {
	position:relative;
	width:200px;
	padding-left: 20px;
	padding-top: 28px;
	padding-bottom: 20px;
	float:left;
	height: auto;
	background-color: #FFFFFF;
}
#menu {
	position:relative;
	width:200px;
}
#container {
	position:relative;
	width:860px;
	height: auto;
	float:left;
	overflow:hidden;
	padding-top: 10px;
	
	background-color: #FFFFFF;
	
}
#content {
	position:relative;
	height: auto;
	padding-top: 5px;
	padding-left: 40px;
	padding-right: 70px;
	padding-bottom: 0px;
	font-size: 11px;
	line-height: 1.3em;
	color: #373737;
	text-align:left;
/*	text-align:justify;*/
	
}

#rechteSpalte {
	position:relative;
	height: auto;
	width: 250px;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 30px;
	padding-bottom: 0px;
	font-size: 11px;
	line-height: 1.3em;
	color: #373737;
	text-align:left;
	float: right;
/*	text-align:justify;*/
	
}

.rechteBox {
	border: 1px solid #83B1D4;

}


#footer {
	position:relative;
	width:1080px;
	height:5px;
	background-color: #666699;
}
#scrollBox {
	position	: absolute;
	left		: 780px;
	top			: 30px;
	height		: 300px;
	width		: 9px;
}
#scrollArea {
	position	: relative;
	left		: 0px;
	top			: 0px;
	height		: 330px;
	width		: 5px;
	overflow	: hidden;
	background-color: #CCCCCC;
}
#scrollButtons {
	position	: relative;
	left: 0px;
}
#scrollButtons[id] img {
	margin-bottom: 5px;
}
#scroller {
	position	: absolute;
	top			: -1px;
	width		: 5px;
	background	: #333333;
}

