	body {
		text-align: center;
		margin-top: 0px;
	}

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

	.container {
		position: relative;
		width: 718px;
		height: 675px;
	}

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

	.links {
		position: absolute;
		left: 0px;
		top: 80px;
		width: 100px;
		height: 575px;
	}

	.content {
		position: absolute;
		left: 100px;
		top: 80px;
		padding-right: 1px;
		width: 620px;
		text-align: left;
		height: 585px;
		overflow: auto;
	}

	.bottom {
		background-image: url(bot.gif);
		background-color: #D8D9DB;
		position: absolute;
		left: 100px;
		top: 670px;
		width: 600px;
		margin: 0px auto;
		text-align: left;
		padding: 2px;
		height: 30px;
	}

	.ueber
	{
		background-color: #e9e9e9;
		text-align: right;
		height: 17px;
		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;
	}

	a.menu {
		display: block;
		width: 95px;
		padding: 1px;
		text-decoration: none;
		background-color: red;
		color: white;
	}

	a.menu:hover {
		display: block;
		width: 95px;
		padding: 1px;
		background-color: white;
		color: red;
	}

	a.menu2 {
		display: block;
		width: 150px;
		padding: 1px;
		text-decoration: none;
		background-color: red;
		color: white;
		border: thin solid #c0c0c0;
	}

	a.menu2:hover {
		display: block;
		width: 150px;
		padding: 1px;
		background-color: white;
		color: red;
		border: thin solid Red;
	}

	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;
	}

