/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   DATE:    2006.03.19
   PURPOSE: Styles the page for print.  Techniques adopted from
            http://www.alistapart.com/articles/goingtoprint/
 **************************************************************/

body {
  font: 400 12pt verdana, arial, sans-serif;
  color: #000;
  background: #FFF;
}

h1 {
  margin-top: 30px;
  font-size: 18pt;
  border-bottom: 0px solid #999;
}

h2 {
  font-size: 16pt;
}

h3 {
  font-size: 14pt;
}

h4, h5, h6 {
  font-size: 12pt;
}

acronym {
  border: 0;
}

a {
  color: #00F;
}

/* Prints the URL after a link in CSS2 supporting browsers */
a:link:after, 
a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}


/* Don't display these elements since they're not useful on paper */
#mainMenu,
.sideMenu, .slideElement {
display:none;
}

#content {
  width: auto;
  margin: 0 0%; /*5*/
  padding-bottom: 50px;
}

#contactForm, dd#left, .panel, #reflinks, #tabs, #slide_three, #slide_two, #slide_one, #mainnav, #koenigreich {
display: none;
}

#header {
border-bottom: 1px solid #999;
}

#header a:link:after,
#header a:visited:after {
        content: "";
}

#header img {
 border:0;
}

#slogan {
   margin-left:480px;
}


#footer {
content: "";
border-top: 1px solid #999;
font-size:11px;
padding-top:10px;
}

#footer ul {
list-style-type: none;
}

#footer a:link,
#footer a:visited {
        display:none;
}

#content a:link:after,
#content a:visited:after {
        content: "";
}

#footer:after {
        content: " Grasserstraße 1c . D-80339 München . Telefon +49 89 500778-0 . Telefax +49 89 500778-78 . E-Mail: info@htcm.de";
}