@charset "UTF-8";

/* NOTEBOMER HOUTCONSTRUCTIE LINK-ICONS CSS */

/* Use this class if a link gets an icon when it shouldn't. */
body a.noicon { 
	background:transparent none !important; 
	padding:0 !important; 
	margin:0 !important; 
}

/*************************************************/
/* Icons achter link                             */
/*************************************************/

/* Binnen #main en childs
**************************************************/

/* Make sure the icons are not cut */
/* use #main to prevent links getting an icon in the #menu and/or #nav */

#main a[href^="http:"], #main a[href^="mailto:"], #main a[href^="http:"]:visited, 
#main a[href$=".pdf"], #main a[href$=".doc"], #main a[href$=".xls"], #main a[href$=".rss"], 
#main a[href$=".rdf"], #main a[href^="aim:"], #main a[href$=".dwg"], #main a[href$=".dxf"] {
  padding:0px 20px 2px 0px;
  margin:2px 2px 2px 0;
  background-repeat: no-repeat;
  background-position: right center;
}

/* External links */

#main a[href^="http:"]          { background-image: url(icons/external.png); } 
#main a[href^="mailto:"]        { background-image: url(icons/email.png); }
#main a[href^="http:"]:visited  { background-image: url(icons/visited.png); }

/* Files */

#main a[href$=".pdf"]   { background-image: url(icons/pdf.png); }  
#main a[href$=".doc"]   { background-image: url(icons/doc.png); }  
#main a[href$=".xls"]   { background-image: url(icons/xls.png); }  
#main a[href$=".dwg"]   { background-image: url(icons/dwg.png); }  
#main a[href$=".dxf"]   { background-image: url(icons/dxf.png); }  
 
/* Misc */

#main a[href$=".rss"], 
#main a[href$=".rdf"]   { background-image: url(icons/feed.png); }
#main a[href^="aim:"]   { background-image: url(icons/im.png); }

/*************************************************/
/* Icons voor link                               */
/*************************************************/

/* Downloads
**************************************************/

/* Make sure the icons are not cut */

#downloads a[href^="http:"], #downloads a[href^="mailto:"], #downloads a[href^="http:"]:visited, 
#downloads a[href$=".pdf"], #downloads a[href$=".doc"], #downloads a[href$=".xls"], #downloads a[href$=".rss"], 
#downloads a[href$=".rdf"], #downloads a[href^="aim:"], #downloads a[href$=".dwg"], #downloads a[href$=".dxf"] {
  padding:2px 0 2px 22px;
  margin:-2px 0;
  background-repeat: no-repeat;
  background-position: left center;
}

/* Files */

#downloads a[href$=".pdf"]   { background-image: url(icons/pdf.png); }  
#downloads a[href$=".doc"]   { background-image: url(icons/doc.png); }  
#downloads a[href$=".xls"]   { background-image: url(icons/xls.png); } 
#downloads a[href$=".dwg"]   { background-image: url(icons/dwg.png); }  
#downloads a[href$=".dxf"]   { background-image: url(icons/dxf.png); }  