body {
	margin: 0;
	padding: 20px 0;
	color: #220E03;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 20px;
	background: #DDDDD5;
	font: bold 13px Tahoma, Geneva, sans-serif;
}
h1 {
	font-size: 13px;
	font-weight: bolder;
	letter-spacing: 1px;
	text-align: center;
	color: #ce0000;
}
h3 {
	color: #ce0000;
	font-size: 13px;
	font-weight: bolder;
	letter-spacing: 1px;
	text-align: left;
}
h4 {
	font-size: 13px;
	font-weight: bolder;
	letter-spacing: 1px;
	text-align: left;
	color: #333;
	padding-left: 55px;
}
h4 a:hover {
	color: #ce0000;
	text-decoration: none;
	
}
#container {
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	width: 710px;
	margin-left: 15%;
}
#imagebox {
	width: auto;
	height: auto;
	padding: 0;
	background: #DDDDD5;
	margin: 10px 0;
}
#mainContent {
	text-align: center;
	border-right-style: double;
	border-left-style: double;
	border-top-style: none;
	border-bottom-style: none;
	margin: 0;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-color: #1A1819;
	height: auto;
}
#bner {
	height: 158px;
	padding: 0;
	margin: 0;
}
.txtbx {
	width: auto;
	margin: 0;
}
.txtbxGesch {
	width: auto;
	font-weight: normal;
	text-align: justify;
	padding-right: 15px;
	padding-left: 15px;
	margin: 10px 45px;
}
.videobx {
	width: auto;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-right: 45px;
	margin-bottom: 10px;
	margin-left: 45px;
	font-weight: normal;
	text-align: center;
	border-top-color: #000;
	height: auto;
}
#navlist {
	text-align: center;
	height: auto;
	letter-spacing: 2px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}
#navlist a {
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	color: #ddddd5;
}
#navlist a:link, #navlist a:visited {
	color: #1C0400;
	text-decoration: none;
}
#navlist a:hover {
	color: #ce0000;
	text-decoration: none;
}
a:active, a:link, a:visited {
	color: #1C0400;
	text-decoration: none;
}
a:hover {
	color: #ce0000;
	text-decoration: none;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}
.gallerycontainer {
	position: relative;
}
.thumbnail img {
	margin: 0;
}
.thumbnail:hover {
	background: transparent;
}
.thumbnail span {
	position: absolute;
	padding: 1px;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	background: #ddd;
}
.thumbnail span img {
	border-width: 0;
	padding: 2px;
}
.thumbnail:hover span {
	visibility: visible;
	top: 0;
	left: 205px;
	z-index: 50;
}
.sidebar2gallerycontainer {
	position: relative;
	padding-bottom: 15px;
}

