
		<!--!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"-->
		<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
		<html xmlns="http://www.w3.org/1999/xhtml">
		<HTML>
		<HEAD>
		
<TITLE>Billig maling - Billig kvalitets maling og pensler online</TITLE>
	<LINK REL="stylesheet" HREF="stylesheet.css" TYPE="text/css">
	<link rel="stylesheet" href="lavalamp_test.css" type="text/css" media="screen">
<meta http-equiv="Content-type" content="text/html;charset=iso-8859-1"> 
<meta name="title" content="malbilligt.dk">
<meta name="author" content="argumenta a/s">
<meta name="publisher" content="http://www.argumenta.com">
<meta name="copyright" content="Argumenta a/s">
<meta name="revisit" content="After 1 days">
<meta name="keywords" content="Billig maling, maling, kvalitets maling, pensler, maling online">
<meta name="description" content="Køb billig maling hos malbilligt.dk - Vi sælger kvalitets maling og pensler i vores online farvehandel. Se det store udvalg af malervarer som billig maling og gode pensler i højeste kvalitet på www.malbilligt.dk.">
<meta name="robots" content="index,follow">
<meta name="language" content="dansk">

			<meta name="google-site-verification" content="c7A6Qmz89ELXNlOt2fblGqp_wRteoVzMfvdt4IkcAD8">
			<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
			<!--script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js" type="text/javascript"></script-->
			<script src="scripts/jquery.tabSlideOut.v2.0.js"></script>
            <script>
			// SLIDEOUT
			$(function(){
				$('.slide-out-div').tabSlideOut({
					tabHandle: '.handle',                              //class of the element that will be your tab
					pathToTabImage: 'files/graphics/tab.png',          //path to the image for the tab (optionaly can be set using css)
					imageHeight: '106px',                               //height of tab image
					imageWidth: '25px',                               //width of tab image    
					tabLocation: 'left',                               //side of screen where tab lives, top, right, bottom, or left
					speed: 300,                                        //speed of animation
					action: 'click',                                   //options: 'click' or 'hover', action to trigger animation
					topPos: '200px',                                   //position from the top
					fixedPosition: false                               //options: true makes it stick(fixed position) on scroll
				});
			});		 				 
			</script>			

			
			<script type="text/javascript" src="cp/lb2.js"></script>
			<script type="text/javascript">
			// OLD LIGHTBOXLITE
			LightBoxLite.SetWindowBackground('#303030');
			//if screen width is 800 or less
			if (screen.width<=800)
			{
				LightBoxLite.SetLightOptions(775, 700, 'white');
			}
			else
			{
				LightBoxLite.SetLightOptions(950, 670, 'white');
			}

			function OpenLightBox() {
				LightBoxLite.ShowInnerElement(document.getElementById('colorpickerdiv'));
			}
			</script>		
			
			<script type="text/javascript">
			function ShowHide(pID) {
				if (document.getElementById(pID).style.display == "") {
					document.getElementById(pID).style.display = "none";
				}
				else
				{
					document.getElementById(pID).style.display = "";
				};
				}
				
				function ToggleDiv2(div) {
				if (document.all(div).style.display == "") {
					document.all(div).style.display = "none";
				}
				else
				{
					document.all(div).style.display = "";
				}; 
				}
			</script>
			
			<SCRIPT type="text/javascript">
function emailCheck (emailStr) {
var checkTLD=1;
var knownDomsPat=/^(com|net|org|edu|int|mil|gov|arpa|biz|aero|name|coop|info|pro|museum)$/;
var emailPat=/^(.+)@(.+)$/;
var specialChars="\\(\\)><@,;:\\\\\\\"\\.\\[\\]";
var validChars="\[^\\s" + specialChars + "\]";
var quotedUser="(\"[^\"]*\")";
var ipDomainPat=/^\[(\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})\]$/;
var atom=validChars + '+';
var word="(" + atom + "|" + quotedUser + ")";
var userPat=new RegExp("^" + word + "(\\." + word + ")*$");
var domainPat=new RegExp("^" + atom + "(\\." + atom +")*$");
var matchArray=emailStr.match(emailPat);
if (matchArray==null) {
	alert("Den indtastede e-mail adresse er ikke gyldig. prøv igen.");
	return false;
	}
var user=matchArray[1];
var domain=matchArray[2];
for (i=0; i<user.length; i++) {
	if (user.charCodeAt(i)>127) {
		alert("Den indtastede e-mail adresse er ikke gyldig. prøv igen.");
		return false;
		}
		}
for (i=0; i<domain.length; i++) {
	if (domain.charCodeAt(i)>127) {
		alert("Den indtastede e-mail adresse er ikke gyldig. prøv igen.");
		return false;
		}
}
if (user.match(userPat)==null) {
	alert("Den indtastede e-mail adresse er ikke gyldig. prøv igen.");
	return false;
}
var IPArray=domain.match(ipDomainPat);
if (IPArray!=null) {
for (var i=1;i<=4;i++) {
if (IPArray[i]>255) {
	alert("Den indtastede e-mail adresse er ikke gyldig. prøv igen.");
	return false;
   }
}
return true;
}

var atomPat=new RegExp("^" + atom + "$");
var domArr=domain.split(".");
var len=domArr.length;
for (i=0;i<len;i++) {
if (domArr[i].search(atomPat)==-1) {
alert("Den indtastede e-mail adresse er ikke gyldig. prøv igen.");
return false;
   }
}

if (checkTLD && domArr[domArr.length-1].length!=2 && 
domArr[domArr.length-1].search(knownDomsPat)==-1) {
alert("Den indtastede e-mail adresse er ikke gyldig. prøv igen.");
return false;
}

