/* ----------------------------------- *
 * General styling of elements on page *
 * ----------------------------------- */
BODY {
	margin: 0px;
	background-color: White;
	SCROLLBAR-BASE-COLOR: #c2b580;
	SCROLLBAR-ARROW-COLOR: #eae6b4;
	SCROLLBAR-HIGHLIGHT-COLOR: #eae6b4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
}
TABLE {
	border-collapse: collapse;
	font-size: 11px;
}
TD {
	padding: 0px;
	margin: 0px;
}
IMG {
	border: none;
}
LI {
	background-color: White;
	margin-left: -25px;
	list-style-image: url('web_tick.gif');
	color: Black;
}
#print {
	margin-top: 20px;
	width: 650px;
}
#print A {
	font-weight: bold;
}
/* ------------------------ *
 * Default styling of links *
 * ------------------------ */
A {
	text-decoration: underline;
	color: Black;
	background-color: transparent;
}
A:hover {
	text-decoration: underline;
	color: rgb(142,11,1);
	background-color: transparent;
}
A:active {
	text-decoration: underline;
	color:rgb(142,11,1);
	background-color: transparent;
}
/* ---------------------------------------------- *
 * Default styling of headlines and headline icon *
 * ---------------------------------------------- */
h1, h2, h3, h4 {
	margin: 0px;
	clear: both;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;	
	color: rgb(30,30,30);
	background-color: transparent;
}
h1 {
	text-align: center;
	font-variant: small-caps;
	font-size: 20px;
	padding-bottom: 2px;
}
h2 {
	text-align: center;
	font-style: normal;
	font-size: 14px;
}
h3 {
	font-weight: bold;
	font-size: 13px;
}
h4 {
	font-weight: bold;
	font-size: 12px;
}
/* Formatering af billedrammer i oversigter */ 
.pic
{
	border: 1px solid rgb(145,145,145);
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 8px;
}
/* ------------------------------------------------ *
 * Table Windows, Quicklinks, Product presentations *
* TD.win_top, TD.win_body, TD.win_body LI skal sletets *
* med tiden - nogle bowsere kan ikke fortolke _ *
 * ------------------------------------------------ */
TD.wintop, TD.win_top
{
	background-color: White;
	height: 19px;
	border: 1px solid rgb(145,145,145);
	padding-top: 3px;
	padding-left: 5px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
}
TD.winbody, TD.win_body2, TD.win_body
{
	background-color: White;
	border-left: 1px solid rgb(145,145,145);
	border-right: 1px solid rgb(145,145,145);
	border-bottom: 1px solid rgb(145,145,145);
	font-size: 12px;
	color: Black;
	padding: 4px;
}
TD.winbody LI, TD.win_body2 LI, TD.win_body LI
{
	margin-left: -15px;
	background-color: White;
}
/* ------------------------------------------------ *
 * Styling of sitemap, productmap and searchresults *
 * ------------------------------------------------ */
TABLE.sitemap A {
	font-weight: bold;
}
TABLE.sitemap h4 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: -18px;
	color: Black;
}
/* Search page */
#searchresults A {
	font-weight: bold;
}
#searchresults TD {
	padding-bottom: 5px;
}
#searchresults IMG {
	margin-top: 5px;
	margin-right: 5px;
}

