body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: auto;
	padding: 0;
	background: #ccc url(../img/body.gif) repeat-y center;
}

#container {
	width: 955px;
	height: 1045px;
	margin: auto;
}

#header {
	width: 955px;
	height: 252px;
	margin: auto;
	background-image: url(../img/header.jpg) no-repeat;

}

#footer {
	width: 955px;
	height: 62px;
	background-image: url(../img/footer.jpg);
}

#navi {
	margin-top: 60px;
	margin-left: 62px;
	font-weight: normal;
	font-style: normal;
	width: 170px;
	letter-spacing: 2px;
	position: absolute;
}

#navi h1 {
	font-size: 10pt;
	border-bottom-style: solid;
	border-bottom-width: 8px;
	line-height: 20px;
	margin-bottom: 25px;
	text-indent: 8px;
}

#navi h2 {
	color: #000;
	font-size: 10pt;
	list-style-position: outside;
	letter-spacing: 0;
}

#navi h3 {
	font-size: 10pt;
}

.home {
	border-color: #aac6dd;
}

.agentur {
	border-color: #07699c;
}

.referenzen {
	border-color: #4381b3;
}

.kontakt {
	border-color: #51597d;
}

#navi a {
	color: #fff;
	text-decoration: none;
}

#navi a:hover {
	color: #000;
	border-color: #fff;
}

#content {
	width: 440px;
	margin-left: 478px;
	position: absolute;
	margin-top: 60px;
	text-align: justify;
}

#content h1 {
	font-size: 30pt;
	margin: 0;
	color: #fff;
}

#content h2 {
	font-size: 10pt;
	letter-spacing: 2px;
}

#content p {
	font-size: 10pt;
}

.kleinabstand {
	word-spacing: -0.5px;
}

#content strong {
	color: #fff;
}

#content a {
	color: #000;
	text-decoration: underline;
}

#content a:hover {
	color: #fff;
}

#content ul {
	font-size: 10pt;
	list-style-type: none;
	margin: 0;
	padding-left: 20px;
}

#content img {
	width: 95px;
	height: 95px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	border: thin solid #fff;
}

