
body {
	margin: 0; 
	padding: 0;
	background-color: #e2e1d2;
	background-image: url(../gfx/bg.jpg);
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

#menue {
	position: fixed;
	top: 48px;
	left: 0;
	width: 100%;
	background-color: #5a5a54;
	border-left: 184px solid #000000;
}

#menue ul {
	list-style-type: none; 
	font-weight: normal;
	font-size: 11px;
	line-height: 2em; 
	margin: 16px; 
	padding: 0;
}

#menue a {
	color: #ffffff;
	text-decoration: none;
}

#menue a.home {
	color: #7997b0;
	text-decoration: none;
}

#menue a.summary {
	color: #b19f89;
	text-decoration: none;
}

#menue a.reference {
	color: #e4bc71;
	text-decoration: none;
}

#menue a.profile {
	color: #b67973;
	text-decoration: none;
}

#menue a.contact {
	color: #98b691;
	text-decoration: none;
}

#menue a.imprint {
	color: #94c4be;
	text-decoration: none;
}

#logo {
	position: fixed;
	top: 48px;
	left: 0;
	width: 184px;
	background-color: #000000;
}

#logo img {
	width: 184px;
	height: 58px;
	border: 0;
}

#content {
	position: absolute;
	top: 24px;
	left: 320px;
	width: 460px;
	background-color: #ffffff; 
	padding: 24px 0 48px 0;
}

#content img {
	margin: 0 24px 0 24px;
	border: 0;
}

#content p {
	margin: 0.5em 24px 1em 24px;
	font-weight: normal;
	font-size: 11px;
	color: #5a5a54; 
	line-height: 1.5em; 
}

#content ul {
	margin-top: 0; 
}

#content li {
	font-weight: normal;
	font-size: 11px;
	color: #5a5a54; 
	line-height: 1.5em; 
}

#content p.image {
	margin: 0 24px 0 24px;
	font-weight: normal;
	font-size: 10px;
	color: #9e9d93; 
	line-height: 1.5em; 
}

#content h1 {
	margin: 1.5em 24px 0 24px;
	font-weight: bold;
	font-size: 14px;
	color: #5a5a54; 
	line-height: 1.5em; 
}

#content h2 {
	margin: 2em 24px 0.5em 24px;
	font-weight: bold;
	font-size: 11px;
	color: #5a5a54; 
}

#content a.home {
	color: #7997b0;
	text-decoration: none;
}

#content a.summary {
	color: #b19f89;
	text-decoration: none;
}

#content a.reference {
	color: #d0a75b;
	text-decoration: none;
}

#content a.profile {
	color: #b67973;
	text-decoration: none;
}

#content a.contact {
	color: #98b691;
	text-decoration: none;
}

#content a.imprint {
	color: #7aafa8;
	text-decoration: none;
}

#content table {
	margin: 0 24px 0 24px;
	font-weight: normal;
	font-size: 11px;
	color: #5a5a54; 
	line-height: 1.5em; 
}

#content td {
	padding: 0 1em 1em 0;
}

#content input {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #5a5a54; 
}

#content textarea {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #5a5a54; 
}

div.patch_bg_top {
	position: fixed; 
	left: 320px; 
	top: 0; 
	width: 460px; 
	height: 24px; 
	background-color: #e2e1d2;
}

div.patch_content_top {
	position: fixed; 
	left: 320px; 
	top: 24px; 
	width: 460px; 
	height: 24px; 
	background-color: #ffffff;
}

div.patch_content_bottom {
	position: fixed; 
	left: 320px; 
	bottom: 24px; 
	width: 460px; 
	height: 24px; 
	background-color: #ffffff;
}

div.patch_home_bottom {
	position: fixed;
	left: 320px;
	bottom: 0; 
	width: 460px; 
	height: 24px; 
	background-color:#7997b0;
}

div.patch_summary_bottom {
	position: fixed;
	left: 320px;
	bottom: 0; 
	width: 460px; 
	height: 24px; 
	background-color:#b19f89;
}

div.patch_reference_bottom {
	position: fixed;
	left: 320px;
	bottom: 0; 
	width: 460px; 
	height: 24px; 
	background-color:#e4bc71;
}

div.patch_profile_bottom {
	position: fixed;
	left: 320px;
	bottom: 0; 
	width: 460px; 
	height: 24px; 
	background-color:#b67973;
}

div.patch_contact_bottom {
	position: fixed;
	left: 320px;
	bottom: 0; 
	width: 460px; 
	height: 24px; 
	background-color:#98b691;
}

div.patch_imprint_bottom {
	position: fixed;
	left: 320px;
	bottom: 0; 
	width: 460px; 
	height: 24px; 
	background-color:#94c4be;
}


