body,html {
	font:10px/1.7em Arial, Helvetica, sans-serif;
	color:#000;
	margin:0 auto;
	padding:0;
	margin-top:4px;
	background-color: #CCC;
}
#topshader {
	position:relative;
	width:968px;
	height:1px;
	margin:0 auto;
	margin-bottom:0;
	padding:0;
	text-align:center;
}
#site_outer {
	position:relative;
	width:968px;
	padding:0;
	margin:0 auto;
	text-align:center;
	background-color:#F00;
	background:url('image/bg_skygge.gif') repeat-y;
}

#adresse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	text-align: center;
	margin-top: 5px;
}

#nav {
	clear: both;
	margin: 0;
	padding: 0;
	height: 30px;
	left: 0;
	top: 6px;
	padding-left: 10px;
	padding-top: 9px;
	padding-bottom: 4px;
	z-index: 1;
	background:url('image/top_skygge.gif') no-repeat;
}
#nav ul {
	float: left;
	list-style: none;
	width: 900px;
	height: 30px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	display: inline;
	color: #999;
}
#nav ul li {
                             display: inline;
                             margin: 0; padding: 0;
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 0 10px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: -0.3px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	font-weight: normal;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #F60;
	background: none;
	border: none;
	text-transform: uppercase;
}
#nav ul li.nav-selected a {
	color: #666;
	text-transform: uppercase;
}


#toplinks {
	clear: both;
	height: 30px;
	left: 0;
	top: 6px;
	z-index: 1;
	text-align:left;
	margin:0;
	padding:0;
	color:#CCC;
	padding-left:10px;
	line-height:3em;
}
#toplinks a {
	text-transform: uppercase;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
#topflash {
	position:relative;
	margin-bottom:0px;
}
#site_inner {
	width:920px;
	margin:0 auto;
	margin-top:15px;
	text-align:left;
}

#top_menu {
	width: 950px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #CCC;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 4px;
}

#topnav {
	width:960px;
	margin:0 auto;
	height:30px;
	border-bottom:1px solid #ababab;
}
#topnav.top_ajax {
	float:left;
	width:200px;
	text-align:left;
}
#topnav.top_menu {
	float:right;
	text-align:right;
	width:600px;
}
#menuitem {
	width:auto;
	height:17px;
	float:right;
	margin-right:1px;
	margin-top:13px;
}
#menuitem .tab {
	height:17px;
	float:left;
	width:auto;
}
#menuitem .left {
	width:2px;
	background:url('image/topmenu_left_1.gif') no-repeat;
}
#menuitem .mid {
	background:url('image/topmenu_main_1.gif') repeat-x;
}
#menuitem .right {
	width:6px;
	background:url('image/topmenu_right_1.gif') no-repeat;
}
#menuitem .left_selected {
	width:2px;
	background:url('image/topmenu_left_2.gif') no-repeat;
}
#menuitem .mid_selected {
	background:url('image/topmenu_main_2.gif') repeat-x;
}
#menuitem .right_selected {
	width:6px;
	background:url('image/topmenu_right_2.gif') no-repeat;
}
#menuitem .tab a {
	background:none;
	text-decoration:none;
	padding-left:6px;
	padding-right:3px;
}
#menuitem .tab a:hover {
	color:#d3031c;
}
#menuitem .mid_selected a {
	color:#FFF;
}
#menuitem .mid_selected a:hover {
	color:#FFF;
}




#prodmenu {
	width:150px;
	float:left;
	margin-right:20px;
}
#prodmenu .item {
	height:17px;
	float:left;
	margin-bottom:1px;
	
}
#prodmenu .item .left {
	float:left;
	height:17px;
}
#prodmenu .item .mid {
	float:left;
	height:17px;
	text-align:left;
	text-indent:5px;
}
#prodmenu .item .mid a {
	text-align:left;
	width:100%;
	display:block;
}
#prodmenu .item .right {
	float:left;
	height:17px;
}



#content {
	width:750px;
	float:left;
}






#bottomshader {
	position:relative;
	width:968px;
	height:10px;
	margin:0 auto;
	text-align:center;
	background:url('image/bund_skygge.gif') no-repeat;
}





