* {
	margin: 0;
	padding: 0;
}

#logo {
	width: 100%;
	height: 80px;
	position: absolute;
	z-index: 1;
	margin-top: 20px;
}

#logo-content {
	width: 800px;
	height: 80px;
}

#header {
	width: 100%;
	height: 30px;
	position: absolute;
	z-index: 2;
}

#header-content {
	width: 800px;
	height: 30px;
}

#subheader {
	width: 800px;
	height: 60px;
	background-image: url(../img/white-bg.jpg);
}

#subheader img {
	margin: 0px 20px 0px 0px;
}

#navi-box {
	height: 20px;
	float: left;
	margin: 80px 0px 0px 0px;
	position: absolute;

}

.navi-link {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	height: 20px;
	float: left;
	margin: 0px 0px 0px 50px;
	color: #ffffff;
	text-decoration: none;
}

.navi-link:hover {
	color: #7BA460;
	height: 28px;
	display: block;
	background-color: #736357;
	background-image: url(../img/shadow-navi.png);

}

.navi-link-aktiv {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	height: 28px;
	float: left;
	margin: 0px 0px 0px 50px;
	color: #7BA460;
	text-decoration: none;
	background-color: #736357;
	background-image: url(../img/shadow-navi.png);
}

#website {
	width: 100%;
	position: absolute;
	margin-top: 100px;
}

#content-img {
	width: 800px;
	height: 400px;
	background-image: url(../img/white-bg.jpg);
}

#content {
	width: 800px;
	height: 400px;
	background-image: url(../img/white-bg.jpg);
}

#content a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #7BA460;
	text-decoration: none;
}

#content p {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #736357;
	width: 233px;
	display: block;
	margin: 30px 0px 0px 50px;
	float: left;
}

#footer {
	width: 800px;
	height: 30px;
	background-image: url(../img/schatten.png);
}

#footer a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
	margin: 5px 0px 0px 50px;
}

#footer a:hover {
	color: #7BA460;
	text-decoration: underline;
}

#portfolio-image {
	width: 800px;
	padding: 30px 0px 0px 0px;
}

.content-table {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #736357;
}

