body { 
	margin-left:0px; 
	margin-right:0px; 
	margin-top:0px; 
	margin-bottom:0px;
	background-image:url(img/background.gif)
}

table {
	border-size: 0px; 
	border-style: none;
	height: 100;
}

td {
	background-reapeat: no-repeat;
}

td.uebertable {
	width: 400;
	background-reapeat: no-repeat;
}

.justybox {
	width: 90%;
	position: relative;
	top 50px;
	border-left-width: 2px; 
	border-top-width: 2px; 
	border-right-width: 2px; 
	border-bottom-width: 2px; 
	border-style: none;
	padding: 5px;
	text-align: justify;
}

.box {
	width: 90%;
	position: relative;
	top 50px;
	border-left-width: 2px; 
	border-top-width: 2px; 
	border-right-width: 2px; 
	border-bottom-width: 2px; 
	border-style: none;
	padding: 5px;
	text-align: left;
}

.line {
	height: 1px;
	color: red;
	style: dotted;
}

A:link { COLOR: silver; TEXT-DECORATION: none }
A:active { COLOR: silver; TEXT-DECORATION: none }
A:visited { COLOR: silver; TEXT-DECORATION: none }
A:hover { COLOR: silver; TEXT-DECORATION: underline }

A.navy:link { COLOR: silver; TEXT-DECORATION: none }
A.navy:active { COLOR: silver; TEXT-DECORATION: none }
A.navy:visited { COLOR: silver; TEXT-DECORATION: none }
A.navy:hover { COLOR: silver; TEXT-DECORATION: underline }

.red { 
	color: red; 
	font-family: arial;
	font-size: 18; 
}

.ueber { 
	color: red; 
	font-family: arial;
	font-size: 22; 
	font-weight: bold
}

.normal {
	color: white;
	font-size: 18;
	font-family: helvetica;
	align: justify;
}

.normal-left {
	color: white;
	font-size: 18;
	font-family: helvetica;
	align: left;
}