body {
	background-color: #FFFFFF;
	color: #333333;
	padding: 0;
	margin: 0;
	font-family: sans-serif;
	font-stretch: condensed;
	font-size: 12px;
}
a {
	color: #009785;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.navigation {
	color: #333333;
}
.navigation a {
	color: #333333;
	text-decoration: none;
}
.navigation a:hover {
	color: #009785;
}

#content-box {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 720px;
	height: 720px;
	background-color: white; 
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 720px;
	height: 120px;
}

#nav1 {
	position: absolute;
	top: 70px;
	left: 10px;
	width: 700px;
	font-size: 90%;
	color: #333333;
}
#nav2bg {
	position: absolute;
	top: 130px;
	left: 0px;
	width: 145px;
	height: 580px;
	background-color: #f0efeb;
}
#nav2 {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 130px;
	height: 540px;
	font-size: 90%;
}
#nav3 {
	position: absolute;
	bottom: 0px;
	left: 5px;
	width: 135px;
	height: 20px;
	font-size: 70%;
}

#bar1 {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 635px;
	height: 10px;
	background-color: #f0efeb;
	opacity: .5;
}
#bar2 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 635px;
	height: 10px;
	background-color: #f0efeb;
	opacity: .5;
}
#bar3 {
	position: absolute;
	top: 130px;
	left: 145px;
	width: 10px;
	height: 580px;
	background-color: #a09991;
	opacity: .5;
}
#image-area {
	position: absolute;
	top: 130px;
	left: 155px;
	width: 480px;
	height: 360px;
	background-color: white;
	z-index: 5;
}
#text-area {
	position: absolute;
	top: 490px;
	left: 155px;
	width: 480px;
	height: 220px;
	background-color: #a09991;
	color: #f0efeb;
}
#text-area a {
	color: #f0efeb;
	text-decoration: underline;
}
#text-area a:hover {
	color: #009785;
}
.text-wrapper {
	width: 464px;
	height: 204px;
	overflow: auto;
	margin: 0px;
	padding: 8px;
}
.flash-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
#gradient-left {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 720px;
	width: 128px;
	margin: 0;
	padding: 0;
}
#gradient-right {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 720px;
	width: 128px;
	margin: 0;
	padding: 0;
}
#presenting-area {
	position: absolute;
	top: 130px;
	left: 155px;
	width: 216px;
	height: 360px;
	background-color: white;
	z-index: 5;
}
#describing-area {
	position: absolute;
	top: 490px;
	left: 155px;
	width: 216px;
	height: 220px;
	background-color: #a09991;
	color: #f0efeb;
}
#listing-area {
	position: absolute;
	top: 130px;
	left: 371px;
	width: 264px;
	height: 580px;
	background-color: #f0efeb;
	color: #333333;
}
#listing-area p {
	text-indent: -20px;
	margin-left: 20px;
}
.listing-wrapper {
	width: 248px;
	height: 564px;
	overflow: auto;
	margin: 0px;
	padding: 8px;
}
.icons {
	border: none;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	z-index: 10;
}
.icons td {
	width: 100px;
	height: 100px;
	padding: 0;
	margin: 5px;
	
}
.icon {
	position: relative;
	bottom: 5px;
	right: 5px;
	border: 5px solid #a09991;
	width: 90px;
	height: 90px;
	background-color: white;
	z-index: 10;
}
.icon:hover {
	border: 5px solid #009785;
}
.schattig {
	border: 5px solid #009785;
}