if (len<2) {
alert("Den indtastede e-mail adresse er ikke gyldig. prøv igen.");
return false;
}
return true;
}
function closefarvevaelger() {
document.getElementById("colorpickerdiv").style.display='none';
}
</script>

	<link rel="icon" href="favicon.ico" type="image/x-icon">
	<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> 
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-16650248-1']);
  _gaq.push(['_setDomainName', 'none']);
  _gaq.push(['_setAllowLinker', true]);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>	
</HEAD>
<body bgcolor="#FFFFFF">


<div id="colorpickerdiv" style="display: none;">
				
	<iframe src="cp/custom2.asp?ProductTypeGuid=" width="100%" height="100%" marginwidth="0" marginheight="0" align="middle" scrolling="no" frameborder="0"></iframe>
</div>
			
<TABLE border="0" width="100%" cellspacing="0" cellpadding="0" >
	<TR>
		<TD><center>
			<TABLE cellpadding="0" cellspacing="0" border="0" width="991">
		<TR valign="Top" align="Left" >
	<TD height="129" colspan="5" width="991" background="files/graphics/top_bg.jpg" >

					
<script type="text/javascript">
function validate_required(field,alerttxt)
{
with (field)
  {
  if (value==null||value=="")
    {
    alert(alerttxt);return false;
    }
  else
    {
    return true;
    }
  }
}

function validate_email(field,alerttxt)
{
with (field)
  {
  apos=value.indexOf("@");
  dotpos=value.lastIndexOf(".");
  if (apos<1||dotpos-apos<2)
    {alert(alerttxt);return false;}
  else {return true;}
  }
}


function validate_form(thisform)
{
with (thisform)
  {
  if (validate_required(feedback_name,"Navn er ikke korrekt udfyldt!")==false)
  {feedback_name.focus();return false;}
  }
with (thisform)
  {
  if (validate_required(useros,"Operativ system er ikke korrekt udfyldt!")==false)
  {useros.focus();return false;}
  }
with (thisform)
  {
  if (validate_required(browserver,"Browser er ikke korrekt udfyldt!")==false)
  {browserver.focus();return false;}
  }
with (thisform)
  {
  if (validate_required(feedbackmessage,"Beskrivelse af fejlen er ikke korrekt udfyldt!")==false)
  {feedbackmessage.focus();return false;}
  }
with (thisform)
  {
  if (validate_email(email,"E-mail er ikke en gyldig e-mail addresse!")==false)
    {email.focus();return false;}
  }
}
</script>
					

	</TD>
</TR>
<TR valign="Top" align="Left" >
	<TD rowspan="1" colspan="5" height="33" width="991" background="files/graphics/menu_bg.jpg" >
<table cellpadding="0" cellspacing="0" border="0">
        	<tr>
            	<td width="18">
                </td>
        

			<td class="menulevel2"><a href="default.asp?id=309" class="menu" style="color:#2179cf;">Forside</a></td>

			<td class="menulevel2"><a href="default.asp?id=312" class="menu" style="">Shoppen</a></td>

			<td class="menulevel2"><a href="default.asp?id=319" class="menu" style="">MalXtrabilligt</a></td>

			<td class="menulevel2"><a href="default.asp?id=318" class="menu" style="">Praktisk info</a></td>

			<td class="menulevel2"><a href="default.asp?id=311" class="menu" style="">Kontakt os</a></td>		
		  	</tr>
          </table>
			</TD>
</TR>
<TR valign="Top" align="Left" >
	<TD colspan="5" height="51" width="901" background="files/graphics/middle_bar_bg.jpg" >

					<table width="991" height="50" border="0" cellpadding="0" cellspacing="0">
					  <tr>
                      	<td width="48">
                        </td>
						<td width="650" align="left" valign="middle" class="tools">
                        	<img src="files/graphics/farve_ikon.png" align="absmiddle"/> <a href="default.asp?id=315" title="Bestil farvekort">Bestil farvekort</a> | <img src="files/graphics/fb_ikon.png" align="absmiddle"/> <a href="http://www.facebook.com/pages/Malbilligtdk/239212340750" target="_blank" title="Find os på Facebook">Facebook</a> | <img src="files/graphics/fav_ikon.png" align="absmiddle"/> <a href="javascript:window.external.AddFavorite(location.href, document.title);" title="Føj til foretrukne">Bogmærke</a> | <img src="files/graphics/tip_ikon.png" align="absmiddle"/> <a href="javascript://" onClick="window.open('tip.asp', 'tipenven','width=520,height=230');" title="Tip en ven">Tip en ven</a> | <img src="files/graphics/nyhedsbrev_ikon.png" align="absmiddle"/> <a href="default.asp?id=313" title="Tilmeld nyhedsbrev">Nyhedsbrev</a> </td>
<td align="right" valign="middle" class="tools">
                            <form action="default.asp?id=312&searchtype=all" method="post" name="sog" id="sog" style="margin-bottom:0px;">
								<table height="30" border="0" cellpadding="0" cellspacing="0">  
									<tr>
										<td class="tools">
											<strong>S&oslash;g </strong>&nbsp;
										</td>
										<td>
										
											<input name="eshopsearchtext" type="text" size="20" value="" ><img src="files/graphics/soeg_ikon.png" onclick="document.sog.submit();return false;" width="24" height="23" align="absmiddle" alt="S&oslash;g nu!">&nbsp;
										</td>
									</tr>
								</table>
							</form>
						</td>
                        <td width="48">
                        </td>
					  </tr>
					</table>
						</TD>
