body {
	margin:0px; padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	text-align:left;
	background-color: #98bf0c;
}

p, td {
margin: 0px;
padding: 0px; 
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
}

.img {
	border: 1px solid #666666;
}

<!--  LINKGESTALTUNG -->

#nav { 	
  position:fixed;
  width:122px;
  overflow: hidden;
}

a.nav {
color: #333333;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
text-align:left;
text-decoration: none;
text-transform:uppercase;
padding-left:25px;
line-height: 18px;
}

a.nav:hover {
color: #FFFFFF;
background: url(../bilder/nav_icon.gif) left no-repeat;
}

a.normal {
color: #FFFFFF;
text-decoration: none;
}

a.normal:hover{
text-decoration: underline;
}

<!-- EBENEN -->

#logo {
	position:absolute;
	width:350px;
	height:111px;
	z-index:2;
	left: 0px;
	top: 50px;
	}

#navigation {
	position:absolute;
	width:122px;
	height:115px;
	z-index:2;
	left: 154px;
	top: 188px;
	}

#inhalt_gesamt {
	position:absolute;
	width:370px;
	height:115px;
	z-index:2;
	left: 297px;
	top: 190px;
	}

#inhalt_referenzen {
	position:absolute;
	width:200px;
	height:335px;
	z-index:3;
	left: 688px;
	top: 192px;
}
	
<!--  FORMULAR --> 
.inputButton {
	width: 105px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #98bf0c;
	border:#98bf0c 0px solid;
	margin-top: 10px;
	padding: 1px 0 1px 0;
}

.hint {

	color: #FF0000;
	font-weight:bold;
	text-transform:uppercase:
	}