	/* [Master Stylesheet]
	
	Project:		Letzebuergergemeis
	Version:		0.1
	Last change:	03/06/09
	Assigned to:	Jens Lumm
	
	----------------------------------*/
	
	@import "reset.css";
	@import "960.css";
	@import "text.css";
	
	body { text-align:center; }
	
	#logo { width:350px; margin-top: 40px; }
	H1.welcome { display:inline; vertical-align: 21px; margin-right:5px; }
	H2 strong { color:#3399cc; font-weight:normal; font-family: arial; letter-spacing:-1px; font-size:110%; }
	H2 strong strong { color:#3399cc; font-weight:bold; font-family: arial; }

	H1, H2, H3, H4 {margin-bottom: 0.125em;}
	H1 + *, H2 + *, H3 + *, H4 + * {margin-top: 0.125em;}
	H2 { font-family: Georgia, "Times New Roman", serif; font-weight: normal; margin: 0.5em 0 1em 0; }
	
	img.join {  }
	
	i { color:#333 }
	
	#mapCanvasWrapper { background-color: white; padding:10px; border: 1px solid #ccc; margin-bottom:20px;}
	
	#mapCanvas { width:920px; height:280px; }
	
	ul.locations li { color: #333; display:inline-table; list-style-type:none; margin:0 20px 0 0; padding:0;}
	ul.locations li a { color: #3399cc; text-decoration: none; font-size:120%; margin-right: 10px;  }
	
	table.basicTable td { padding:0px 5px; }
	
	input.highlight {background-color: red}
