@charset "utf-8";

body {
  color: #000000; background-color: #ffffff;
  font-size: 100.01%;
  margin: 0; padding: 1em;
  text-align: center;
}

div#Seite {
    position: relative;
	background-color: #ffffff;
	width: 960px;
	top: 0px;
	margin:0 auto;
	font-family: Arial, Rockwell;
	font-size: 16px;
  }
  
 div#Header {
	position: absolute;
	background-color: #ffffff;
	color: #6a332d;
	width: 960px;
	height: 70px;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: right;
 }
 div#LeftNav {
	position: absolute;
	background-color: #ffffff;
	color: #6a332d;
	width: 160px;
	height: 300px;
	top: 80px;
	left: 0px;
	margin: 0;
	padding: 0;
	text-align: right;
}

div#LeftNav a {display: block; color: #6a332d; padding: 0; margin: 0; font-weight: bold; text-decoration: none; margin-right: 15px;}
div#LeftNav a:hover {background-color: #f0f0f0;}
div#LeftNav a.current {background-color: #6a332d; color: #ffffff; text-align: center;}


div#ContentTop{
	position: absolute;
	background-image: url("img/Baumstamm.jpg");
	color: #6a332d;
	width: 800px;
	height: 300px;
	top: 80px;
	left: 160px;
	margin: 0;
	padding: 0;
	text-align: right;
}

.thumbnail{
	position: absolute;
	top: 0px;
	right: 0px;
}

.thumbnail img{
	border-left-style: solid;
	border-left-width: 10px;
	border-left-color: #6a332d;
}

.thumbnail span{
	position: absolute;
	background-color: #6a332d;
	border-style: solid;
	border-width: 10px;
	border-color: #6a332d;
	top: -20px;
	right: 160px;
	text-align: center;
	visibility: hidden;
}

.thumbnail:hover span{
	visibility: visible;
	z-index: 50;
}

div#Description{
	position: absolute;
	color: #6a332d;
	width: 350px;
	height: 150px;
	bottom: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
	text-align: left;
}

div#ContentBottom{
	position: absolute;
	overflow: auto;
	background-color: #ffffff;
	color: #6a332d;
	width: 799px;
	max-height: 200px;
	top: 390px;
	left: 160px;
	margin: 0;
	padding: 0;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	text-align: left;
	font-size: 12px;
}

div#ContentBottom h3{margin-left: 30px;}
div#ContentBottom h4{margin-left: 20px;}
div#ContentBottom p{margin-left: 20px; margin-right: 20px;}

div#ContentBottom a {color: #6a332d; padding: 0; margin: 0; font-weight: bold; text-decoration: none;}
div#ContentBottom a:hover {color: #9a635d;}

div#From {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 35px;
	width: 160px;
	margin-right: 5px;
	background-color: #ffffff;
	font-size: 10px;
	text-align: right;
}

div#PicNav{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 25px;
	width: 80px;
	text-align: center;
	vertical-align: top;
	font-size: 10px;
}

div#PicNav img {border: 0;}