/* Print layout: */

body {
margin: 0 auto;
padding: 0;
font-family: Geneva, Arial, Helvetica, sans-serif;
background: #ffffff;
color: #000000;
}
	
#wrap {
margin: 2%;
width: auto;
float: none !important;
}

#header h1 {
display: none;
}
p {
font-size:12px;
}
#footer {
font-size:8px;
}
h1 {
font-size:12px;
}
#avmenu   {
display: none;
}
a.current{
	display: block;
}

a img {
border:none;
}
img.headerImage 
{
display: none;

}

a {
text-decoration: none;
color: #000000;
  }
/* (en) Enable URL output in print layout */
/* (de) Sichtbare Auszeichnung der URLs von Links */
a[href]:after {
   content:" <URL: "attr(href)">";
   color:#444;
   background:inherit;
   font-style:italic;
}
a[href^="index"]:link:after {
  content: " (Link auf <http://oekostadt-bremen.de/" attr(href) ">) ";
}
img.floatRight {
float: right;
}

#footer {
display:none;}
