html {
	height: 100%;
	}

body {
	background:url(hg1.jpg) no-repeat top center;
	background-color: #000000;
	height: 95%;
	}

table.center {
	width: 100%;
	height: 100%;
	border: 0px solid #cccccc;
	}

div#seite {
	position: relative;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	border: 0px solid #6b6a6a;
	}

div#inhalt {
	width: 800px;
	margin-top: 95px;
	background-color: #ffffff;
	border: 2px solid #000000;
	-moz-opacity: 0.85; /* Mozilla */
	opacity: 0.85; /* Opera */
	line-height: 120%;
	}

.text {
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 240px;
	float: left;
	font-family: verdana,arial,sans-serif;
	color: #000000;
	font-size: 9pt;
	}

div#kontakt {
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
	width: 750px;
	float: clear;
	font-family: verdana,arial,sans-serif;
	color: #000000;
	font-size: 9pt;
	}

.text a {
	border: 6px;
	}



