div#badewanne {
	position: relative;
	margin: 1em 1em;
	padding: 0em;
	min-width: 44em;
	max-width: 60em;
	}
div#linkliste {
	position: fixed;
	top: 1em;
	left: 1em;
	bottom: 2em;
	width: 10em;
	height: auto;
	background-image: url(bilder/HG.png);
	border: solid 3px #dc0c03;
	padding: 2em 0em 0em 0em;
	line-height: 1.5 ;
	text-align: center;
	overflow: auto;
	float: left;
	}
div#linkliste img{
	margin: 1em 0em 1em 0em;
	}
div#inhalt {
	position: relative;
	top: 0em;
	left: 0em;
	background-image: url(bilder/HG.png);
	border: solid 3px #dc0c03;
	padding: 3em;
	margin: 0em 0.5em 2em 11.5em;
	min-height: 460px ;
	height:1%;
	}
div#datum {
	font-size: small;
	position: fixed;
	left: 1em; 
	bottom: 0em;
	color: #dc0c03;
	margin: 0.5em 0em;
	}
.subm{
	font-size: x-small;
	margin: 0em 0.8em;
	text-align: right;
	}
a:link {
	color: #061b41;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #375385;
	font-weight: bold;
}
a:hover {
	color: #dc0c03;
	font-weight: bold;
	text-decoration: none;
	}
body {
	background-image: url(bilder/HG2.png);
	font-family: arial, helvetica, sans-serif;
	color: #061b41;
}
h1, h3, h4 {
	text-align: left;
}
p {
	font-size: small;
	}
ol {
	font-size: small;
	}
img.left{
	float: left;
	margin: 5px 5px 0px 0px;
	}
img.right{
	float: right;
	margin: 5px 0px 0px 5px;
	}
ul{ 
	list-style-image: url(bilder/bullet.png);
	line-height: 24px;
	}

