body {
	background-color: #FFFFFF;
	color: #333333;
	padding: 0;
	margin: 0;
	font-family: sans-serif;
	font-stretch: condensed;
	font-size: 15px;
}
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: 960px;
	height: 960px;
	background-color: white; 
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 160px;
}

#nav1 {
	position: absolute;
	top: 90px;
	left: 10px;
	width: 940px;
	font-size: 90%;
	color: #333333;
}
#nav2bg {
	position: absolute;
	top: 170px;
	left: 0px;
	width: 195px;
	height: 780px;
	background-color: #f0efeb;
}
#nav2 {
	position: absolute;
	top: 25px;
	left: 10px;
	width: 175px;
	height: 750px;
	font-size: 90%;
}
#nav3 {
	position: absolute;
	bottom: 0px;
	left: 5px;
	width: 135px;
	height: 20px;
	font-size: 70%;
}

#bar1 {
	position: absolute;
	top: 160px;
	left: 0px;
	width: 845px;
	height: 10px;
	background-color: #f0efeb;
	opacity: .5;
}
#bar2 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 815px;
	height: 10px;
	background-color: #f0efeb;
	opacity: .5;
}
#bar3 {
	position: absolute;
	top: 170px;
	left: 195px;
	width: 10px;
	height: 780px;
	background-color: #a09991;
	opacity: .5;
}
#image-area {
	position: absolute;
	top: 170px;
	left: 205px;
	width: 640px;
	height: 480px;
	background-color: white;
	z-index: 5;
}
#text-area {
	position: absolute;
	top: 650px;
	left: 205px;
	width: 640px;
	height: 300px;
	background-color: #a09991;
	color: #f0efeb;
}
#text-area a {
	color: #f0efeb;
	text-decoration: underline;
}
#text-area a:hover {
	color: #009785;
}
.text-wrapper {
	width: 630px;
	height: 290px;
	overflow: auto;
	margin: 0px;
	padding: 5px;
}
.flash-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
#gradient-left {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 960px;
	width: 128px;
	margin: 0;
	padding: 0;
}
#gradient-right {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 960px;
	width: 128px;
	margin: 0;
	padding: 0;
}
#presenting-area {
	position: absolute;
	top: 170px;
	left: 205px;
	width: 288px;
	height: 480px;
	background-color: white;
	z-index: 5;
}
#describing-area {
	position: absolute;
	top: 650px;
	left: 205px;
	width: 288px;
	height: 300px;
	background-color: #a09991;
	color: #f0efeb;
}
#listing-area {
	position: absolute;
	top: 170px;
	left: 493px;
	width: 352px;
	height: 780px;
	background-color: #f0efeb;
	color: #333333;
}
#listing-area p {
	text-indent: -20px;
	margin-left: 20px;
}
.listing-wrapper {
	width: 342px;
	height: 770px;
	overflow: auto;
	margin: 0px;
	padding: 5px;
}
.icons {
	border: none;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	z-index: 10;
}
.icons td {
	width: 118px;
	height: 118px;
	padding: 0;
	margin: 5px;
	
}
.icon {
	position: relative;
	bottom: 5px;
	right: 5px;
	border: 5px solid #a09991;
	width: 108px;
	height: 108px;
	background-color: white;
	z-index: 10;
}
.icon:hover {
	border: 5px solid #009785;
}
.schattig {
	border: 5px solid #009785;
}

