/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/* Scrollboxen - gehören zu den jeweiligen Textboxen in format.css */
#Scrollbox1 {
	width: 378px;
	height: 80px;
	position: relative;
	overflow: auto;
}

#Scrollbox2 {
	width: 374px;
	height: 168px;
	position: relative;
	overflow: auto;
    text-align: justify;
}

#Scrollbox3 {
	width: 374px;
	height: 160px;
	position: relative;
	overflow: auto;
    text-align: justify;
}

#Scrollbox4 {
	width: 376px;
	height: 23px;
	position: relative;
	overflow: auto;
}

#Scrollbox5 {
	width: 374px;
	height: 192px;
	position: relative;
	overflow: auto;
    text-align: justify;
}

#Scrollbox6 {
	width: 643px;
	height: 320px;
	position: relative;
	overflow: auto;
    text-align: justify;
}

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 1px; left: 6px;
}

.vscrollerbase {
	width: 12px;
	background-color: #EEEEEE;
}

.vscrollerbar {
	width: 12px;
	background-color: #CCCCCC;
}

.hscrollerbase {
	height: 12px;
	background-color: #EEEEEE;
}

.hscrollerbar {
	height: 12px;
	background-color: #CCCCCC;
}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto; left: auto;
	bottom: 1px; right: 0px;
	background-color: #EEEEEE;
}
