html, body {
	height: 100%;
	overflow: hidden;
	}
	
body {
   	font: 95% Verdana, Arial, Helvetica, sans-serif;
   	background: #6666a6;
	margin: 0 auto;
	padding: 0;
	width:900px;
	}
	
#header {
	position: absolute;
	text-align:left;
	height: 187px;
	width: 900px;
	background: #0000cc;;
	margin:0;
	}

#sidebar1 {
	overflow:auto;
	position: absolute;
	text-align:left;
	height: 100%;
	left:0;
    width: 163px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	background: #e5e5fa; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
    padding: 5px 0px 0px 0px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
    }

#sidebar2 {
	overflow:auto;
	position: absolute;
	text-align:left;
	right:0;
	height: 100%;
   	width: 162px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
   	background: #f1d89b; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
   	padding: 5px 0px 0px 0px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
    }

#main {
	position: absolute;
	top: 187px;
	bottom: 40px;
	width:900px;	
}
		
#content {
   	font: 70% Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	width: 555px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	background: #fff;
	overflow: auto;
	margin-left:163px;
	padding: 5px 10px 5px 10px;
	}

#content a {
	color:#000;
	text-decoration:underline;
	font-weight:bold;
	}
		
#footer {
	text-align:left;
	height: 30px;
	width: 900px;
	position: absolute;
	bottom: 0;
   	font: 70% Tahoma, Verdana, Arial, Helvetica, sans-serif;
   	background:#6666a6;
	color:#FFFFFF;
	margin:0;
	padding: 5px 5px 5px 5px;
	}

#footer a {
	color: #fff;
	text-decoration:none;
	}


#copyright {
	text-align:left;
	height: 22px;
	right:5px;
	position: absolute;
	bottom: 0;
	color:#FFFFFF;
	margin:0;
	padding: 5px 5px 5px 5px;
	}

#copyright a {
	color: #fff;
	text-decoration:none;
	}	
