/*************************************************************/
/*                                                           */
/*                                                           */
/*             Stylesheet für Malteser Webmaster             */
/*              09.10.2006 - Ulrich Brauckmann               */
/*                                                           */
/*                                                           */
/*************************************************************/


/* Hacks für den IE */

/* Body Schriftgröße */
*html body {
	font-size: x-small; /* für IE5/Win */
	f\ont-size: small;  /* für andere IE/Win-Versionen */
	}
	
/* Abstandskorrektur dl */
*html #main-content .headline {
	margin-left: -2px;
	}
*html #main-content dl dt img {
	margin-left: 1px;
	}

/* Künstliche Breitenbegrenzung für IE bis V.6 */
*html #wrap {
	width: 1002px;
	}

/* Abstand Breadcrumb zu Content für IE bis V.6 */
*html #main-content .headline {
	margin-top: 4px;
	}

/* Abstandskorrektur breadcrumb */
*html #main-content .breadcrumb {
	margin: -10px 0px 0px -5px;
	}

/* 3 Pixel IE Float-Bug */
/* Vor IE/Mac verstecken\*/
*html #header-left {
	margin-right: -3px;
	}
*html #header-logo {
	margin-left: -3px;
	}
*html #header-content  {
	margin-left: 177px;
	margin-right: 177px;
	height: 3em;
	}
*html #header-content h4 {
	/*margin-right: 3px;*/
	}
/* Vor IE/Mac verstecken Ende*/

/* Footer */
/* Vor IE/Mac verstecken\*/
*html #footer { 
	height: 1%;
	}
/* Vor IE/Mac verstecken Ende*/
