#leftbar {
	float:left;
}

#bluekasten {
	width:250px;
	height:229px;
	background:#003678;
	border:0px solid #003300;

}

#bluekasten ul{
	margin:0px;
	padding:0px;
	padding-top:20px;
	padding-left:20px;
	border:0px dashed #aa0011;
}

#bluekasten ul li{
	font-family:verdana;
	font-size:12px;
	color:#ffffff;
	list-style-type:none;
	border:0px solid #ff00ff;
}	

#bluekasten ul li a{
	text-decoration:none;
	color:#0084ff;
}

#bluekasten ul li a:hover{
	text-decoration:none;
	color:#ffffff;
}
#bluekasten ul li a.highlight{
	text-decoration:none;
	color:#ffffff;
}

#content {
	width:502px;
	height:380px;
	float:left;
	display:block;
	border:0px solid #003300;
}

#content #scrollarea{
	position:relative;
	width:250px;
	height:340px;
	margin:20px;
	left:210px;
	margin-right:0px;
	color:#ffffff;
	font-family:verdana,arial,sans-serif; 
	font-size:11px;
	border:0px solid #ff0000;
	display:block;
	overflow:hidden;

}

#content #scrollarea #text{
	width:230px;
	color:#ffffff;
	font-family:verdana,arial,sans-serif; 
	font-size:11px;
	overflow:visible;

}

.jScrollArea {
	overflow: visible;
	width:230px;
	float:left;
}

#maxscroll {
	height:340px;
	overflow:auto;
}

#content #scrollarea #text h1{
	margin:0px;
	color:#ffffff;
	font-weight:bold;
	font-size:15px;
	border:0px dashed #002200;
}

#content #scrollarea #text h3{
	margin:0px;
	margin-bottom:20px;
	padding:0px;
	color:#aaaaaa;
	font-size:11px;
	border:0px dashed #002200;
}

#content #scrollbar{
	position:relative;
	float:left;
	left:210px;
	margin-top:20px;
	margin-bottom:20px;
	width:15px;
	height:340px;
}

