table.menue
	{	
	}

td.menue
	{
	border: 1px black solid;
	width: 100%;
	background-color: #d8d8d8;
	}
td.menue:Hover
	{
	border: 1px black solid;
	width: 100%;
	background-color: #9d9d9d;
	}
	
a.menue
	{
	font-size : 	normal;
	font-family : 	Verdana;
	font-weight : 	bold;
	font-style : 	normal;
	color : #0b0d1b;
	text-align : left;
	text-decoration : none;
	display: block;
	}

input
	{
	font-size: 10px;
	border: 1px solid black;
	}	
