@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;
                              width: 200px;
		left:0%;
		top:0px;
                              background: #090035;
                              text-align: left; 
		}

	#centerleftcontent {
		position: absolute;
		left:200px;
		width:200px;
		top:0px;
		background:white
		}

               #centercontent {
		position: absolute;
		left:400px;
		width:206px;
		top:0px;
		background: url(mbg.jpg) center repeat;;
		}

	#centerrightcontent {
		position: absolute;
		left:606px;
		width:200px;
		top:0px;
		background:white
		}

	#rightcontent {
		position: absolute;
		left:806px;
		width:200px;
		top:0px;
		background:#dbdbdb;
		}
	
	#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>



