
.fullspace {
	height: 100%;
	width: 100%;
	border-collapse: collapse;
	}

.exceed {
	height: 100%;
	width: 100%;
	border-collapse: collapse;
	}
		
.hand {
	cursor: hand;
	}
	
.footer	{
	color: #99CCFF;
	font-family: arial, verdana;
	font-size: 8pt;
	}

	
td {
	font-family: arial, verdana;
	font-size: 10pt;
	color: #386DAA;
	}
	
input {
	font-family: arial, verdana;
	font-size: 10pt;
	color: #386DAA;
	height: 22;
	}

select {
	font-family: arial, verdana;
	font-size: 10pt;
	color: #386DAA;
	height: 20;
	}

textarea {
	font-family: arial, verdana;
	font-size: 10pt;
	color: #386DAA;
	}

a {
	text-decoration: none;
	}
	

a:active
{
}
a:hover
{
}

a:link{
color: #FFFFFF;
}

a:visited {
color: #FFFFFF;
}

body
{
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	text-align: center;
	background-color: gainsboro;
}

.Tabelle
{
	margin: 0px;
	padding: 0px;
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
	border-collapse: collapse;
}

.CelleTabelle50
{
	border: lightgrey 1px solid;
	padding: 3px;
	width: 50%;
	text-align: center;
}

.CelleTabelleTesto
{
    border: lightgrey 1px solid;
    padding: 3px;
    width: 50%;
    text-align: justify;
}