html,body {
	height: 100%;
	margin: 0;
	color: #000;
	overflow: hidden;
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(bilder/bg5.png);
}
img#anniv {position:absolute;
	top:80px;right:-80px;}
#layout {
	width: 850px;
	height: 98%;
	border: thin solid #fff;
	margin-right: auto;
	margin-left: auto;
	background: white url(bilder/head2.jpg) no-repeat center top;
	position:relative
}
.spalte {
	padding: 0 5px;
	margin: 0;
	float: left;
}
#foot {
	z-index:2;
	clear: both;
	height: auto;
	bottom: 0px;
	position: absolute;
	width: 100%;
	text-align:center;
	font-size:7pt;
}
.inhalt {
	margin-left: 50px;
	width: 775px;
	height: 76%;
	overflow: auto;
	clear:left;
}
body#Links .inhalt a {font-size:20pt}
.inhalt a img {border-width:1px;}
.inhalt ul { margin-top:-1.3ex; }

ul#nav {
	position:relative;
	margin-top:126px;
	width:785px;
	list-style: none;
	line-height: 1.4; /* IE position fix */
	color:black;
	font-size: 10pt;
	font-weight:bold;
}

ul#nav li { /* all list items */
	float: left;
	padding:0 1em;
	background-color:#222;
	color:#fff;
	margin:0;
	position:relative;
}

ul#nav li ul { /* second-level lists */
	list-style: none;
	display: none;
	position: absolute;
	left:0;
	top: 1.45em;
	padding: 0;
	margin:0;
	clear:both;
}
ul#nav li ul li{ 
	background: #D00;
	clear:both;
	padding:0 1ex;
	width: 115px; /* width needed or else Opera goes nuts */
}
ul#nav a {
	font-weight:bold;
	display:block;
	width:inherit;
	color:#fff;
}
ul#nav a:hover { color:#00f;
	background-color:white;}
ul#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

ul#nav li:hover ul, ul#nav li.over ul { /* lists nested under hovered list items */
	display: block;
}

ul#nav #currentpage { /* currently selected menu item */
	background: white;
	color:black
}
ul#nav #currentpage a{ /* currently selected menu item */
	color:black;}
ul#nav li.trenner { border-top:1px dashed #000000
}
caption,h1,h2,h3,h4 {
	font-family: "Courier New", Courier, mono;
}
caption {
	font-size:larger
}
table.dogs {
	width: 97%;
}
table.dogs td {
}
a:link {
	color:#0066CC;
	text-decoration: none;
}
a:visited {
	color:#000;
	text-decoration: none;
}
a:hover {
	color: red;
}
h1 {font-size:160%}
h2 {font-size:140%}

body#Links a img { max-width:400px }