body, input, textarea, select, th, td {
    font-size: 10pt;
    color: black;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

table {
	border-collapse: collapse;
}

img, input {
    vertical-align: top;
}


td.menu {
    padding-left: 10px;
    padding-top: 10px;
}

td.content {
    padding-left: 20px;
    padding-top: 10px;
	 padding-right: 20px;
}

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

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

a:hover {
	text-decoration: underline;
	color: Blue;
}

td.angebothead {
	background-color: #D06800;
	color: White;
	border: 1px solid Black;
}

tr.angebotentry td {
	border-bottom: 1px dotted Silver;
}

tr.angebotentry td.texte {
	vertical-align: top;
}

tr.angebotentry td.preis {
	vertical-align: bottom;
	font-style: italic;
}

tr.angebotentry td.actions {
	vertical-align: top;
	border: 1px solid Black;
	background-color: #D06800;
}

table.gbuch td, input, textarea {
	font-size: 8pt;
}

table.message td {
	border: 1px solid black;
	background-color: Gray;
	color: White;
	padding: 5px;
	width: 500px;
	text-align: center;
}

input.currency {
	text-align: right;
}

span.marginLeft10px {
    margin-left: 10px;
}
