html, body	{	width: 100%;	height: 100%;	margin: 0;	padding: 0;	border: none;	}img	{	display: block;	border: 0;	}/* Links -------------------- */a:link	{	text-decoration: none;	background-color: transparent;	color: #c00;	}a:visited	{	text-decoration: none;	background-color: transparent;	color: #c00;	}a:hover	{	text-decoration: none;	background-color: transparent;	color: #33f;	}a:active	{	text-decoration: none;	background-color: transparent;	color: #c00;	}/* Schrift -------------------- */table, p, a, td, li, h1, h2, h3, h4, h5, h6	{ 	font-family: Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', Lucida, 'Trebuchet MS', Trebuchet, Verdana, Tahoma, sans-serif; 	font-size: 12px; 	font-weight: bold; 	font-style: normal;	line-height: 140%; 	text-align: left; 	margin: 0;	padding: 0 	}h1	{	font-size: 25px; 	font-weight: bold;	background-color: transparent;	color: #999;	}h2	{	font-size: 12px; 	font-weight: bold;	}h4	{	font-weight: bold;	padding-bottom: 5px; 	}p, a	{	padding-bottom: 4px; 	}/* Container -------------------- */#container	{	position: absolute;	top: 0;	width: 550px;	margin-left: auto;	margin-right: auto;	z-index: 1;	}	#titel	{	position: absolute;	top: 100px;	left: 200px;	width: 350px;	height: 60px;	z-index: 1;	}	#ueberschrift1	{	position: absolute;	top: 90px;	left: 71px;	width: 450px;	height: 30px;	z-index: 2;	}	#block1	{	position: absolute;	top: 180px;	left: 270px;	}#block2	{	position: absolute;	top: 180px;	left: 523px;	}#block1, #block2	{	width: 240px;	height: 240px;	background-color: #ccc;	z-index: 2;	}#block1 h4, #block2 h4	{	padding-top: 50px;	}#block1 h4, #block2 h4, #block1 p, #block2 p	{	padding-left: 15px;	padding-right: 15px;	}