</TR>
<TR valign="Top" align="Left" >
	<TD width="20" background="files/graphics/leftside_bg.jpg" >
&nbsp;	</TD>
<TD colspan="3" height="20" >
&nbsp;	</TD>
<TD height="20" width="20" background="files/graphics/rightside_bg.jpg" >
&nbsp;	</TD>
</TR>
<TR valign="Top" align="Left" >
	<TD width="20" background="files/graphics/leftside_bg.jpg" >
&nbsp;	</TD>
<TD width="28" >
&nbsp;	</TD>
<TD width="895" bgcolor="#FFFFFF" >




					<embed height="286" width="895" src="tusse.swf" scale="showall" play="true" loop="true" menu="true" wmode="opaque" quality="1" type="application/x-shockwave-flash"></embed>
					<table width="895" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                        <td height="20">&nbsp;</td>
                      </tr>
                    </table>
                    <table width="895" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                        <td width="200" align="left" valign="top">
						<h1>Online lige nu</h1>
						<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" style="padding:10px;border:1px dotted #979797;"><tr><td width="100%" align="center" valign="middle" style="padding-bottom:10px;"><strong style="padding:0px;margin:0px;font-size:20px;">303</strong> personer lige nu</td></tr></table><br>
						<!-- Trustpilot Widget Script -->
<div class="tpc_widget" id="tp_widget">
	<a href="http://www.trustpilot.dk/review/malbilligt.dk" id="tp_widget_link" target="_blank" title="Se flere kundevurderinger af malbilligt.dk">Anbefalinger af malbilligt.dk</a>
	<div class="tpc_bg">&nbsp;</div>
	<div class="tpc_gradient">&nbsp;</div>
	<div class="tpc_top">
		<div class="tpc_top_left"></div>
			<div class="tpc_top_center">
				<div class="tpc_top_img" title="Se flere kundevurderinger af malbilligt.dk">&nbsp;</div>
			</div>
			<div class="tpc_top_right"></div>
		</div>
		<div class="tpc_rating">
			<div class="tpc_rating_speaker"></div>
				<div class="tpc_rating_bubble">
					<div class="tpc_rating_startext"></div>
					<div class="tpc_rating_star"></div>
					<div class="tpc_rating_rating"></div>
				</div>
				<div class="tpc_rating_count"></div>
				<div class="tpc_rating_counttext"></div>
			</div>
			<ul class="tpc_review" id="tp_review">
				<li class="tpc_review_review" id="tp_review_id">
					<div class="tpc_review_hr">&nbsp;</div>
					<div class="tpc_review_stars">[STARS]</div>
					<p class="tpc_review_time">[TIME]</p>
					<br />
					<a href="[LINK]" class="tpc_review_title">[TITLE]</a>
					<br />
					<a href="[LINK]" class="tpc_review_message">[MESSAGE]</a>
					<br />
					<div class="tpc_review_spacer">&nbsp;</div>
					<p class="tpc_review_author">[AUTHOR]</p>
					<br />
				</li>
			</ul>
			<div class="tpc_bottom">
				<div class="tpc_bottom_hr">&nbsp;</div>
				<div class="tpc_bottom_img">&nbsp;</div>
			</div>
		</div>
<script type="text/javascript">
var tpLang = "da-DK";
var tpSpeak = "man";
var tpJsHost = (("https:" == document.location.protocol) ? "https://ssl" : "http://trustbox");
document.write(unescape("%3Cscript defer='defer' src='"+tpJsHost+".trustpilot.com/w/malbilligt.dk.js' type='text/javascript'%3E%3C/script%3E"));
document.write(unescape("%3Clink href='"+tpJsHost+".trustpilot.com/widget.css' rel='stylesheet' type='text/css'%3E%3C/link%3E"));
</script>
<style type="text/css">
.tpc_widget {
display: none;
position: relative;
width: 198px;
height: 300px;
}
#tp_widget .tpc_bg {
background-color: #FFFFFF;
}
#tp_widget .tpc_bottom {
background-color: #FFFFFF;
}
</style>
<!-- /Trustpilot Widget Script -->
						<h1>Tilbud p&aring; malervarer</h1>
                        <iframe src="Library/Modules/Eshop/tilbud_iframe.asp" name="tilbudforside" id="tilbudforside" width="200" height="1100" marginwidth="0" marginheight="0" align="top" frameborder="0" scrolling="no"></iframe></td>
                        <td width="20">&nbsp;</td>
                        <td width="675" align="left" valign="top"><h1>G&oslash;r som de professionelle, k&oslash;b din maling her!</h1>
                          <p>malbilligt.dk  er blandt de mest succesrige shops p&aring; nettet for maling og malervarer. Det skyldes ikke mindst vort k&aelig;mpeudvalg i malervarer. Hos malbilligt.dk  er du ikke afh&aelig;ngig af &eacute;n leverand&oslash;r, men vi s&aelig;lger maling og malervarer fra 4 af Danmarks  og Europas mest anerkendte producenter af maling, der leverer til over 75 % af danske malermestre. <br />
                            <br />                          
                          S&aring; din garanti er, at vi er v&aelig;sentlig billigere, du har det st&oslash;rste udvalg og du k&oslash;ber de samme varer som malermestrene. God sommer!</p>
                          <p><strong>Læs mere om <a href="default.asp?id=331">Jotun</a> eller <a href="default.asp?id=332">Beck &amp; J&oslash;rgensen</a></strong></p>
                          <table width="100%" border="0" cellspacing="0" cellpadding="0" class="boxborder">
                          <tr>
                            <td width="25%" height="130" align="center" valign="middle"><img src="files/graphics/jotun_logo.jpg" alt="Jotun" border="0" /></td>
                            <td width="25%" height="130" align="center" valign="middle"><img src="files/graphics/bj_logo.jpg" alt="Beck og J&oslash;rgensen" border="0" /></td>
                            <td width="25%" height="130" align="center" valign="middle"><img src="files/graphics/jotun_lady.jpg" alt="Jotun Lady" border="0" /></td>
                            <td width="25%" height="130" align="center" valign="middle"><img src="files/graphics/demi_dekk.jpg" alt="Jotun Demi Dekk" border="0" /></td>
                          </tr>
                        </table>
                       	<h1>De mest solgte varer de sidste 30 dage</h1>
                        
