@charset "iso-8859-1";

/* CSS Document */

      <style type="text/css">

	@import "all.css"; /* jeder für sich und gott gegen alle */
		body {
                              background: white;
		margin:0px 0px 0px 0px 0px;
		}

	#leftcontent {
                position: absolute;
               	left:1px;
                width:119px;
height:1400px;
		top:0px;
                background:#232323;
                text-align: left; 
		}

	#centerleftcontent {
		position: absolute;
		left:120px;
		width:400px;
height:1400px;
		top:0px;
		background: white;
		}

        #centercontent {
		position: absolute;
		left:520px;
		width:150px;
height:1400px;
		top:0px;
		background: black;
		}

	#centerrightcontent {
		position: absolute;
		left:670px;
		width:150px;
height:1400px;
		top:0px;
		background: #535353;
		}

	#rightcontent {
		position: absolute;
		left:820px;
		width:150px;
height:1400px;
		top:0px;
		background: silver;
		}
	
	              #leftcontent, #centerleftcontent, #centercontent, #centerrightcontent, #rightcontent {
		border: 0px solid white;
		}
		
	p,h1,pre {
		margin: 1px 1px 1px 1px 1px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
	
	{ font-size:10px}
</style>


