/*	CSS Document */
/*	<style type="text/css">*/
/*	some CSS from tutorials of www.alsacreations.com/articles */

body 
	{
	margin-top:			4px;
	margin-right: 		0px;
	margin-bottom: 		0px;
	margin-left: 		4px;
/*	padding: 			0px; 
*/	}

table
	{
	height: 			99%;
	width: 				983px;
	}



#theMenuContainer
	{
	position: 			static; /* relative und absolute sind hier verkehrt*/
	margin-top: 		0px;

	border-top: 		1px solid #a0a0a0;
	border-right: 		1px solid #a0a0a0;
/*	border-bottom: 		0px none;
*/	border-left: 		1px solid #a0a0a0;

/*	padding: 			0px;
*/	font-family: 		Arial, Helvetica, sans-serif;
	line-height: 		150%;
	font-weight: 		400;
	height: 			130px;
	width: 				983px;
	overflow: 			hidden;
	}
	
#menu
	{
	position: 			static;
	margin-top: 		25px;
	margin-left: 		145px;
/*	
	margin-left: 		135px;	: zu tief !
	margin-left: 		145px;	: ist gut !

 */
	
	
	}

iframe#mxx
	{
	width:				983px;
	height:				408px;
	border:				1px solid #a0a0a0;
	visibility: 		visible;
	}

/*#impressum
	{
	margin-top:			3px;
	margin-bottom:		0px;
	}
*/
