body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

html {
	margin: 0px;
	padding: 0px;
}

table {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse; 
	border: none;
}

tr {
	margin: 0px;
	padding: 0px;
}

td {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

.haupttab {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0px;
	left: 0px;
	top: 0px;
	bottom: 0px;
}

.bruecke {
	background-image: url(../img/all/bruecke.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: top;
}

.fahne {
	position: fixed;
	left: 30px;
	bottom: 0px;
}