body {
	margin: 0px;
	padding: 0px;
	background-color: #3d241d;
	font-family:Tahoma;
	font-size:10px;
	color:#000000;
}
input {
	font-family:Tahoma;
	font-size:11px;
	padding-top: 2px;
	padding-bottom: 3px;
}
th {
	text-align: left;
}
.elipsis {
	display: inline;
}
#topContainer {
	overflow: hidden;
	background-image: url(/images/top.jpg);
}

#topContainer #top_menu {
	margin:				0;
	padding:			0;
	height:				67px;
	font-size:			11px;
	color:				white;
}
#topContainer #top_menu img {
	border:			0;
	float:			left;
}
#topContainer #top_menu div, 
#topContainer #top_menu a {
	display:				inline; /* HACK: Burde ignoreres pga float:left, men nødvendig for at IE6 ikke dobler leftmargin på første element...*/
	float:					left;
	margin:					13px 0 0 18px;
	padding:				0 0 0 17px;
	background-image:		url(/images/bluedot.gif);
	background-repeat:		no-repeat;
	background-position:	0 2px;
	color:					white;
	text-decoration:		none;
}
#topContainer #top_menu a.logout {
	background-image:		url(/images/reddot.gif);
}


#topContainer #menu {
	margin:			0;
	padding:		7px 0 0 0;
	height:			26px;
	float:			left;
}
#topContainer #menu img {
	border:			0;
	float:			left;
}
#topContainer #menu a {
	display:				inline; /* HACK: Burde ignoreres pga float:left, men nødvendig for at IE6 ikke dobler leftmargin på første element...*/
	float:					left;
	margin:					3px 18px 0 18px;
	padding:				0 0 0 16px;
	background-image:		url(/images/bluedot.gif);
	background-repeat:		no-repeat;
	background-position:	0 2px;
	color:					white;
	text-decoration:		none;
}
#topContainer #menu a.cartlink {
	height:					14px
	margin-top:				2px;
	padding-left:			25px;
	background-image:		url(/images/kurv.gif);
	background-position:	0 0px;
	color:					white;
	text-decoration:		none;
	font-size:				11px;
}

#topContainer #top_search {
	float:				right;
	overflow:			hidden;
	width:				230px;
	height:				27px;	
	margin:				0;
	padding:			6px 0 0 6px;
	background-color:	#699ECF;
}
#topContainer #top_search input {
	width:					178px;
	height:					16px;
	padding:				1px;
	background-color:		#92BAE0;
	border:					1px solid #66829c;
	border-right:			none;
	border-bottom:			none;
	color:					white;
}
#topContainer #top_search button.submit {
	padding:			0;
	margin:				0 0 1px 5px;
	vertical-align:		bottom;
	width:				36px;
	height:				18px;
	overflow:			hidden;
	background:			url(/images/blaa_knap.gif);
	border:				0;
	color:				white;
	font-size:			11px;
}

#bottomContainer {
	width:840px;
	height:66px;
	overflow:hidden;
	float:left;
	background-color:#ececec;
}
#bottomContainer #left { float:left; }
#bottomContainer #right { float:right; padding-right: 20px; margin-top: 2px; }
#bottomContainer a:link { color: #949494; text-decoration:none; }
#bottomContainer a:visited { color: #949494; text-decoration:none; }
#bottomContainer a:hover { color: #949494; text-decoration:none; }
#bottomContainer #menu {
	margin-top:15px;
	margin-left:30px;
}
#bottomContainer #menu #spacer {
	padding-left: 8px;
	padding-right:8px;
}
#bottomContainer #copyrights {
	margin-top:2px;
	margin-left:30px;
}
#bottomContainer #addtofavorits {
	margin-top: 20px;
	margin-right: 10px;
}
#bottomContainer #addtofavorits img { border:0; }

#tableLeft {
	height:					683px;
	background-image:		url(/images/side.jpg);
	background-repeat:		no-repeat;
	background-position:	right top;
}
#tableCenter {
	background-image:		url(/images/midtgradient.jpg);
	background-repeat:		no-repeat;
	background-position:	top left;
}
#tableRight {
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.gray {
	color:#949494;
}

.headerBlack {
	font-size:13px;
	font-weight:bold;
}

.smallheader {
	font-weight:	bold;
}

.selected {
	color: #4A7ADD;
	font-weight: bold;
}

div#breadcrumb {
	height:					20px;
	margin-top:				10px;
	margin-left:			10px;
}
div#breadcrumb a:link,
div#breadcrumb a:visited,
div#breadcrumb a:hover {
	color:				#000000;
	text-decoration:	none;
}

