body { 
	margin: 10px;
	font-family: Tahoma;
	font-size: 11px; 
	font-weight: none;
	background-color: #999999
}

a:link { 
	color: white;
	text-decoration: none 
}

a:alink { 
	color: white;
	text-decoration: none 
}

a:visited { 
	color: white;
	text-decoration: none 
}

a:hover { 
	color: black; 
	text-decoration: none; 
	font-weight: bold 
}

img {
	border: 0px
}

table { 
	font-family: Tahoma;
	font-size: 11px; 
	font-weight: none
}

td { 
	vertical-align: top; 
	text-align: left;
	padding: 4px
}

td.right { 
	text-align: right
}

td.center { 
	text-align: center 
}

td.dark {
	background-color: grey
}

td.topmenu {
	border-width: 0px
}

td.topmenuright {
	text-align: right;
	border-width: 0px
}

td.bottommenu {
	border-width: 0px;
        background-color: #FF0000
}

.head { 
	font-size: 16px; 
	font-weight: bold;  
	letter-spacing: 3px 
}

.item { 
	font-size: 14px 
}

.highlight {
	color: red
}
	
select { 
	border: 1px; 
	border-style: solid; 
	border-color: black; 
	background-color: white; 
	font-family: Tahoma;
	font-size: 11px; 
	color: black; 
	padding: 1px; 
	width: 200px 
}

input { 
	border: 1px; 
	border-style: solid; 
	border-color: black; 
	background-color: white; 
	font-family: Tahoma;
	font-size: 11px; 
	color: black; 
	padding: 1px 
}

input.amount { 
	width: 25px 
}

input.input { 
	width: 150px 
}

textarea { 
	border: 1px; 
	border-style: solid; 
	border-color: black; 
	background-color: white;
	font-family: Tahoma;
	font-size: 11px; 
	color: black; 
	padding: 1px; 
	width: 250px 
}

.titel {
       font-size: 14px;
       color: black;
       font-weight: bold;
       text-align: center;
       vertical-align: middle;
}
