@charset "utf-8";

/*
Project: florian-graf.info
Layout: Print-Layout
File: print.css
Media: Print
Author: Jens Otto, Berlin
*/

body
{
margin: 0 0 0 1cm;
padding: 0;
color: #000000;
background-color: #ffffff;
font-family: Times, "Times New Roman", serif;
font-size: 12pt;
}

#header-image, #leftcolumn, #rightcolumn, #content h3, #content img, #content .nocss
{
display: none;
}

#tafbox1 img
{
display: none;
}

#tafbox3 hr, #tafbox3 #logger, #tafbox3 #snapper
{
display: none;
}

#tafbox4
{
display: none;
}

#error404box2 img
{
display: none;
}

p, blockquote
{
text-align: justify;
}

hr
{
height: 1px;
border: 1px solid #000000;
}

fieldset, legend, input, select, textarea
{
color: #000000;
background-color: #ffffff;
border: 1px solid #000000;
}

a:link, a:visited
{
color: #000000;
background-color: #ffffff;
font-weight: bold;
text-decoration: none;
}

a:link:after, a:visited:after
{
font-size: 10pt;
font-weight: normal;
content: " (→ " attr(href) ") ";
/* content: " (Link: " attr(href) ") "; */
/* content: " (" url(../img/pointer3.gif) " " attr(href) ") "; */
}

a[href^="/"]:after
{
font-size: 10pt;
font-weight: normal;
content: " (→ http://www.florian-graf.info" attr(href) ") ";
/* content: " (Link: http://www.florian-graf.info" attr(href) ") "; */
/* content: " (" url(../img/pointer3.gif) " http://www.florian-graf.info" attr(href) ") "; */
}
