body {
	position:absolute;
	background-color:#bf243b;
	background-image:url(../images/bg_repeat-y.gif);
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
}

*.header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:168px;	/*Master fr Hhe Header*/
/*	background-image:url(../images/bg_header_black_left.gif);
	background-position:192px 0px;
	background-repeat:no-repeat;	*/
	background-image:url(../images/bg_repeat-x.gif);
	
	background-repeat:repeat-x;
	background-color:#bf243b;	
}

*.menu {
	margin:0px;
	padding:0px;
	background-image:url(../images/bg_menu_no-repeat.jpg); /*bg_menu_no-repeat*/
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-color:#bf243b;
	position:absolute;
	top:0px;
	left:0px;
	width:160px;	/*Master fr Breite Menleiste*/
	height:100%;
}

/* Box den Inhalt */
*.content {
	margin:0px;
	padding:0px; /*org 0*/
	position:absolute;
	top:40px; /*org 140*/
	left:210px;
	width:770px;
	font-size:12px;
	font-weight:normal;
	
	
}