BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #7298A9;
	text-align: left;
	background-color: #FFF2D9;
	text-decoration: none;
	margin: 50px 10px 50px 10px;
}
A:link, A:visited {
	text-decoration: none;
	font-weight: normal;
	color: #7298A9;
}
A:active, A:hover {
	text-decoration: none;
	font-weight: normal;
	color: #7298A9;
}
/* Main table class */
TABLE.main {
	width: 866px;
	height: 500px;
	text-align: center;
	background-color: black;
}
/* Left and right column class */
TD.lrcolbase {
	width: 160px;
	background-color: White;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
/* Center column class */
TD.centercolbase {
	width: 542px;
	background-color: White;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}

/********************************
** Classes used for showing the top nav bar
********************************/
TABLE.topnavbar {
	border-collapse: collapse;
	width: 542px;
	height: 56px;
	text-align: Center;
}
TD.topnavbar {
	text-align: center;
}
TD.topnavbarcell {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 13px;
}

/********************************
** Classes used for showing the left side menu items
********************************/
DIV.menuitem {
	color: White;
	width: 135px; /*160(colwidth) - 25(padding)*/
	background-color: #AAD13E;
	padding: 3px 0px 3px 25px;
	cursor: pointer;
}
DIV.selectedmenuitem {
	color: White;
	width: 135px; /*160(colwidth) - 25(padding)*/
	background-color: #005A23;
	padding: 3px 0px 3px 25px;
	cursor: pointer; /* Makes sure we get the "hand" cursor when moving over the div in IE */
}
A.menuitem:link, A.menuitem:visited, A.menuitem:active, A.menuitem:hover {
	text-decoration: none;
}

/********************************
** Classes used for listing inpiration and produkt items
********************************/
TABLE.list {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
TD.listleftside {
	padding-left: 20px;
	padding-right: 10px;
	width: 50%;
	vertical-align: top;
}
TD.listrightside {
	padding-left: 10px;
	padding-right: 20px;
	width: 50%;
	vertical-align: top;
}
A.litem:link, A.litem:visited {
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
	color: #005A23;
}
A.litem:active, A.litem:hover {
	text-decoration: none;
	font-weight: normal;
	line-height: 20px;
	color: #000;
}

/********************************
** Classes used for the front page
********************************/
SPAN.frontheadline {
	font-weight: bold;
	font-size: 12pt;
}
SPAN.frontnewsheadline {
	font-weight: bold;
	color: #FFCC00;
}

/********************************
** Other
********************************/
SPAN.pagename {
	margin-left: 20px;
	font-size: 12pt;
	font-weight: bold;
	line-height: 40px;
}
SPAN.headline {
	font-weight: bold;
}
DIV.content {
	margin: 10px 20px 10px 20px;
}
P {
	margin-top: 0px;
	margin-bottom: 0px;
}
IMG {
	border-collapse: collapse;
	border: 0px;
}
A.newsline:link, A.newsline:visited, A.newsline:active, A.newsline:hover {
	text-decoration: underline;
}
INPUT.searchbutton {
	color: #FFF;
	background-color: #AAD13E;
	font-weight: bold;
	width: 40px;
	border: 2px #005A23 solid;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
INPUT.searchtext {
	color: #FFF;
	background-color: #AAD13E;
	font-weight: normal;
	width: 100px;
	border: 1px #005A23 solid;
	margin: 0px;
	padding: 2px;
}

