/**
	COMMON STYLEDEFINITIONS								
*/
html {
	height: 100%; /* fix height to 100% for IE */
	max-height: 100%; /* fix height for other browsers */
   	width: 100%; 
	padding: 0; 
	margin: 0; 
	border: 0; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
}
body {
	height: 100%; /* fix height to 100% for IE */
	max-height: 100%; /* fix height for other browsers */
   	width: 100%; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	padding: 0; 
	margin: 0; 
	border: 0;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #4F4F4F; 
	text-align: center;
}

/**
	COMMON STYLEDEFINITIONS FOR LINKS
*/
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	text-decoration: underline;
	color: #4F4F4F;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	text-decoration: underline;	
	color: #4F4F4F;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	text-decoration: underline;	
	color: #4F4F4F;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	text-decoration: underline;
	color: #4F4F4F;
}

/**
	COMMON CONTENT STYLEDEFINITIONS
	CONTENTWRAPPER / MAINCONTENT / FOOTER / INFOS
*/
#contentwrapper {
  margin: 0 auto;
  width: 100%;
  text-align: left;
}
#maincontent {
	position: absolute;
	width: 840px;
	height: 350px;
	margin-top: -230px;
	margin-left: -420px;
	top: 50%; 
	left: 50%;
    text-align: left; 
}

