/* http://meyerweb.com/eric/tools/css/reset/ *//* v1.0 | 20080212 */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%; }	body	{ }ol, ul  { list-style: none; }/* remember to define focus styles! */:focus  { outline: 0; }/* tables still need 'cellspacing="0"' in the markup */table 	{ /* border-collapse: collapse; border-spacing: 0; */ }body {	font-family: Helvetica, Verdana, Arial, sans-serif; font-size:12px; color:#534334; text-align: left; line-height:20px;	margin:0px; padding:0px; 	background: url(home_bg.gif) repeat-x; }#container {	width:880px;	margin: 0px auto; /* zentriert die Seite */ }#top { text-align:center; margin-top:30px;}#images {	overflow:hidden; 	/* damit die floats nach der Navi gecleared werden*/	height:100%;		/* IE6 overflow:hidden hack */ }	#images img {	float: left; 	margin:0px;	padding:0px; }	#language {	overflow:hidden; 	/* damit die floats nach der Navi gecleared werden*/	height:100%;		/* IE6 overflow:hidden hack */ 	width:880px; 	min-height:150px;	height: auto !important;	/* IE6 hack */	height:150px;				/* IE6 hack */}#language a { 	display:block;	min-height:150px;	height: auto !important;	/* IE6 hack */	height:150px;				/* IE6 hack */	width:220px; 	float:left; 	text-indent:-9999px;	overflow: hidden; }		a#willkommen 		{ background: url(home_de.jpg) no-repeat left top;	}	a#willkommen:hover 	{ background: url(home_de.jpg) no-repeat left bottom;}	a#bienvenue 		{ background: url(home_fr.jpg) no-repeat left top;	}	a#bienvenue:hover 	{ background: url(home_fr.jpg) no-repeat left bottom;}	a#welkom 			{ background: url(home_nl.jpg) no-repeat left top;	}	a#welkom:hover 		{ background: url(home_nl.jpg) no-repeat left bottom;}	a#welcome 			{ background: url(home_en.jpg) no-repeat left top;	}	a#welcome:hover 	{ background: url(home_en.jpg) no-repeat left bottom;}	.infos { 	text-align:center;  	margin-bottom:25px;}div.infos a:link 	{ color: #771c1e; text-decoration: none; }div.infos a:visited { color: #771c1e; text-decoration: none; }div.infos a:active 	{ color: #771c1e; text-decoration: underline; }div.infos a:hover 	{ color: #771c1e; text-decoration: underline; }