/*AJAX RESULTS (INCLUDE_TOP.ASP)*/
#AJAX_container {
	position:relative;
	top:31px;
	left:20px;
}
#queryDiv input {
	font-size:10px;
	line-height:10px;
	width:150px;
	padding:2px;
	padding-left:5px;
	height:14px;
}
.AJAX_results {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width:300px;
	background-color:#CCC;
	z-index:10000;
	cursor:auto;
	text-align:center;
	padding-top:5px;
}
.AJAX_results .AJAX_result {
	display:block;
	background-color:#EEE;
	height:36px;
	width:290px;
	margin:0 auto;
	margin-bottom:2px;
	text-align:center;
	cursor:hand;
	cursor:pointer;
}
.AJAX_results .AJAX_result:hover {
	background-color:#f38d2a;
}
.AJAX_results .AJAX_result img {
	float:left;
	border:1px solid #ddd;
	width:30px;
	height:30px;
	margin-top:2px;
	margin-left:2px;
}
.AJAX_results .AJAX_result h1 {
	width:245px;
	margin:0;
	margin-left:5px;
	padding:0;
	text-align:left;
	float:left;
	font-size:11px;
	font-weight:bold;
	overflow:hidden;
	white-space:nowrap;
	margin-top:3px;
	color:#000;
	line-height:16px;
}
.AJAX_results .AJAX_result p {
	width:245px;
	float:left;
	margin:0;
	margin-left:5px;
	padding:0;
	text-align:left;
	font-size:10px;
	color:#000;
}
.AJAX_results .AJAX_nav{
	position:relative;
	background-color:#ef4035;
	height:27px;
	width:290px;
	margin:0 auto;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
}
.AJAX_results .AJAX_nav .AJAX_nexthits {
	width:70px;
	float:right;
	text-align:right;
	text-decoration:none;
	padding-top:6px;
	padding-right:5px;
	line-height:14px;
}
.AJAX_results .AJAX_nav .AJAX_hits {
	float:left;
	width:130px;
	padding:0;
	text-decoration:none;
	text-align:center;
	padding-top:6px;
}
.AJAX_results .AJAX_nav .AJAX_previoushits {
	float:left;
	text-decoration:none;
	width:70px;
	text-align:left;
	padding-top:6px;
	padding-left:5px;
}