<table width="100%" border="0" cellspacing="0" cellpadding="10" align="center">
<!--	<tr>-->
	
<tr>
	<td class="boxborder">
    	<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
            	<td width="50" height="25" align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td height="25" bgcolor="#2179cf" class="counts" align="center" valign="middle">1</td>
                  </tr>
                </table></td>
            <td width="10" height="25" align="left" valign="middle"><A class="tilbudhead" HREF="http://www.malbilligt.dk/default.asp?id=312&action=ShowProductType&ProductTypeGuid={D3AAEE79-5AD8-6FAF-C035-ABE66C6D89D3}&CatGuid={72987CA7-518D-DDCA-B24E-CDAA4AC02DD2}&t=09:09:10" target="_parent" title="Vis mere om Proff vægmaling Super dækkende"></A></td>
        	<td height="25" align="left" valign="middle" class="tilbudhead"><a class="tilbudhead" href="http://www.malbilligt.dk/default.asp?id=312&amp;action=ShowProductType&amp;ProductTypeGuid={D3AAEE79-5AD8-6FAF-C035-ABE66C6D89D3}&amp;CatGuid={72987CA7-518D-DDCA-B24E-CDAA4AC02DD2}&amp;t=09:09:10" target="_parent" title="Vis mere om Proff vægmaling Super dækkende">Proff vægmaling Super dækkende</a></td>
</tr>
        	<tr>
        	  <td width="50" height="60" rowspan="2" align="center" valign="bottom"><A style="font-size:10px;color:black;font-weight:normal;" HREF="http://www.malbilligt.dk/default.asp?id=312&action=ShowProductType&ProductTypeGuid={D3AAEE79-5AD8-6FAF-C035-ABE66C6D89D3}&CatGuid={72987CA7-518D-DDCA-B24E-CDAA4AC02DD2}&t=09:09:10" target="_parent"><img src="../../../vis_pic.asp?path=FILES/jotaproff_pva_interioer-10l.jpg&amp;size=50&amp;size2=50" border="1" alt="Proff vægmaling Super dækkende"></a></td>
      	      <td width="10" rowspan="2">&nbsp;</td>
       	      <td><p>9 ltr. Proff vægmaling glans 5 hvid</p></td>
       	  </tr>
        	<tr>
        	  <td align="right"><span class="normalpris">Normal pris kr. 699,00<span> <span class="vorespris">Vores pris kr. 329,00</span></td>
      	  </tr>
        </table>
    </td>
</tr>
<tr>
	<td height="10">
    </td>
</tr>
	

<tr>
	<td class="boxborder">
    	<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
            	<td width="50" height="25" align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td height="25" bgcolor="#2179cf" class="counts" align="center" valign="middle">2</td>
                  </tr>
                </table></td>
            <td width="10" height="25" align="left" valign="middle"><A class="tilbudhead" HREF="http://www.malbilligt.dk/default.asp?id=312&action=ShowProductType&ProductTypeGuid={E2EFEF80-240F-0140-7E85-A9380FE5F4C5}&CatGuid={005A0196-0E6A-7536-2A54-DF5C97D64C09}&t=09:09:11" target="_parent" title="Vis mere om Proff maler tape"></A></td>
        	<td height="25" align="left" valign="middle" class="tilbudhead"><a class="tilbudhead" href="http://www.malbilligt.dk/default.asp?id=312&amp;action=ShowProductType&amp;ProductTypeGuid={E2EFEF80-240F-0140-7E85-A9380FE5F4C5}&amp;CatGuid={005A0196-0E6A-7536-2A54-DF5C97D64C09}&amp;t=09:09:11" target="_parent" title="Vis mere om Proff maler tape">Proff maler tape</a></td>
</tr>
        	<tr>
        	  <td width="50" height="60" rowspan="2" align="center" valign="bottom"><A style="font-size:10px;color:black;font-weight:normal;" HREF="http://www.malbilligt.dk/default.asp?id=312&action=ShowProductType&ProductTypeGuid={E2EFEF80-240F-0140-7E85-A9380FE5F4C5}&CatGuid={005A0196-0E6A-7536-2A54-DF5C97D64C09}&t=09:09:11" target="_parent"><img src="../../../vis_pic.asp?path=FILES/bredafdaekningtape.jpg&amp;size=50&amp;size2=50" border="1" alt="Proff maler tape"></a></td>
      	      <td width="10" rowspan="2">&nbsp;</td>
       	      <td><p>38 mm tape x 50 mtr</p></td>
       	  </tr>
        	<tr>
        	  <td align="right"><span class="normalpris">Normal pris kr. 35,00<span> <span class="vorespris">Vores pris kr. 24,00</span></td>
      	  </tr>
        </table>
    </td>
</tr>
<tr>
	<td height="10">
    </td>
