html body {
	background-color: #ffffff;
}

*{
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-decoration: none	
}

#Inhalt{
	position: relative;
	top: 0;
	width: 1050px;
	height: 100%;
	text-align: left;
	margin: auto;
}

#Header{
	position: absolute;
	left: 697px;
	top: 48px;
	width: 195px;
	height: 75px;
}

#Rechnen{
	position: absolute;
	top: 10px;
	left: 0;
	background-image: url("../HG/Rechnen.jpg");
	width: 244px;
	height: 304px;	
}

#Steuerkonzepte{
	position: absolute;
	left: 260px;
	top: 160px;
	background-color: #7db9cd;
	height: 235px;
	width: 620px;
	padding: 35px 0 25px 25px;
}

#Willkommen{
	position: absolute;
	top: 465px;
	left: 223px;
	height: 30px;
	width: 615px;
	line-height: 18px;
}

.brief{
	position: absolute;
	top: 1px;
	right: 0;
}

.Aktuelles{
	position: absolute;
	top: -2px;
	right: 70px;
}

#News{
	position: absolute;
	left: 260px;
	top: 512px;
	background-color: #dfecf7;
	width: 650px;
	padding: 0px 15px 0px 15px;
}

a img{
	border: 0;
}

#counter{
	position: absolute;
	bottom: -100px;
	display: none;
}