#groupIcon {
	width:210px;
	height:170px;
	text-decoration:none;
	text-align:center;
	display:block;
	float:left;
}
#groupIcon img {
	margin-top:10px;
	width:150px;
}
#groupIcon h1 {
	margin:0;
	margin-top:5px;
}
h1 {
	color: 							#000000;
	font-size: 						18px;
	margin: 0;
	padding: 0;
	margin-bottom:5px;
}
h2 {
		color: 							#000000;
		font-family:					"Trebuchet MS", Tahoma;
		font-size: 						8pt;
		margin:		 					0px;
		padding: 0;
		margin-bottom: 5px;
}
#spec {
	width:154px;
	height:30px;
	float:left;
	border:1px solid #DDD;
	margin:3px;
	position:relative;
	padding:3px;
	padding-bottom:2px;
}
#spec input {
	margin:0;
	padding:0;
	float:left;
	display:block;
	background-color: #FFF;
	color: #000000;
	border-color: #999999;
	border-style: solid;
	border-width: 0;
	margin-top:5px;
}
#spec p {
	float:left;
	font-size:9px;
	margin:0;
	padding-left:5px;
	line-height:30px;
}










	a {
		text-decoration:				none;
		font-family:					"Trebuchet MS", Tahoma;
		font-size:						7pt;
		color:							#000000;
	}
	a.link {
		text-decoration:				none;
		font-family:					"Trebuchet MS", Tahoma;
		font-size:						7pt;
		color:							#44a621;
	}
	a.link:hover {
		text-decoration:				none;
		font-family:					"Trebuchet MS", Tahoma;
		font-size:						7pt;
		color:							#d3cb51;
	}
	
	a.red {
		text-decoration:				none;
		font-family:					"Trebuchet MS", Tahoma;
		font-size:						8pt;
		color:							#FF0000;
	}
	a.red:hover {
		text-decoration:				none;
		font-family:					"Trebuchet MS", Tahoma;
		font-size:						8pt;
		color:							#FF0000;
	}
	
	a.admin-framed {
		border: 						1px solid #999999;
		padding: 						5px;
	}
	a.admin-framed:hover {
		
	}
	
	a.topmenu_1 {
		text-decoration:				none;
		font-family:					"Trebuchet MS", Tahoma;
		font-size:						7pt;
		color:							#000000;
	}
	a.topmenu_1:hover {
		color:							#d3031c;
	}
	
	a.topmenu_2 {
		text-decoration:				none;
		font-family:					"Trebuchet MS", Tahoma;
		font-size:						7pt;
		color:							#FFFFFF;
	}
	
	a.menu_top {
		text-decoration:				none;
		font-family:					"Trebuchet MS", Tahoma;
		font-size:						10pt;
		font-weight:					bold;
		color:							#000000;
	}
	a.menu_top:hover {
		color:							#d3031c;
	}
	a.menu_1 {
		text-decoration:				none;
		font-family:					"Trebuchet MS", Tahoma;
		font-size:						7pt;
		color:							#666666;
	}
	a.menu_1:hover {
		color:							#d3031c;
	}
	a.menu_2 {
		text-decoration:				none;
		font-family:					"Trebuchet MS", Tahoma;
		font-size:						7pt;
		color:							#FFFFFF;
	}
	
	
	a.groupspath {
		text-decoration:				none;
		font-family:					"Trebuchet MS", Tahoma;
		font-size:						9pt;
		color:							#98a2c3;
	}
	a.groupspath:hover {
		text-decoration:				none;
		font-family:					"Trebuchet MS", Tahoma;
		font-size:						9pt;
		color:							#b6bdd6;
	}
	
	tr.tr_0 {
		background-color:				EEEEEE;
	}
	tr.tr_1 {
		background-color:				FFFFFF;
	}
	
	td {
		color: 							#000000;
		font-family: 					"Trebuchet MS", Tahoma;
		font-size: 						8pt;
	}

	p {
		color: 							#000000;
		font-family:					"Trebuchet MS", Tahoma;
		font-size: 						8pt;
		margin-top: 					0px;
		margin-bottom: 					8px;
	}
	p.headline {
		color: 							#000000;
		font-size: 						24px;
	}
	p.headline_smaller {
		color: 							#000000;
		font-size: 						18px;
	}
	p.subheadline {
		color: 							#000000;
		margin-top: 					5px;
		margin-bottom: 					0px;
		font-size: 						12pt;
	}
	p.address {
		color: 							#000000;
		font-size: 						10px;
		margin: 						0px;
	}
	p.productname{
		color: 							#000000;
		font-size: 						16px;
	}
	p.productprice{
		color: 							#000000;
		font-size: 						14px;
		margin:							0px;
		margin-bottom:					10px;
	}
	p.weeeprice{
		color: 							#000000;
		font-size: 						10px;
		margin:							0px;
		margin-bottom:					10px;
	}
	span.related_productname{
		color: 							#000000;
		font-size: 						10px;
	}
	span.related_productprice{
		color: 							#000000;
		font-size: 						12px;
		margin:							0px;
	}
	
	/*LIST STYLES*/
	
	table {}
	.list_table {
		border-top: 						1px solid #999999;
		border-left: 						1px solid #999999;
		border-right: 						1px solid #999999;
	}
	tr.list_tr0 {
										background-color: #DDDDDD;
	}
	tr.list_tr1 {
										background-color: #EEEEEE;
	}
	
	
	td.submenupoint {
		padding-left: 					6px;
		padding-right:					3px; 			
		background-repeat:				repeat-x;
		position:						relative;
	}
	td.submenupoint_selected {
		padding-left: 					6px;
		padding-right:					3px; 			
		background-repeat:				repeat-x;
		position:						relative;
	}
	
	td.list_header {
		color: #000000;
		padding: 2px;
		padding-left: 4px;
		background-color: #e7e8ef;
		border-bottom: 1px solid #999999;
		font-size: 12px;
		font-weight: bold;
	}
	td.list_header_nobg {
		color: #000000;
		padding: 2px;
		padding-left: 4px;
		border-bottom: 1px solid #999999;
		font-size: 12px;
		font-weight: bold;
	}
	td.list_subheader {
		color: #000000;
		padding: 2px;
		padding-left: 4px;
		background-color: #CCCCCC;
		border-bottom: 1px solid #999999;
		font-size: 10px;
		font-weight: bold;
	}
	td.list_data {
		color: #555555;
		padding: 2px;
		padding-left: 4px;
		padding-right: 4px;
		font-size: 10px;
		border-bottom:				1px solid #999999;
	}
	td.related_list_data {
		color: #555555;
		padding: 2px;
		padding-left: 4px;
		padding-right: 4px;
		font-size: 8px;
		border-bottom: 1px solid #999999;
	}


	td.list_actions {
		color: #555555;
		padding: 2px;
		padding-left: 4px;
		border-left: 1px solid #999999;
		border-bottom: 1px solid #999999;
		font-size: 10px;
	}
	td.list_field {
		color: #000000;
		background-color: #e7e8ef;
		padding: 2px;
		padding-left: 4px;
		padding-right: 4px;
		border-bottom: 1px solid #999999;
		border-right: 1px solid #999999;
		font-size: 10px;
	}
	td.list_select {
		color: #555555;
		background-color: #FFFFFF;
		padding: 2px;
		padding-left: 4px;
		border-bottom: 1px solid #999999;
		font-size: 10px;
	}
	td.list_submit {
		color: #555555;
		height:40px;
		padding: 2px;
		padding-left: 4px;
		font-size: 10px;
		border-bottom:				1px solid #999999;
	}
	
	
	/*TAB STYLES*/
	td.tab {
		color: #000000;
		padding: 2px;
		padding-left: 4px;
		background-color: #b6bdd6;
		border: 1px solid #999999;
		border-bottom:	0px;
		font-size: 12px;
		font-weight: bold;
		cursor: hand; cursor:pointer;
	}
	td.tab_selected {
		color: #000000;
		padding: 2px;
		padding-left: 4px;
		background-color: #98a2c3;
		border: 1px solid #999999;
		border-bottom:	0px;
		font-size: 12px;
		font-weight: bold;
		cursor: hand; cursor:pointer;
	}
	
	
	/*INPUT STYLES*/
	textarea {
		background-color: #FFFFFF;
		color: #000000;
		border-color: #999999;
		border-style: solid;
		border-width: 1;
		font-size:7pt;
		padding: 1px;
		font-family:Tahoma; 
		text-align:left;
		text-decoration: none;
	}
	input,select {
		background-color: #f1f0d9;
		color: #000000;
		border:1px solid #CCC;
		font-size:7pt;
		padding: 3px;
		height: 12px;
		line-height:10px;
		font-family:Tahoma; 
		text-align:left;
		text-decoration: none;
		margin-bottom:2px;
	}
	input.input_select {
		background-color: #FFFFFF;
		border-color: #FFFFFF;
		height: 15px;
	}
	input.button {
		font-family: 					"Trebuchet MS", Tahoma;
		font-size:						7pt;
		text-align: 					center;
		height: 						20px;
		line-height: 					10px;
		padding: 						3px;
		background-color: 				#CCCCCC;
	}
	input.button_white {
		font-family: 					"Trebuchet MS", Tahoma;
		font-size:						7pt;
		text-align: 					center;
		height: 						16px;
		line-height: 					10px;
		padding: 						0px;
		background-color: 				#FFFFFF;
	}
	input.select {
		background-color: 				#CCCCCC;
		border-color: 					#CCCCCC;
		height: 						15px;
	}

	
	
	/*IMG STYLES*/
	img.framed {
	border: 						1px solid #999999;
	}
	img.related_framed {
	border: 1px solid #999999;
	margin:5px;
	}
	
	/*ADMIN STYLES*/
	a.admin_menu {
		color:							#000000;
		text-decoration:				none;
		font-size:						10pt;
	}
	a.admin_menu:hover {
		color:							#d3031c;
	}
	a.admin_menu_selected {
		color:							#d3031c;
		text-decoration:				none;
		font-size:						10pt;
	}
	








