/* (c) by Johannes J. Schmidt 2008
 * Netzmerk
 * TF
 * and all that stuff...
 *
 *
 * 8friends basic style
 * */

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  text-align: left;
}
img,
a img {
  border: none;
}
a {
  text-decoration: none;
 	color: inherit !important;
}
a:hover {
  text-decoration: underline;
}
#sidebar-left {
  float: left;
}
#sidebar-right {
  float: right;
}
