/**
 *
 * print.css
 * Print Stylesheet Restaurant Reblaus
 * 
 * Author: Alexander Fill
 * Modified: 2005-11-30
 *
 **/

body {
    margin:0;
    padding:0;
}
body, table, th, td, tr, div, p, srong {
    font-family:Verdana, Times, sans-serif;
    font-size:12px;
}
h1, h2, h3, h4 {
    font-family:"Trebuchet MS", Verdana, Arial;
}

#page {
    width:700px;
    text-align:left;
}
#header {
    margin-bottom:20px;
}
#header .adress {
    font-size:14px;
    color:#fff;
}
#menu {
    display:none;
}
#teaser {
    display:none;
}
#bc_nav {
    display:none;
}
#sidebar {
    display:none;
}
#content {
    padding:5px 5px 20px 5px;
}
#content h1 {
    margin:0 0 15px 0;
    font-size:24px;
    line-height:1em;
    padding:0;
}
#content h2 {
    font-size:21px;
}
#content h3 {
    font-size:18px;
}
#content h4 {
    font-size:15px;
}
#content a {
    color:#000;
}
#footer {
    color:#999;
    font-size:10px;
    text-align:right;
    padding:7px;
}