body, table, td, span, div {font-family:Verdana, Arial, Helvetica, sans-serif;}
a               {text-decoration: none; color: #e0e0e0;}
a:hover         {color:red;}
u               {text-decoration: none; color: white;}
li              {line-height: 150%;}
body {
	margin: 0px;
	background-color: black;
	color: white;
	line-height: 150%;
}
a.inactive {
	border-bottom: 1px solid #e0e0e0;
	display: block;
	padding: 10px;
}
table.menu {
}
table.menu td {
	text-align: center;
	padding-left:15px;
	padding-right:15px;
}
table.menu td a {
	display: block;
	padding: 10px;
}
table.menu td a :hover {
	cursor: pointer;
	opacity: 0.5;
}
td {
	text-align: left;
	vertical-align: top;
}

div.galerie {
	margin:8px; display: inline-block;text-align:center;
}

table.info td {
	text-align: left;
	vertical-align: middle;
}
#otto {
   background-color: #707070;
   display: none;
   position: fixed;
   right: 5px;
   top: 64px;
   z-index: 100;
   padding: 16px;
}
#otto > a {
   display: block;
   padding-top: 5px;
   padding-bottom: 5px;
}
#otto > a.inactive {
   color: black;
   font-weight: bold;
}

img.single_img {
   width: 100%;
}

.text {
-webkit-hyphens: auto;
-webkit-hyphenate-limit-chars: auto 3;
-webkit-hyphenate-limit-lines: 4;
hyphens: auto;
hyphenate-limit-chars: auto 3;
hyphenate-limit-lines: 4;
}