

body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

#divTitel {
	width: 788px;
	height: 393px;
	position: fixed;
	top: 0px;
	left: 0px;
	background-image: url(../images/titel.png);
	background-position: top left;
	background-repeat: no-repeat;	
}

#divText {
	position:absolute;
	top: 400px;
	left: 8px;
	width: 1200px;
	color:#333333;
}

#divKontakt {
	position: fixed;
	top: 470px;
	left: 32px;
	width: 480px;
	height: 20px;
	font-size: 13px;
	color:#555555;
}

#divKontakt a {
	text-decoration: none;

	color:#555555;
	}
	
#divKontakt a:hover {
	text-decoration: none;
	color:#CC0033;
	}

#divReferenzen {
	position: fixed;
	top: 470px;
	left: 570px;
	width: 350px;
	height: 200px;
	font-size: 13px;
}

#divAktuell {
	position: fixed;
	top: 83px;
	left: 580px;
	width: 50px;
	height: 200px;
	font-size: 13px;
	font-weight: bold;
}

#divBeitrag {
	position: fixed;
	top: 83px;
	left: 630px;
	width: 350px;
	height: 200px;
	font-size: 13px;
	font-weight: normal !important;
}

.bold { font-weight:bold;}







