@charset "UTF-8";

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

#menu, #infobar, #footer, .toolbar, hr {
display: none;
}

#wrapper, #content, h1 {
width: auto;
margin: 0 5%;
padding: 0;
border: 0;
float: none !important;
color: black;
background: transparent none;
}

#content {
padding-top: 1em;
}

#contentwrap {
margin-bottom: 32px;
}

#content:after {
content: "Quelle: http://www.phaino-records.net";
}

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

#content a:link:after, #content a:visited:after {
font-size: 90%;
}

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