/* CSS Document */
body {
	background-color: #CBC9B1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#main {
	position: absolute; 
	width: 369px; 
	height : 515px; 
	left: 118px; 
	top: 18px;
}
.methoden {
	background-image: url(images/01_Methode_01.jpg);
	background-repeat: no-repeat;
}
.indikation {
	background-image: url(images/02_Indikationen_01.jpg);
	background-repeat: no-repeat;
}
.person {
	background-image: url(images/03_Person_01.jpg);
	background-repeat: no-repeat;
}
.aktuell {
	background-image: url(images/04_Aktuelles_01.jpg);
	background-repeat: no-repeat;
}
.links {
	background-image: url(images/05_Links_01.jpg);
	background-repeat: no-repeat;
}
.kontakt {
	background-image: url(images/06_Kontakt_01.jpg);
	background-repeat: no-repeat;
}
.text12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
.bild01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	overflow: hidden;
	text-align: justify;
}
.text12Bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
.text12BoldTop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	margin-top: 0;
}
.text01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
}
.text16BoldColor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #AA0000;
}
#scrollbar-demo{
	position: absolute;
	margin-top: 28px;
	margin-left: 128px;
	width: 342px;
	height: 492px;
	padding-right: 11px;
	overflow:auto;
	left: -1px;
}

.scrollBar .bar{
	width: 11px;
	height: 0px;
}

.scrollBar .scrollable{
	cursor:pointer;
	background-image:url('css/stripe.gif');
	background-repeat: no-repeat;
	background-position: 50%;
}

.scrollBar .knob{
	width: 10px;
	background-image:url('css/knob.gif');
	background-position: 50% 0px;
	background-repeat:no-repeat;
	cursor: move;
}

