body {
	margin: 0px;
	padding: 0px;

	background-color:    	#A6A6A6;
}

.container_msg{
	position: 						absolute;	/* Achtung !!! Sehr wichtig für IE und Mozilla*/
	width:                1000px;
	height:               26px;

	top:                  680px;
	left:                 0px;

	text-align:           left;
	
	background-color:    	#ff0000;
}

.container_main{
	position: 						absolute;	/* Achtung !!! Sehr wichtig für IE und Mozilla */
	width:                983px;
	height:               616px;

	border:					 			0px;	/* Hier kann für Testzwecke auf 1 gestellt werden */
	border-style:         solid;
	
  background-color:    	#000000;
}

.container_header{
	position: 						absolute;	/* Achtung !!! Sehr wichtig für IE und Mozilla*/
	width:                977px;
	height:               170px;

	top:                  3px;
	left:                 3px;

	background-color:    	#000000;
}

.container_menue{
	position: 						absolute;	/* Achtung !!! Sehr wichtig für IE und Mozilla*/
	width:                174px;
	height:               440px;

	top:                  173px;
	left:                 3px;

	background-image: 		url(../images/face/left.jpg);
}

.container_content{
	position: 						absolute;	/* Achtung !!! Sehr wichtig für IE und Mozilla*/
	width:                803px;
	height:               440px;

	top:                  173px;
	left:                 177px;
	
	overflow:				auto;

	background-color:    	#000000;
	background-image: 		url(../images/face/background.jpg);
}

.container_content_frame{
	position: 						absolute;	/* Achtung !!! Sehr wichtig für IE und Mozilla*/
	width:                785px;
	height:               420px;

	top:                  10px;
	left:                 10px;
	
	overflow:				auto;

	font: 									12px Arial, Helvetica, Verdana, sans-serif;
	text-decoration:				none;
	color:               		#000000;

}

.container_content_home{
	position: 						absolute;	/* Achtung !!! Sehr wichtig für IE und Mozilla*/
	width:                738px;
	height:               481px;

	top:                  173px;
	left:                 40px;
}

.container_footer_impressum{
	position: 						absolute;	/* Achtung !!! Sehr wichtig für IE und Mozilla*/
	width:                400px;
	height:               20px;

	top:                  -1px;
	left:                 720px;

/*	background-color:    	#ffd9d9; */
}
