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