P  {}

H1  {
	color : Navy;
}

H2  {
	color : Blue;
}

H3  {
	color : Blue;
}

A  {
	color : Black;
	background-color : Yellow;
}

A:Visited  {
	background-color : Red;
	color : Navy;
}

A:Active  {
	color : Red;
	background-color : Aqua;
}

A:Hover  {
	background-color : Lime;
	color : Green;
}

BODY  {
	color : Navy;
	background-color : Aqua;
}
DIV 
.inhalt{
height:50%;
Overflow: scroll;
padding: 10px;
z-index:1;
position:absolute;
left:20%;}
.leiste{
width:30%;
overflow:visible;
position: absolute;
z-index:2;}