</tr>
	

<tr>
	<td class="boxborder">
    	<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
            	<td width="50" height="25" align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td height="25" bgcolor="#2179cf" class="counts" align="center" valign="middle">3</td>
                  </tr>
                </table></td>
            <td width="10" height="25" align="left" valign="middle"><A class="tilbudhead" HREF="http://www.malbilligt.dk/default.asp?id=312&action=ShowProductType&ProductTypeGuid={88DF8523-0610-F38A-B0EA-DEDEF057BDA1}&CatGuid={5B980179-F612-8E29-8ECA-3AFC663C8E32}&t=09:09:11" target="_parent" title="Vis mere om Super dækkende loftmaling"></A></td>
        	<td height="25" align="left" valign="middle" class="tilbudhead"><a class="tilbudhead" href="http://www.malbilligt.dk/default.asp?id=312&amp;action=ShowProductType&amp;ProductTypeGuid={88DF8523-0610-F38A-B0EA-DEDEF057BDA1}&amp;CatGuid={5B980179-F612-8E29-8ECA-3AFC663C8E32}&amp;t=09:09:11" target="_parent" title="Vis mere om Super dækkende loftmaling">Super dækkende loftmaling</a></td>
</tr>
        	<tr>
        	  <td width="50" height="60" rowspan="2" align="center" valign="bottom"><A style="font-size:10px;color:black;font-weight:normal;" HREF="http://www.malbilligt.dk/default.asp?id=312&action=ShowProductType&ProductTypeGuid={88DF8523-0610-F38A-B0EA-DEDEF057BDA1}&CatGuid={5B980179-F612-8E29-8ECA-3AFC663C8E32}&t=09:09:11" target="_parent"><img src="../../../vis_pic.asp?path=FILES/10L_Jotaproff_PVA_Interioer.jpg&amp;size=50&amp;size2=50" border="1" alt="Super dækkende loftmaling"></a></td>
      	      <td width="10" rowspan="2">&nbsp;</td>
       	      <td><p>10 ltr. Proff Loftmaling</p></td>
       	  </tr>
        	<tr>
        	  <td align="right"><span class="normalpris">Normal pris kr. 669,00<span> <span class="vorespris">Vores pris kr. 329,00</span></td>
      	  </tr>
        </table>
    </td>
</tr>
<tr>
	<td height="10">
    </td>
</tr>
	

<tr>
	<td class="boxborder">
    	<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
            	<td width="50" height="25" align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td height="25" bgcolor="#2179cf" class="counts" align="center" valign="middle">4</td>
                  </tr>
                </table></td>
            <td width="10" height="25" align="left" valign="middle"><A class="tilbudhead" HREF="http://www.malbilligt.dk/default.asp?id=312&action=ShowProductType&ProductTypeGuid={E2EFEF80-240F-0140-7E85-A9380FE5F4C5}&CatGuid={005A0196-0E6A-7536-2A54-DF5C97D64C09}&t=09:09:11" target="_parent" title="Vis mere om Proff maler tape"></A></td>
        	<td height="25" align="left" valign="middle" class="tilbudhead"><a class="tilbudhead" href="http://www.malbilligt.dk/default.asp?id=312&amp;action=ShowProductType&amp;ProductTypeGuid={E2EFEF80-240F-0140-7E85-A9380FE5F4C5}&amp;CatGuid={005A0196-0E6A-7536-2A54-DF5C97D64C09}&amp;t=09:09:11" target="_parent" title="Vis mere om Proff maler tape">Proff maler tape</a></td>
</tr>
        	<tr>
        	  <td width="50" height="60" rowspan="2" align="center" valign="bottom"><A style="font-size:10px;color:black;font-weight:normal;" HREF="http://www.malbilligt.dk/default.asp?id=312&action=ShowProductType&ProductTypeGuid={E2EFEF80-240F-0140-7E85-A9380FE5F4C5}&CatGuid={005A0196-0E6A-7536-2A54-DF5C97D64C09}&t=09:09:11" target="_parent"><img src="../../../vis_pic.asp?path=FILES/bredafdaekningtape.jpg&amp;size=50&amp;size2=50" border="1" alt="Proff maler tape"></a></td>
      	      <td width="10" rowspan="2">&nbsp;</td>
       	      <td><p>19 mm tape x 50 mtr</p></td>
       	  </tr>
        	<tr>
        	  <td align="right"><span class="normalpris">Normal pris kr. 19,00<span> <span class="vorespris">Vores pris kr. 16,00</span></td>
      	  </tr>
        </table>
    </td>
</tr>
<tr>
	<td height="10">
    </td>
</tr>
	

<tr>
	<td class="boxborder">
    	<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
            	<td width="50" height="25" align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td height="25" bgcolor="#2179cf" class="counts" align="center" valign="middle">5</td>
                  </tr>
                </table></td>
            <td width="10" height="25" align="left" valign="middle"><A class="tilbudhead" HREF="http://www.malbilligt.dk/default.asp?id=312&action=ShowProductType&ProductTypeGuid={C2A4436D-F4DC-E992-46AD-E981DE1048B9}&CatGuid={72987CA7-518D-DDCA-B24E-CDAA4AC02DD2}&t=09:09:11" target="_parent" title="Vis mere om B&J 10 Vægmaling"></A></td>
        	<td height="25" align="left" valign="middle" class="tilbudhead"><a class="tilbudhead" href="http://www.malbilligt.dk/default.asp?id=312&amp;action=ShowProductType&amp;ProductTypeGuid={C2A4436D-F4DC-E992-46AD-E981DE1048B9}&amp;CatGuid={72987CA7-518D-DDCA-B24E-CDAA4AC02DD2}&amp;t=09:09:11" target="_parent" title="Vis mere om B&J 10 Vægmaling">B&J 10 Vægmaling</a></td>
