div#badewanne {
	position: relative;
	margin: 1em auto;
	padding: 0em;
	width: 60em;
	
	}
div#linkliste {
  position: absolute;
	width: 10em;
	background-image: url(bilder/asphalt-bg/bg2.png);
	border: solid 2px black;
	padding: 2em 0em 0em 0em;
	line-height: 1.5 ;
	text-align: center;
	float: left;
	box-shadow: 5px 5px 20px #000;
	-o-box-shadow: 5px 5px 20px #000;
	-icab-box-shadow: 5px 5px 20px #000;
	-khtml-box-shadow: 5px 5px 20px #000;
	-moz-box-shadow: 5px 5px 20px #000;
	-webkit-box-shadow: 5px 5px 20px #000;
	}
div#linkliste img{
	margin: 1em 0em 1em 0em;
	}
div#inhalt {
	position: absolute;
	top: 0em;
	left: 0em;
	width: 38em;
	background-image: url(bilder/asphalt-bg/bg2.png);
	border: solid 2px black;
	padding: 3em 5em 1em 5em;
	margin: 0em 0.5em 2em 11.5em;
	box-shadow: 5px 5px 20px #000;
	-o-box-shadow: 5px 5px 20px #000;
	-icab-box-shadow: 5px 5px 20px #000;
	-khtml-box-shadow: 5px 5px 20px #000;
	-moz-box-shadow: 5px 5px 20px #000;
	-webkit-box-shadow: 5px 5px 20px #000;
	
	}
#footer{
  margin-top: 3em;
}
div#datum {
	font-size: x-small;
	}
.subm{
	font-size: x-small;
	margin: 0em 0.8em;
	text-align: right;
	}
a:link {
	color: #005069;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #002a4c;
	font-weight: bold;
}
a:hover {
	color: #007687;
	font-weight: bold;
	text-decoration: none;
	}
body {
	background-image: url(bilder/asphalt-bg/bg1.png);
	font-family: arial, helvetica, sans-serif;
	color: black;
}
h1, h3, h4 {
	text-align: left;
}
p {
	font-size: small;
	line-height: 1.5;
}
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;
	}

