body {
	font-family: Courier,arial,helvetiva,sans-serif;
	font-size: 18px;
	color: #fff;
	background: black;
	font-variant: small-caps;
	
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: none;
}
p {
	font-family:Arial, sans-serif;
	font-size: 12px;
	color: #000;
}

#liste img {
	margin: 10px;
	border: 1px solid white;
}

#container {
	text-align:left;
    height: 2300px;
    width: 800px;
	 background: black;
	 margin: 0 auto;
}

#liste {
	width: 150px;
	height: 2300px;
	text-align:center;
	float: left;
	margin-right: 40px;
}

#hoch {
	margin:0 auto;
	text-align:left;
	
        position: absolute;
        left: 50%;
        top: 50%;
        height: 800px;
        width: 550px;
        margin-left: -275px;
        /* Wert für IE 5 Mac */
        margin-top: 50px;
        /* Vor IE 5 Mac verstecken \*/
        margin-top: -400px;
}

#quer {
	margin:0 auto;
	text-align:left;
	
        position: absolute;
        left: 50%;
        top: 50%;
        height: 550px;
        width: 800px;
        margin-left: -400px;
        /* Wert für IE 5 Mac */
        margin-top: 50px;
        /* Vor IE 5 Mac verstecken \*/
        margin-top: -275px;
}



#online { 
  position:absolute; 
  cursor: pointer;
  top:0px; 
  right:0px; 
  z-index:100;
  width: 161px;
  height: 161px; 
  background: transparent url("../_images/online.gif") no-repeat 0 0;
}