
			html[xmlns^="http"] {
				/* verhindert Mozilla-Zucken
				 * > Firefox 1.5
				 */
				overflow-y: scroll;
			}
			* {
				margin:0;
				padding:0;
				color:#1F3324;
				font-family: Arial,Helvetica,"sans serif";
				font-size:16px;
				line-height:21px;
				text-decoration:none;
				border:0px;
			}
			html, body {
				height:100%;
			}
			body {
				font:100.01%/1.4 sans-serif;
				text-align:center; /* horizontal centering for IE Win quirks */
				margin:0;
				padding:0;
			}
			a:hover {
				text-decoration:underline;
			}	
			h1 {
				font-size:20px;
				text-aling:justify;
				line-height:30px;
			}
			h2 {
				line-height:30px;
			}
			.container {
				position:relative;
				float:left;
			}
			.navifooter {
				font-size:12px;
			}
			.subnavi {
				font-size:11px;
				line-height:16px;
			}
			a.contentlink {
				text-decoration:underline;
			}
			a.homelinks {
				font-size:18px;
			}
