/**********************************************************************************************/
/*  GRUNDLEGENDE FORMATIERUNGEN 															  */
/**********************************************************************************************/
html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	background:#FFFFFF;
	font-size:76%; 
	font-family:georgia, palatino linotype, times new roman, serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	background:#FFFFFF;
	}

/**********************************************************************************************/
/* HYPERLINKS OHNE UNTERSTRICH																  */
/**********************************************************************************************/
a {
	text-decoration:none;
	color:#B04233;
}

/**********************************************************************************************/
/* ALLE IMAGES OHNE BORDER																	  */
/**********************************************************************************************/
img {
	border:none;
}
