*	{ margin: 0px; padding: 0px; border: 0px; }

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
	font-family: verdana, trebuchet ms, arial;
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
	}

#header {
	position: absolute;
	left: 20px;
	top: 0px;	
	}

#footer {
	position: absolute;
	bottom: 0px;
	right: 20px;
	}

#navi p {
	padding: 0px 0px 12px 9px;
	}

#photo p {
	text-align: right;
	padding: 0px 9px 12px 0px;
	}	

#defloat {
	clear: both;
	}

img, a	{
	border: 0px;
	}

#content {
	text-align: center;
	}

#reihe td {
	padding: 12px;
	}

h1	{
	font-size: 17px;
	font-weight: normal;
	}

	a:link{text-decoration: none;color: #ffffff;}
	a:visited{text-decoration: none;color: #ffffff;}
	a:hover{text-decoration: none;color: #ffffff;}
	a:active{text-decoration: none;color: #ffffff;}
