body {
	font-family: Arial, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: rgb(102,102,102);
	background-color: rgb(80,80,80);
}
h1 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
/* für firefox */
	margin-bottom: 12px;
	border-style: solid;
	border-color: rgb(173,0,0);
	border-width: 0px;
	border-bottom-width: 0px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 12px;
	border-style: solid;
	border-color: rgb(173,0,0);
	border-width: 0px;
	border-bottom-width: 1px;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 6px;
}
p {
	text-align: justify;
	font-size: 11px;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.rot {
	color: rgb(173,0,0);
}
.fett {
	font-weight: bold;
}
.liste {
	margin-left: -20px;
}
ul {
	list-style-type: square;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
}
li {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 5px;
}
td {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 5px;	
	vertical-align: top;
	text-align: left;
}
td.ul {
	width: 50px;
	font-weight: bold;
}
td.ur {
	font-weight: bold;
}
.box {
	float: left;
	height: 3280px;
	border-style: solid;
	border-color: rgb(255,255,255);
}
.navi {
	margin: 0px;
	padding: 3px 0px 1px 0px;
	height: 18px;
	width: 800px;
	border: 1px solid rgb(255,255,255);
	background-image: url(grfx/menu_hover.png);
	background-color: rgb(153,0,0);
}
.navi ul, .navi li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}
.navi a:link, .navi a:visited {
	float: left;
	font-weight: bold;
	margin: 0px 7px 0px 10px;
	padding-right: 15px;
	text-decoration: none;
	color: rgb(255,255,255);
	border-right: 1px solid rgb(255,255,255);
}
.navi a:hover {
	text-decoration: underline;
}
#current {
	text-decoration: underline;
}
a.text, a.text:link, a.text:visited {
	color: rgb(173,0,0);
	text-decoration: none;
}
a.text:hover, a.text:active {
	text-decoration: underline;
}
a.pfeil, a.pfeil:link, a.pfeil:visited {
	font-size: 12px;
	font-weight: bold;
	color: rgb(102,102,102);
	text-decoration: none;
}
a.pfeil:hover, a.pfeil:active {
	color: rgb(173,0,0);
}
/*#navi ul {
	list-style: none;
	padding: 0px;
	height: 20px;
	border: 1px solid #000;
}
#navi li {
	display: inline;
}
#navi a {
	font-weight: bold;
	text-decoration: none;
	color: rgb(255,255,255);
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	border-right: 1px solid rgb(255,255,255);
}
#navi a:hover {
	color: rgb(255,255,255);
	text-decoration: underline;
}
*/
#menu {
	list-style: none;
	width: 145px;
	margin-top: 8px;
}
#menu a {
	color: rgb(102,102,102);
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 133px;
	padding: 3px;
	padding-left: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(255,255,255);
	background-color: rgb(220,220,220);
	background-image: url(grfx/menu.png);
}
#menu a:hover {
	color: rgb(255,255,255);
	background-color: rgb(153,0,0);
	background-image: url(grfx/menu_hover.png);
}
#menu li {
	margin: 1px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.gallerycontainer {
	position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}
.thumbnail img {
	border-top: 1px solid rgb(255,255,255);
	border-right: 1px solid rgb(102,102,102);
	border-bottom: 1px solid rgb(102,102,102);
	border-left: 1px solid rgb(255,255,255);
	margin: 5px 0px 0px 0px;
}
.thumbnail:hover {
	background-color: transparent;
   text-decoration: none;	
}
.thumbnail:hover img {
	border-top: 1px solid rgb(102,102,102);
	border-right: 1px solid rgb(255,255,255);
	border-bottom: 1px solid rgb(255,255,255);
	border-left: 1px solid rgb(102,102,102);
}
.thumbnail span {
/*CSS for enlarged image*/
	position: absolute;
	background-color: rgb(230,230,230);
	padding: 8px;
	padding-top: 3px;
	left: -2000px;
/*sonst Probleme in Opera*/
	border-right: 1px solid rgb(102,102,102);
	border-bottom: 1px solid rgb(102,102,102);
	visibility: hidden;
	text-decoration: none;
	color: rgb(102,102,102);
}
.thumbnail span img {
/*CSS for enlarged image*/
	padding: 0px;
	/*border: 1px solid rgb(102,102,102);
*/
}
.thumbnail:hover span {
/*CSS for enlarged image*/
	visibility: visible;
	top: 100;
	left: -475px;
/*position where enlarged image should offset horizontally */
	z-index: 50;
}
