@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Trebuchet MS;
	line-height: 1.5;
	font-size: small;
	color: #515151;
}

#navi {
	position: absolute;
	text-align: center;
	top: 30px;
	left: 10%;
	right: 20%;
	height: 22px;
	width: 80%;
	padding: 8px 0 0 0;
	background-color: #D3D3D3;
}



#content {
	position: absolute;


	text-align: ;
	top: 80px;
	left: 10%;
	right: 20%;
	width: 80%;
	padding: 0 0 0 0;
	height: 565px;
}

.footer {
	text-align: right;
	bottom: 0px;
	left: 10%;
	right: 20%;
	height: 10px;
	width: 100%;
	background-color: #999999;
}

h1 {
	font-size: large;
	color: #999999;
	padding: 0;
}

.xKleinSchrift {
	font-size: x-small;
	color: #999999;
}

#navi a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#navi a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#navi a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#navi a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #666666;
}

.footerBalken {
	position: absolute;
	text-align: center;
	top: 803px;
	left: 10%;
	right: 20%;
	height: 8px;
	width: 80%;
	background-color: #D3D3D3;
}

.footerText {
	position: absolute;
	text-align: right;
	top: 810px;
	left: 10%;
	right: 20%;
	height: 15px;
	width: 80%;
	font-size: x-small;
	color: #999999;
}

.footerBalken2 {
	position: absolute;
	text-align: center;
	top: 803px;
	left: 164px;
	right: 20%;
	height: 8px;
	width: 80%;
	background-color: #999999;
}

.footerText2 {
	position: absolute;
	text-align: right;
	top: 810px;
	left: 10%;
	right: 20%;
	height: 15px;
	width: 80%;
	font-size: x-small;
	color: #999999;
}

