@charset "utf-8";
/* CSS Document */

/*	
   	------------------------------------------------------------------------------------------------------------------------------------------- */
/* 	------------------------------------------------------------------------------------------------------------------------------------------- */


/*	Allgemeine Definitionen
   	------------------------------------------------------------------------------------------------------------------------------------------- */
	body 					{ margin: 0; padding: 0; 
				          	  background: #dddddd url(../images/bl_pageBackground.gif) repeat-y;
						  	  font-family: Arial, Helvetica, sans-serif; }
	img						{ border: none; }
	.clear 					{ clear: both; }

	h1, h2, h3, h4, h5, h6, 
	p, ul, ol, blockquote 	{ margin-top: 0px; }

/* 	------------------------------------------------------------------------------------------------------------------------------------------- */





/*	Basis-Layout
   	------------------------------------------------------------------------------------------------------------------------------------------- */
	.wrap 			{ width: 100%; }
	.lftWrap 		{ }
	.rgtWrap 		{ display: none; }
	.body 			{ margin-top: 40px; }
	.topBar			{ display: none; }
/* 	------------------------------------------------------------------------------------------------------------------------------------------- */





/*	Footer
   	------------------------------------------------------------------------------------------------------------------------------------------- */
	.footer  			{ width: 100%; background-image: none; color: #000; font-size: 11px; margin-top: 30px; font-weight: bold; }
	.footerAdr			{ margin: 0; padding: 0; text-align: left; line-height: 125%; }
	.footerImp			{ display: none; }
/* 	------------------------------------------------------------------------------------------------------------------------------------------- */





/*	Linke Inhaltsspalte 
   	------------------------------------------------------------------------------------------------------------------------------------------- */
	.bodyLftWrap		{ float: left; width: 75%; font-size: 13px; line-height: 20px; display: block;}
	.bodyLftWrapInside	{ margin-left: 0px; }
	
	/* Headline */
	.bodyLftWrap h1 	{ color: #bb0000; font-size: 20px; }
	
	/* Hyperlinks */
	.bodyLftWrap a			{ text-decoration: none; color: #bb0000; font-weight: bold;}
	.bodyLftWrap a:hover	{ color: #000; }
	

/* 	------------------------------------------------------------------------------------------------------------------------------------------- */





/*	Rechte Inhaltsspalte 
   	------------------------------------------------------------------------------------------------------------------------------------------- */
	.bodyRgtWrap    	{ display: block; float: left; width: 343px; }
/* 	------------------------------------------------------------------------------------------------------------------------------------------- */






/*	Navigation 
   	------------------------------------------------------------------------------------------------------------------------------------------- */
	/* Roote-Ebene */
	.nav { display: none;}
/* 	------------------------------------------------------------------------------------------------------------------------------------------- */