/**
 * Stylesheet for Meubelbeurs
 *
 * @media	print
 * @copyright	Netlash <http://www.netlash.com>
 * @author	Bramus! <bramus@netlash.com>
 */


/**
 * = Hide-a-key
 * ----------------------------------------------------------
 */

	hr, #language, #navigation, #secondarycontent {
		display: none;
	}


	/**
 * Stylesheet for <url>
 *
 * @media	print
 * @copyright	Netlash <http://www.netlash.com>

 */

/**
 * = Primary selectors
 * ----------------------------------------------------------
 */

html, body, form, div, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, li, dl, dt, dd, address, input, textarea, th, td {
	margin: 0;
	padding: 0;
}

body {
    margin: 2cm;
    font-family: Verdana, sans-serif;
    font-size: 12pt;
}

a:link, a:visited {
    color: gray;
}

a img{
	border: none;
}


/* = Links - print url after the linktext
 * ----------------------------------------------------------
 * @see http://www.alistapart.com/articles/improvingprint/
 */

a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

#header h1.logo_nl,
#header h1.logo_fr,
#header h1.logo_de,
#header h1.logo_en{
	display: none;
}

#header h2 a{
	display: none;
}

div.print_logo{
	margin-bottom: 20px;
}

div.exposanten_img{
	float: left;
	margin-right: 15px;
}

div.exposanten_logo{
	margin-top: 10px;
}

#content_home_top_img{
	float: left;
	margin-right: 15px;
}

#content_right img{
	margin: 20px 0 20px 0;
}

h2{
	margin: 20px 0 10px 0;
}

ul{
	margin: 10px 0 10px 30px;
}

ul.alphabet_exposants{
	display: none;
}

#exposants form{
	display: none;
}

#footer ul {
	list-style: none;
	margin: 10px 0 0 0;
}

#footer ul li{
	float: left;
	margin: 0px 20px 0px 0px;
	list-style: none;
}

/**
 * = Clearfix
 * ----------------------------------------------------------
 * @see	http://www.positioniseverything.net/easyclearing.html
 * @see http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/
 * @see http://www.stuffandnonsense.co.uk/archives/clearing_floats_without_structural_markup_in_ie7.html
 */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */

* html .clearfix {
	height: 1%;
}


