#navigation,
.foot .right,
.head .lang,
.mood {
	display: none;
}

body, html,
h1, h2, h3, h4, h5, h6,
p, ul, ol, li,
dl, dd, dt,
hr, a,
table, tr, td, th,
input, textarea, pre {
  font-family: helvetica,arial,verdana,sans-serif;
}

a {
  color:#000;
  text-decoration:none;
}

.content a:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
  text-decoration: underline;
}
.content a[href^="/"]:after {
  content: " (http://www.venusberhotel.de" attr(href) ") ";
}

.content a[href^="#"]:after {
  content: "";
}
