BODY  { 
	font-family: Arial,Helvetica,sans-serif; 
	font-size : 13px; 
	color : #000000;
	background: #FFCC66;
}
TD {
	font-size: 13px;
}
h1 {
	font-weight: bold;
	font-size: 16px;
}
A { 
	text-decoration: none; 
	color: #660000;
}
A:Active {
	color : #cc0000;
}
A:Hover {
	color : #000080; 
	text-decoration : underline;
}

/* For forms */
.formbox { 
	background: #FFCC66; 
	color: #000000; 
	font-size: 12px; 
	border: 1px solid #000000; 
	height: 20px;
}
.formbut { 
	width: 175px;
	font-size: 11px; 
}
form#orderform {
	display: block;
	float : right;
}
img {
	border:0;
}
/* Menu items */
.menu  {
	font-size : 11px;
	clear: both;
	border-collapse: collapse;
}
.menu A {
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
/*	width: 20%;*/
	width: 130px;
	background: #cccc99;
	text-align: center;
	border: 2px solid black;

}
.menu A:hover {
	background: #ff6633;
	text-decoration: none;
}

/* Document formatting */
.main {
	width: 670px;
	margin-left: auto;
	margin-right: auto;
}
.maintext {
/*	width: 100%; */
	width: 666px;
	height: 175px;
	background: #fff;
	text-align: left;
	clear: both;
	vertical-align: middle;
}
.frame {
	border-left: 2px solid black;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
}
.colorbar {
	background-image: url(gfx/botbg.gif);
	height: 16px;
/*	width: 100%;*/
	width: 666px;
	clear: both;
}
.half {
	width: 50%;
	float: left;
	text-align: center;
	font-family: verdana, tahoma, sans-serif;
	font-size: 10px;
	color: #cc3300;
	padding-top: 5px;
}
.date {
	float: right;
	display: inline;
	clear: right;
	font-size: 9px;
}
.padding {
	padding: 10px;
}
.skrift1 {
	font-size: 10px;
}