</tr>
        	<tr>
        	  <td width="50" height="60" rowspan="2" align="center" valign="bottom"><A style="font-size:10px;color:black;font-weight:normal;" HREF="http://www.malbilligt.dk/default.asp?id=312&action=ShowProductType&ProductTypeGuid={C2A4436D-F4DC-E992-46AD-E981DE1048B9}&CatGuid={72987CA7-518D-DDCA-B24E-CDAA4AC02DD2}&t=09:09:11" target="_parent"><img src="../../../vis_pic.asp?path=FILES/bj10.jpg&amp;size=50&amp;size2=50" border="1" alt="B&J 10 Vægmaling"></a></td>
      	      <td width="10" rowspan="2">&nbsp;</td>
       	      <td><p>B&J 10 vægmaling 9 ltr hvid</p></td>
       	  </tr>
        	<tr>
        	  <td align="right"><span class="normalpris">Normal pris kr. 898,00<span> <span class="vorespris">Vores pris kr. 398,00</span></td>
      	  </tr>
        </table>
    </td>
</tr>
<tr>
	<td height="10">
    </td>
</tr>
	

<tr>
	<td class="boxborder">
    	<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
            	<td width="50" height="25" align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td height="25" bgcolor="#2179cf" class="counts" align="center" valign="middle">6</td>
                  </tr>
                </table></td>
            <td width="10" height="25" align="left" valign="middle"><A class="tilbudhead" HREF="http://www.malbilligt.dk/default.asp?id=312&action=ShowProductType&ProductTypeGuid={E7A24542-F7D2-49AD-852D-3B2052537CBA}&CatGuid={3878E082-73FE-1DBF-A239-0E77A7A45E03}&t=09:09:11" target="_parent" title="Vis mere om Super tilbud Lady Væg mat 4,5 ltr hvid/lyse farver"></A></td>
        	<td height="25" align="left" valign="middle" class="tilbudhead"><a class="tilbudhead" href="http://www.malbilligt.dk/default.asp?id=312&amp;action=ShowProductType&amp;ProductTypeGuid={E7A24542-F7D2-49AD-852D-3B2052537CBA}&amp;CatGuid={3878E082-73FE-1DBF-A239-0E77A7A45E03}&amp;t=09:09:11" target="_parent" title="Vis mere om Super tilbud Lady Væg mat 4,5 ltr hvid/lyse farver">Super tilbud Lady Væg mat 4,5 ltr hvid/lyse farver</a></td>
</tr>
        	<tr>
        	  <td width="50" height="60" rowspan="2" align="center" valign="bottom"><A style="font-size:10px;color:black;font-weight:normal;" HREF="http://www.malbilligt.dk/default.asp?id=312&action=ShowProductType&ProductTypeGuid={E7A24542-F7D2-49AD-852D-3B2052537CBA}&CatGuid={3878E082-73FE-1DBF-A239-0E77A7A45E03}&t=09:09:11" target="_parent"><img src="../../../vis_pic.asp?path=FILES/Lady-Vegg-Mat.jpg&amp;size=50&amp;size2=50" border="1" alt="Super tilbud Lady Væg mat 4,5 ltr hvid/lyse farver"></a></td>
      	      <td width="10" rowspan="2">&nbsp;</td>
       	      <td><p>Lady Væg mat 4,5 ltr</p></td>
       	  </tr>
        	<tr>
        	  <td align="right"><span class="normalpris">Normal pris kr. 549,00<span> <span class="vorespris">Vores pris kr. 298,00</span></td>
      	  </tr>
        </table>
    </td>
</tr>
<tr>
	<td height="10">
    </td>
</tr>
	

<tr>
	<td class="boxborder">
    	<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
            	<td width="50" height="25" align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td height="25" bgcolor="#2179cf" class="counts" align="center" valign="middle">7</td>
                  </tr>
                </table></td>
            <td width="10" height="25" align="left" valign="middle"><A class="tilbudhead" HREF="http://www.malbilligt.dk/default.asp?id=312&action=ShowProductType&ProductTypeGuid={D3AAEE79-5AD8-6FAF-C035-ABE66C6D89D3}&CatGuid={72987CA7-518D-DDCA-B24E-CDAA4AC02DD2}&t=09:09:11" target="_parent" title="Vis mere om Proff vægmaling Super dækkende"></A></td>
        	<td height="25" align="left" valign="middle" class="tilbudhead"><a class="tilbudhead" href="http://www.malbilligt.dk/default.asp?id=312&amp;action=ShowProductType&amp;ProductTypeGuid={D3AAEE79-5AD8-6FAF-C035-ABE66C6D89D3}&amp;CatGuid={72987CA7-518D-DDCA-B24E-CDAA4AC02DD2}&amp;t=09:09:11" target="_parent" title="Vis mere om Proff vægmaling Super dækkende">Proff vægmaling Super dækkende</a></td>
