@import url(page.css);

a:link    { color:#343434;text-decoration:none;}
a:visited { color:#343434;text-decoration:none;}
a:hover   { color:#343434;text-decoration:none;}
a:active  { color:#343434;text-decoration:none;}


html, body {
	width:800px;
	border: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#343434;
	background:#ffffff;
	line-height:16px;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	
}

* html { /*für IE5 - IE6 */
	height: 1%;
}

* +html { /*für IE7*/
	min-height: 1%;	
 
}
