.menue-point
{
	color: red;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	letter-spacing: 1px;	
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
}

.menue-td
{
	background-color: white;
	cursor: hand;
	height: 23px;
	border: solid 1px silver;
}

.body-border
{
	overflow: hidden;
	margin: auto;
	height: 100%;
	width: 100%;	
	background-color: ghostwhite;
}

.menue-table
{
	width: 170px;

}

.format-layer
{
	left: 3px;
	top: 10px;
	position: absolute;
}

.information_layer
{
	left: 5px;
	bottom: 3px;
	position: absolute;
	font-family: Arial;
	font-size: 11px;
}

.information_boldtext
{
	font-weight: bolder;
}

.information_link
{
	padding-left: 5px;
	font-family: Arial;
	font-size: 11px;
	color: Blue;
}


