html, body {
	margin: 0;
	padding: 0;
	height: 98%;
	background-color:#222;
}

p {
	font-family: Monospace;
	font-size: 10pt;
	font-weight: normal;
	margin: 0px;
	
}

p.ms {
	font-weight: normal;
	font-family: Helvetica, Arial, Optima;
}

p.ms-text {
	font-family: Helvetica, Arial, Optima;
	letter-spacing: 2pt;
}

a {
	text-decoration: none;
	color: #000;
}

a.gre {
	color: #c8a900;
}

a:visited {
	color: #000;
}

a.gre:visited {
	color: #c8a900;
}

a:hover {
	color: #c8a900;
}

a.gre:hover {
	color: #000;
}

div {
	border-style: solid;
	border-width:0px;
	padding: 0px;
}

span.ms-black {
	color: #000;
}

div.ms-name {
	border-width: 0px;
	height:44px;
	padding-left: 300px;
	float: left;
	position:absolute;
	top:50%;
	margin-top: -22px;
}

div.ms-logo{
	margin:0px;
	text-align: right;
	float: right;
	padding-right: 50px;
	padding-top: 75px;
}

div.ms-adress{
	border-width: 0px;
	width: 200px;
	height:35px;
	position:absolute;
	top:100%;
	left: 300px;
	margin-top:-38px;
}

div.ms-contact{
	width: 200px;
	height:35px;
	position:absolute;
	top:100%;
	left: 480px;
	margin-top: -38px;
}

div.ms-text {
	width: 500px;
	height: 180px;
	position: absolute;
	left:300px;
	top:50%;
	margin-top: -180px;
	padding-top: 0px;
	padding-left: 0px;
	visibility: hidden;
}

div.soz-text {
	width: 500px;
	height: 300px;
	position: absolute;
	left:300px;
	top:50%;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	border-width:0px;
	visibility: hidden;
}

div.abt-text {
	visibility: hidden;
	position: absolute;
	left:100%;
	width: 175px;
	margin-left:-225px;
	margin-top: 180px;
	text-align: right;
	float: right;
}

div.bg {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	width:1024px;
	height: 100%;
}

img.ms{
	position: absolute;
	left: 80px;
	top:50%;
	margin-top: -205px;
	visibility: hidden;
}