/* ohne "margin:0px" enstehen die Scrollbars mit Abstand zum Fensterrand */

BODY { margin:0px; padding: 0px; }

DIV.menu{
	margin-top:20px;
	margin-left: 105px;
}

DIV.fixedSidebar {
	padding-left: 10px;
	border: 1px none #006166;
}

DIV.scrollContent {
	padding-top: 25px;
	padding-bottom: 10px;
	padding-right: 45px;
	border: 1px none #006166;
}

@media screen, dummy
{
	DIV.fixedHeader {
		position: fixed;
		top: 0px;
		width: 766px;
		height: 77px;
		background-image: url(../layout/header.gif);
		border: 1px none #006166;
	
		/* zusätzliche Angaben für DOM-Browser (außer MSIE) */
		left: 50%;					/* Zentrierung für Opera */
		margin-left: -383px;
		z-index: 200;				/* Footer über den Content legen */
	}
}

@media screen, dummy
{
	DIV.fixedSidebar {
		position: fixed;
		bottom: 19px;
		
		/* zusätzliche Angaben für DOM-Browser (außer MSIE) */
		left: 50%;					/* Zentrierung für Opera */
		margin-left: -383px;
		z-index: 200;				/* Footer über den Content legen */
	}
}

@media screen, dummy
{
	DIV.scrollContent {
		position: relative;
	}
}

@media screen, dummy
{
	DIV.fixedFooter {
		position: fixed;
		bottom: 0px;
		width: 766px;
		height: 20px;
		border: 1px none #006166;
		
		/* zusätzliche Angaben für DOM-Browser (außer MSIE) */
		left: 50%;					/* Zentrierung für Opera */
		margin-left: -383px;
		z-index: 200;				/* Footer über den Content legen */
	}
}