.container, .top, .links {
	margin: 0px auto;
	text-align: left;
	padding: 0px;
}
							
.container {
	position: relative;
	width: 718px;

}

.top {
	position: absolute;
	left: 0;
	top: 0;
	width: 710px;
	height: 70px;
}



.content {
	position: absolute;
	left: 0px;
	top: 80px;
	padding-right: 1px;
	width: 710px;
	text-align: left;

}

.bottom {
  display: none;
}

.ueber
{
	height:20px;
	width: 600px;
}

b, p, td, .text, a {
	font-family: sans-serif;
	font-size: 12px;
}

.text_bot {
	text-align: right;
}

b {
	font-weight: bold;
}

a {
	text-decoration: underline;
	color: Black;
}

a:hover {
	color: Red;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}



td {
	text-align: left;
}

a.hgv {
		text-decoration: none;
		color: red;
}

a.hgv:hover {
		text-decoration: none;
		color: Black;
}

a.hgv:visited {
		text-decoration: none;
		color: Gray;
}