</tr>
        	<tr>
        	  <td width="50" height="60" rowspan="2" align="center" valign="bottom"><A style="font-size:10px;color:black;font-weight:normal;" HREF="http://www.malbilligt.dk/default.asp?id=312&action=ShowProductType&ProductTypeGuid={D3AAEE79-5AD8-6FAF-C035-ABE66C6D89D3}&CatGuid={72987CA7-518D-DDCA-B24E-CDAA4AC02DD2}&t=09:09:11" target="_parent"><img src="../../../vis_pic.asp?path=FILES/jotaproff_pva_interioer-10l.jpg&amp;size=50&amp;size2=50" border="1" alt="Proff vægmaling Super dækkende"></a></td>
      	      <td width="10" rowspan="2">&nbsp;</td>
       	      <td><p>10 ltr. Proff vægmaling glans 5 lys råhvid</p></td>
       	  </tr>
        	<tr>
        	  <td align="right"><span class="normalpris">Normal pris kr. 699,00<span> <span class="vorespris">Vores pris kr. 329,00</span></td>
      	  </tr>
        </table>
    </td>
</tr>
<tr>
	<td height="10">
    </td>
</tr>
	

<tr>
	<td class="boxborder">
    	<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
            	<td width="50" height="25" align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td height="25" bgcolor="#2179cf" class="counts" align="center" valign="middle">8</td>
                  </tr>
                </table></td>
            <td width="10" height="25" align="left" valign="middle"><A class="tilbudhead" HREF="http://www.malbilligt.dk/default.asp?id=312&action=ShowProductType&ProductTypeGuid={E2EFEF80-240F-0140-7E85-A9380FE5F4C5}&CatGuid={005A0196-0E6A-7536-2A54-DF5C97D64C09}&t=09:09:11" target="_parent" title="Vis mere om Proff maler tape"></A></td>
        	<td height="25" align="left" valign="middle" class="tilbudhead"><a class="tilbudhead" href="http://www.malbilligt.dk/default.asp?id=312&amp;action=ShowProductType&amp;ProductTypeGuid={E2EFEF80-240F-0140-7E85-A9380FE5F4C5}&amp;CatGuid={005A0196-0E6A-7536-2A54-DF5C97D64C09}&amp;t=09:09:11" target="_parent" title="Vis mere om Proff maler tape">Proff maler tape</a></td>
</tr>
        	<tr>
        	  <td width="50" height="60" rowspan="2" align="center" valign="bottom"><A style="font-size:10px;color:black;font-weight:normal;" HREF="http://www.malbilligt.dk/default.asp?id=312&action=ShowProductType&ProductTypeGuid={E2EFEF80-240F-0140-7E85-A9380FE5F4C5}&CatGuid={005A0196-0E6A-7536-2A54-DF5C97D64C09}&t=09:09:11" target="_parent"><img src="../../../vis_pic.asp?path=FILES/bredafdaekningtape.jpg&amp;size=50&amp;size2=50" border="1" alt="Proff maler tape"></a></td>
      	      <td width="10" rowspan="2">&nbsp;</td>
       	      <td><p>25 mm tape x 50 mtr</p></td>
       	  </tr>
        	<tr>
        	  <td align="right"><span class="normalpris">Normal pris kr. 27,00<span> <span class="vorespris">Vores pris kr. 19,00</span></td>
      	  </tr>
        </table>
    </td>
</tr>
<tr>
	<td height="10">
    </td>
</tr>
	

<tr>
	<td class="boxborder">
    	<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
            	<td width="50" height="25" align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td height="25" bgcolor="#2179cf" class="counts" align="center" valign="middle">9</td>
                  </tr>
                </table></td>
            <td width="10" height="25" align="left" valign="middle"><A class="tilbudhead" HREF="http://www.malbilligt.dk/default.asp?id=312&action=ShowProductType&ProductTypeGuid={365B6658-EF40-C9F8-AE98-5BA31B0AD41E}&CatGuid={6278272E-FF93-50FB-5158-AE3C95792871}&t=09:09:11" target="_parent" title="Vis mere om God kraftig pap til dine gulve"></A></td>
        	<td height="25" align="left" valign="middle" class="tilbudhead"><a class="tilbudhead" href="http://www.malbilligt.dk/default.asp?id=312&amp;action=ShowProductType&amp;ProductTypeGuid={365B6658-EF40-C9F8-AE98-5BA31B0AD41E}&amp;CatGuid={6278272E-FF93-50FB-5158-AE3C95792871}&amp;t=09:09:11" target="_parent" title="Vis mere om God kraftig pap til dine gulve">God kraftig pap til dine gulve</a></td>
</tr>
        	<tr>
        	  <td width="50" height="60" rowspan="2" align="center" valign="bottom"><A style="font-size:10px;color:black;font-weight:normal;" HREF="http://www.malbilligt.dk/default.asp?id=312&action=ShowProductType&ProductTypeGuid={365B6658-EF40-C9F8-AE98-5BA31B0AD41E}&CatGuid={6278272E-FF93-50FB-5158-AE3C95792871}&t=09:09:11" target="_parent"><img src="../../../vis_pic.asp?path=FILES/afdaekningsruller_salgsdisp.jpg&amp;size=50&amp;size2=50" border="1" alt="God kraftig pap til dine gulve"></a></td>
      	      <td width="10" rowspan="2">&nbsp;</td>
       	      <td><p>Afdæknings pap 2 x 20 mtr 65 cm bred 135 gram</p></td>
       	  </tr>
        	<tr>
        	  <td align="right"><span class="normalpris">Normal pris kr. 89,00<span> <span class="vorespris">Vores pris kr. 49,00</span></td>
      	  </tr>
        </table>
    </td>
</tr>
<tr>
	<td height="10">
    </td>
</tr>
	

