body {
 /*background-color: #102210;*/
 }
 
.zeile a {text-decoration:none;}
.zeile  a:link { color:white;  font-family: Courier,Helvetica sans-serif;}
.zeile  a:visited { color:white; font-family: Courier,Helvetica sans-serif;}
.zeile  a:hover { color:#990000;  font-family: Courier,Helvetica sans-serif;}
.zeile  a:active { color:#333333; font-family: Courier,Helvetica sans-serif;}

.zeile {
	border: 0px solid #333333;
	background-color: #102210;
	position: absolute;
	text-align: left;
 	color: white; 
	right: 0px;
	width: 25%;
	margin-left:12px;
	padding-top: 80px;
	z-index:2;
}

.kopp a, .kopp, .buch_titel{
 color:#666;
 }
div {
	border: 0px solid #000000;
	color: #white; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 11px; 
	line-height: 20px;
	font-family: Courier,Helvetica sans-serif; 
	text-decoration: none;
}


div.kopp {
	border: 0px solid #990099;
	background-color: #102210;
	position: absolute;
	top: 130px;
	right: 0px;
	width: 25%;
	height: 60px;
	z-index: 3;
}

#kopf_links {
	position: relative;
	top: 19px;
	height: 25px;
	text-align: left;
	color: red;
	font-size: 15px; 
	font-family: Courier, Verdana, sans-serif; 
	text-align: left
}


#stretch {
    position: fixed;
    background-color: #102210;
    border:0pt solid #999;
    margin:0;
    padding:10px;
    width: 75%;
    top: 130px;
    left:0px;
    bottom: 0px;
   text-align: center;
}

#stretch img {
    height: 100%;
    min-height: 400px;
}

html>body .kopp {  /* nur fuer moderne Browser! */
    position: fixed;
  }

