@charset "iso-8859-1";

/* CSS Document */

      <style type="text/css">

	@import "all.css"; /* jeder für sich und gott gegen alle */
		body {
                              background: #252525;
		margin:0px 0px 0px 0px 0px;
		}

	#leftcontent {
                              position: absolute;
                              width: 200px;
		left:0%;
		top:0px;
                              background: #252525;
                              text-align: left; 
		}

	#centerleftcontent {
		position: absolute;
		left:200px;
		width:180px;
		top:0px;
		background:silver;
		}

               #centercontent {
		position: absolute;
		left:380px;
		width:180px;
		top:0px;
		background:white;
		}

	#centerrightcontent {
		position: absolute;
		left:560px;
		width:180px;
		top:0px;
		background:silver;
		}

	#rightcontent {
		position: absolute;
		left:740px;
		width:180px;
		top:0px;
		background:#252525;
		}
	
	#rightcontent, #centerrightcontent, #centercontent, #centerleftcontent, #leftcontent {
		border:0px solid #000;
		}
		
	p,h1,pre {
		margin:0px 0px 0px 0px 0px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
	
	{ font-size:10px}
</style>



