<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #BBBCBD;
}
	
	#container
	{
		position: absolute;
		top: 50%;
		margin-top: -330px;
		width: 1130px;
		height: 600px;
	}
	
	#dis
	{
		width: 40px;
		height: 600px;
		float: left;
		margin-right: 8px;
		border-right: 2px solid #444444;
	}
	
	#menu
	{
		width: 100px;
		height: 600px;
		float: left;
	}	
	#feld
	{
		background-color: #444444;
		width: 880px;
		height: 600px;
		margin-left: 100px;
		padding: 0px;
		float: left;
	}	
	#album
	{
		background-image: url(../grafik/bmw.png);
		background-repeat:no-repeat;
		background-position:center;
		width: 880px;
		height: 600px;
		padding: 0px;
		float: left;
		text-align: center;
  		text-decoration: none;
		line-height: 1.5em;
	}


	
  #album h1
 {
   font-family:Verdana,Geneva,Helvetica,Arial,sans-serif;
  	color:#000000;
	font-style:normal;
  	font-weight:normal;
  	font-size:11px;
	}</pre></body></html>