/* CSS Document */

html {
	height:100%;
}

body {
	height:100%;
	vertical-align:middle;
}

.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	text-align: right;
	font-weight: normal;
}

.titel {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 16px;
	color: #000000;
	font-weight: bold;
}
a:link {
	color: #46A782;
}
a:visited {
	color: #46A782;
}
a:hover {
	color: #006633;
}
.formtext {
	text-align: left;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
