
body {
	margin:0;
	padding:0;
	background-color: #fff;
}


.linkespalte {
	z-index: 40;
	position: absolute;
	top: 444px;
	left: 213px;
	width: 305px;
}
.rechtespalte {
	z-index: 100;
	position: absolute;
	top: 375px;
	left: 550px;
	
	width: 330px;
	height: 466px; 
	overflow: auto; 
	padding-right: 10px;
}

/* TEXT */

a:link {
	color: #fff;
}
a:hover {
	color: #800c17;
}
a:visited: {
	color: #fff;
	}

.rechtespalte {
	font-family: Verdana;
	color: #fff;
	line-height: 20px;
	font-size: 11px;
}
h1, h2 {
	font-family: Georgia;
	font-weight: normal;
}





.Scrollbar-Track {
    width: 12px;
	background: none;
	/*background-color: #fff;
	border: solid 5px #ffa200;*/
    background-image: url(bilder/scrollinie.gif); 
    }

.Scrollbar-Handle {
   position: relative;
   top: 0px;
   left: -6px;
   width: 10px;
   height: 26px;
   background-color: #fff;
   border: solid 1px #ffa200;
}

.Scrollbar-Handle:hover {
    background-color: orange;
}