﻿body, tbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
a:link {
	color: #003399;
	font-weight: bold;
	font-size: x-small;
}
a:active {
	color: #FF0000;
	font-weight: bold;
	font-size: x-small;
}
a:visited {
	color: #003399;
	font-weight: bold;
	font-size: x-small;
}
a:hover {
	color: #FF0000;
}
.Product {
	color: #336699;
}
.Titel {
	color: #CE4A4D;
	font-weight: bold;
}
.celtitel {
	background-color: #FFD2D2;
	font-weight: bold;
}
.button {
	width: 100%;
	font-weight: bold;
}
.input {
	background-color: #FFFFCC;
}
.menu {
	background-color: #E5E5E5;
	height: 20px;
}
.orderButton {
	border: 1px solid #B22C2C;
}
.strikethrough {
	font-weight: bold;
	color: #CE4A4D;
	text-decoration: line-through;
}

