html, body 	{
					margin: 0px;
					padding: 0px;
					font-family:arial;
					font-size:11px;
					text-align:left;
					overflow:show;
					background-image:url(../img/img_bg.jpg);  
					background-repeat:repeat-x;
					background-color:#FFFFFF;
					}
					
/* Header */

		.header			{
							display:none;
							}
							
/* Content */

		.content			{
							width:820px;
							min-height:700px;
							background-image:url(../img/img_bg_content.jpg);  
							padding-bottom:90px;
							overflow:auto;
							}
		.content_links	{
							float:left;
							width:500px;
							margin-left:71px !important;  /* für Firefox u.ä. */
							margin-left:37px;
							line-height:1.5;	
							letter-spacing:0.1px !important;  /* für Firefox u.ä. */
							}
		.content_links a{
							text-decoration:none;
							color:#6e6e6e;
							}
		.content_links a:hover{
							text-decoration:none;
							color:#FFFFFF;
							}					
		.content_rechts{
							float:right;
							width:165px;
							margin-right:39px;
							padding-top:15px;
							display:none;
							}
		.content_rechts_aktuelles{
							float:right;
							width:120px;
							margin-left:21px;
							float:left;
							color:#6e6e6e;
							line-height:1.5;	
							letter-spacing:0.1px !important;  /* für Firefox u.ä. */	
							display:none;							
							}	
		.screen			{
							display:none;
							}
		.print				{
							font-size:22px;
							font-weight:bold;
							margin-bottom:50px;
							}	
							
/* Bottom */	

		.bottom			{
							clear:both;
							width:820px;
							height:106px;
							background-image:url(../img/img_bg_bottom.jpg);  	
							display:none;
							}
		.eu				{
							float:right;
							text-align:center;
							font-size:9px;
							width:120px;
							margin-right:55px !important;  /* für Firefox u.ä. */
							margin-right:38px;
							margin-top:-88px !important;  /* für Firefox u.ä. */
							margin-top:0px;
							color:#6e6e6e;
							display:none;
							}

/* Textformatierung Content */

		h1				{
							margin-bottom:28px;
							padding:0px;
							}
		.rahmen_aussen{
							height:auto;
							overflow:auto;
							clear:both;
							margin-bottom:20px;
							color:#6e6e6e;
							}	
		.rahmen_100{
							width:480px;
							padding:10px;
							height:auto;
							overflow:auto;
							border:1px solid #FFFFFF;
							color:#6e6e6e;
							}							
		.rahmen_50_quer_links{
							width:223px;
							padding:10px;
							height:auto;
							overflow:auto;
							border:1px solid #FFFFFF;
							float:left;
							}
		.rahmen_50_quer_rechts{
							width:223px;
							padding:10px;
							height:auto;
							overflow:auto;
							border:1px solid #FFFFFF;
							float:right;
							}
		.rahmen_50_links{
							width:223px;
							padding:10px;
							height:auto;
							overflow:auto;
							border:1px solid #FFFFFF;
							float:left;			
							}
		.ohne_rahmen	{
							border:0px;
							}
		.linie				{
							width:500px;
							height:1px;
							border-top:1px solid #FFFFFF;
							}	