body {
	background-image: url(../img/tern.gif);
	margin: 0;
	}
/* Styles for HTML-elements */
h2 {
	font-size:       13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:     bold;
	text-decoration: none;
	}
/* Styles for form-elements */
.searchInput {
	color: #1b6e16;
	font-size:   11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	vertical-align: middle;
	width: 145px;
	height: 17px;
	border: solid 1px #7f9db9;
	}
input, textarea, select {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif; }
.inputButton {
	font-size: 10px;
	font-weight: bold;
	background-color: white;
	border: solid 1px #1d6d16;
	
	}
/* Styles for placeholder TD's */
.MainTable {
	width: 960px;
	height: 100%;
	}
.rightTD {
	background-color: white;
	width: 200px;
	padding-left: 10px;
	}

.MenuTD {
	color: black;
	background-color: #eceeeb;
	width: 960px;
	height: 19px;
	padding-left: 21px;
	}
.SubmenuTD {
	color: black;
	background-color: #ffffff;
	height: 25px;
	padding-top: 5px;
	padding-left: 21px;
	border-bottom: 1px solid #1d6d16;
	}

.MainTD {
	background-color: white;
	width: 743px;
	padding: 10px 10px 10px 21px;
	}

.TopTD {
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
	height: 129px;
	}
	
.BottomTD {
	background-color: #005847;
	height: 150px;
	}
.infoTD {
	font-size: 10px;
	}
/* Styles for DIV's*/
#BasketDiv {
	background-color: #d3e1d0;
	width: 100%;
	height: 126px;
	margin-bottom: 10px;
	padding: 10px;
	}
#FrontpageHeaderDiv {
	width: 110px;
	height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	
	}

#FrontpageMainDiv {
	width: 165px;
	height: 220px;
	padding: 5px;
	border: solid 1px #1d6d16;
	}

#SupplierDiv {
	background-color: #f2b011;
	padding: 10px;
	width: 100%;
	margin-bottom: 10px;
	}

/* Styles for links */
a:link.menuLink {
	color: #000 ;
	text-decoration: none;
	}
a:visited.menuLink {
	color: #000 ;
	text-decoration: none;
	}

a:hover.menuLink {
	color: #000 ;
	text-decoration: none;
	}

a:active.menuLink {
	color: #000 ;
	text-decoration: none;
	}

a:link.submenuLink {
	color: #f00 ;
	font-weight: bold;
	text-decoration: none;
	}

a:visited.submenuLink {
	color: #f00 ;
	font-weight: bold;
	text-decoration: none;
	}

a:hover.submenuLink {
	color: #f00 ;
	font-weight: bold;
	text-decoration: underline;
	}

a:active.submenuLink {
	color: #f00 ;
	font-weight: bold;
	text-decoration: underline;
	}
a:link.redLink {
	color: #cf0001 ;
	text-decoration: underline;
	}

a:visited.redLink {
	color: #cf0001 ;
	text-decoration: underline;
	}

a:hover.redLink {
	color: #cf0001 ;
	text-decoration: underline;
	}

a:active.redLink {
	color: #cf0001 ;
	text-decoration: underline;
	}

a:link.blackLink {
	color: #000 ;
	text-decoration: underline;
	}

a:visited.blackLink {
	color: #000 ;
	text-decoration: underline;
	}

a:hover.blackLink {
	color: #000 ;
	text-decoration: underline;
	}

a:active.blackLink {
	color: #000 ;
	text-decoration: underline;
	}

.TXTname {
	font-size: 14px;
	font-weight: bold;
	}
.TXTnameFrontpage {
	font-size: 18px;
	font-weight: bold;
	}

.txtPrice {
	color: #37363c;
	font-size: 18px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	}
.txtPriceFrontpage {
	color: #37363c;
	font-size: 26px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	font-style: normal;
	}

.txtPriceLarge {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	}
.productIMG {
	border: solid 1px #424242;
	
	}

/* Specifikt for kurven */
.basketTable {
	color: #000;
	background-color: white;
	}
.tdHead {
	color: #000;
	font-weight: bold;
	background-color: #eceeeb;
	height: 20px;
	}
.productTD {
	background-color: #fff;
	}

a:link.productLink  {
	color:          black;
	text-decoration: none  ; }

a:visited.productLink {
	color:          black;
	text-decoration: none  ; }

a:active.productLink {
	color:          black;
	text-decoration: none  ; }

a:hover.productLink {
	color:          black;
	text-decoration: underline  ; }