body {
	background-color: #000000;
/*	background-image: url(Images/image4.jpg);*/
	background-repeat: repeat;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
    overflow: hidden;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0040ff;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #0040ff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0040ff;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}
.Stil12 {color: #FF4500}
.Stil13 {font-size: 10px}


div#superimposedText {
    position:fixed;
    top:30px; /*Rand vom Text*/
    left:50px; /*Rand vom Text*/
}

p {
    margin: 6px; /*zeilenabstand*/
    letter-spacing: 1px; /*leufweite*/
}

img#bjoernImg {
	position:absolute;
	top:0px;
	left:0px;
	overflow:auto;
    min-width: 100%;
    min-height: 100%;
}
}


