﻿body {
	background-image: url(http://www.bioproduction.dk/images/bg.gif);
	text-align: center;
}

a, a:hover 
{
    color: #000000;
    text-decoration: underline;
}

div.cart
{
    height: 450px;
    width: 300px;
    border: solid 2px Black;
    background-color: #74F48F;
    font-family: Verdana, Tahoma, Arial;
    font-size: small;
    padding: 2px;
}

div.cart span.center
{
    width: 100%;
    text-align: center;
}

div.cart table, div.order table
{
    border-width: 0px;
    
}
div.cart table.cartitems
{
    text-align: left;    
}

td, th
{
    vertical-align: top;
}

div.order
{
    height: 800px;
    width: 934px;
    border: solid 2px Black;
    background-color: #74F48F;
    font-family: Verdana, Tahoma, Arial;
    font-size: small;
    padding: 2px;
    text-align: left;
}

div.order input.OtherTitle
{
    width: 300px;
}
div.order input.OtherAmount
{
    width: 100px;
}

div.order input.BaseInputs, div.order textarea.BaseInputs
{
    width: 300px;
}

div.order table.cartitems
{
    width: 500px;    
}


/*
.menu {
	font-family: "Palatino Linotype";
	margin: 10px 15px 10px 15px;
	}
.toptekst {
	color: #00E81E;
	font-weight: bold;
	font-size: 17px;
	font-family: "Palatino Linotype";
	}
body,td,th {
	font-family: Palatino Linotype;
	color: #000000;
}
.tablemain {
	font-family: "Palatino Linotype";
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	text-align: justify;
	}
.heading1 {
	font: bold 18px "Palatino Linotype";
	color: #000000;
	margin: 10px 5px 5px 0px;
	text-align: left;
	vertical-align: top;
}
.heading2 {
	font: bold normal 16px "Palatino Linotype";
	color: #000000;
	margin: 10px 5px 5px 0px;
	text-align: left;
	vertical-align: top;
}
a {
	font-family: Palatino Linotype;
	color: #003333;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #006600;
}
a:active {
	color: #006600;
}
.heading3 {
	font: bold normal 16px "Palatino Linotype";
	color: #000000;
	margin: 10px 5px 5px 0px;
	text-align: left;
	vertical-align: top;
}
.billedtable {
	font: normal 14px "Palatino Linotype";
	color: #000000;
	margin: 10px 5px 5px 0px;
	text-align: left;
	vertical-align: top;
}
*/
