
/* Schriftart im Dokument */
body {
	font-family: Arial, Helvetica;
}

a:link{
	color: #AA5522;
	text-decoration: underline;
}

a:visited{
	color: #772200;
	text-decoration: underline;
}

a:active{
	color: #000000;
	text-decoration: none;
}



table{
	font-family: arial, sans-serif;
}

.container{
	width: 100%;
	text-align: center;
}

.output{
	text-align: left;
	border-width: 10px;
	border-style: solid;
	border-color: #EEEEEE;
	background-color: #FFFFE0;
}

.vxhtml{
	border-width: 0px;
	height: 31px;
	width: 88px;
}

.loginform{
	border-width: 10px;
	border-style: solid;
	border-color: #EEEEEE;
	background-color: #FFFFE0;
}