/* --------------------------------------------------
* Filename: print.css
* Version: 1.0 (20.07.2009)
* Website: http://www.vanbredalang.lu/
* Author: Laurent Lang
* Description: Print stylesheet.

* Table of Contents:
1. GENERAL
2. SPECIFIC
--------------------------------------------------*/

/* 1. GENERAL */

body {
background: white;
font-size: 12pt;
}

#header {
margin: 0 0 20px 0;
}

.slogan, .emailtel {
font-weight: bold;
}

#navigation, .scrollup {
display: none;
}

#container, #content, #main, #sidebar {
width: auto;
border: 0;
margin: 0;
padding: 0;
float: none !important;
color: black;
}

#navigation, #main, #content, #sidebar a:after {
content: " ("attr(href)") ";
}

/* 2. SPECIFIC */

#billboard {
display: none;
}

a.button:after {
content: " ("attr(href)") ";
}