<tr>
	<td class="boxborder">
    	<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
            	<td width="50" height="25" align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                  <tr>
                    <td height="25" bgcolor="#2179cf" class="counts" align="center" valign="middle">10</td>
                  </tr>
                </table></td>
            <td width="10" height="25" align="left" valign="middle"><A class="tilbudhead" HREF="http://www.malbilligt.dk/default.asp?id=312&action=ShowProductType&ProductTypeGuid={E2EFEF80-240F-0140-7E85-A9380FE5F4C5}&CatGuid={005A0196-0E6A-7536-2A54-DF5C97D64C09}&t=09:09:11" target="_parent" title="Vis mere om Proff maler tape"></A></td>
        	<td height="25" align="left" valign="middle" class="tilbudhead"><a class="tilbudhead" href="http://www.malbilligt.dk/default.asp?id=312&amp;action=ShowProductType&amp;ProductTypeGuid={E2EFEF80-240F-0140-7E85-A9380FE5F4C5}&amp;CatGuid={005A0196-0E6A-7536-2A54-DF5C97D64C09}&amp;t=09:09:11" target="_parent" title="Vis mere om Proff maler tape">Proff maler tape</a></td>
</tr>
        	<tr>
        	  <td width="50" height="60" rowspan="2" align="center" valign="bottom"><A style="font-size:10px;color:black;font-weight:normal;" HREF="http://www.malbilligt.dk/default.asp?id=312&action=ShowProductType&ProductTypeGuid={E2EFEF80-240F-0140-7E85-A9380FE5F4C5}&CatGuid={005A0196-0E6A-7536-2A54-DF5C97D64C09}&t=09:09:11" target="_parent"><img src="../../../vis_pic.asp?path=FILES/bredafdaekningtape.jpg&amp;size=50&amp;size2=50" border="1" alt="Proff maler tape"></a></td>
      	      <td width="10" rowspan="2">&nbsp;</td>
       	      <td><p>50 mm tape x 50 mtr</p></td>
       	  </tr>
        	<tr>
        	  <td align="right"><span class="normalpris">Normal pris kr. 42,00<span> <span class="vorespris">Vores pris kr. 29,00</span></td>
      	  </tr>
        </table>
    </td>
</tr>
<tr>
	<td height="10">
    </td>
</tr>
	

<!--	   </tr>-->
</table>
	   
                       </td>
                      </tr>
                    </table>

						</TD>
<TD width="28" >
&nbsp;	</TD>
<TD width="20" background="files/graphics/rightside_bg.jpg" >
&nbsp;	</TD>
</TR>
<TR valign="Top" align="Left" >
	<TD width="20" background="files/graphics/leftside_bg.jpg" >
&nbsp;	</TD>
<TD colspan="3" height="50" >
&nbsp;	</TD>
<TD width="20" background="files/graphics/rightside_bg.jpg" >
&nbsp;	</TD>
</TR>
<TR valign="Top" align="Left" >
	<TD width="20" background="files/graphics/leftside_bg.jpg" >
&nbsp;	</TD>
<TD colspan="3" height="75" bgcolor="096a95" >

				<table width="100%" border="0" cellspacing="0" cellpadding="0" style="color:#FFFFFF; font-size:10px; padding-left:25px; padding-right:45px; padding-top:10px;">
                  <tr>
                    <td height="75" width="100%" align="right" valign="middle">
                    Copyright 2010 malbilligt.dk | <a href="http://www.argumenta.com" style="color:white;" target="_blank" title="Powered by Sputnick CMS">Powered by <strong>Sputnick CMS</strong></a>
                    </td>
                  </tr>
                </table>
					</TD>
<TD width="20" background="files/graphics/rightside_bg.jpg" >
&nbsp;	</TD>
</TR>
			
		</TABLE>
				</TD></TR></TABLE>
	<div class="slide-out-div">
		<form action="" method="post" name="test" id="test" onSubmit="return validate_form(this)" style="padding:0px;margin:0px;">
		<input type="hidden" name="redirpageurl" value="http://www.malbilligt.dk/default.asp">
		<input type="hidden" name="feedbacksend" value="1">
		<a class="handle" href="default.asp?id=311">Content</a>
		<h3>Problemer?</h3>
		<p>Hvis du har tekniske problemer med at handle p&aring; malbilligt.dk, s&aring; m&aring; du  meget gerne rapportere, det du oplever herunder, s&aring; kommer vi tilbage til dig med en svar og evt. rettelse af den fejl, der kan v&aelig;re opst&aring;et.</p>
		<p>P&aring; denne m&aring;de kan vi hos malbilligt.dk hele tiden optimere vores hjemmeside s&aring; vi kan give vores brugere bedst mulig service. </p>
		<p>Brug formularen herunder til at sende feedback til os. P&aring; forh&aring;nd tak.</p>
		<p> <strong>Navn</strong><br />
		<input type="text" name="feedback_name" value="" id="feedback_name" class="fbtextfield" /></p>
		<p><strong>Email</strong><br />
		<input type="text" name="email" id="email" value="" class="fbtextfield" /></p>
		<p><strong>Operativ system</strong><br />
		<input type="text" name="useros" id="useros" value="" class="fbtextfield"  /></p>
		<p><strong>Browser</strong><br />
		<input type="text" name="browserver" id="browserver" value="Ukendt" class="fbtextfield" />
		<br />
		<br />
		<strong>Beskrivelse af fejl</strong><br />
		<textarea name="feedbackmessage" id="feedbackmessage" cols="45" rows="5" class="fbtextarea"></textarea>
		<br />
		<input type="submit" name="submit" VALUE="SEND">
		</p>
		</form>
	</div>
	<div class="slide-out-div2" style="display:none;"><a class="handle2" href="default.asp?id=319">Content</a></div>
</BODY>
</HTML>
