#top h1 a {
	width: 327px;
	height: 98px;
	display: block;
	position: absolute;
	z-index: 10;
	left: 12px;
	top: 30px;
	text-indent: -5000px;
	background-image: url(media/logo.gif);
	background-repeat: no-repeat;
}

/* Main-Navig */

#top ul {
	width: 900px;
	list-style-type: none;
	position: absolute;
	z-index: 10;
	bottom: 11px;
	left: 0px;
}

#top ul li {
	float: left;
	display: inline;
	margin : 0px 0px;
}

#top ul li a {
	display: block;
	height: 36px;
	text-indent: -5000px;
	text-decoration: none;
	background-image: url(media/navig.gif);
	background-repeat: no-repeat;
}

#top ul li a:hover {
	border: none;
}

/* Buttons der NainNav */

#top ul li a.projects {
	width: 190px;
	background-position: 0px 0px;
}

#top ul li a.projects:hover, #top ul .active a.projects {
	background-position: 0px -40px;
}

#top ul li a.contact {
	width: 110px;
	background-position: -190px 0px;
}

#top ul li a.contact:hover, #top ul .active a.contact {
	background-position: -190px -40px;
}