/* print.css Bertuleit */

* {
  margin:0;
  padding:0;
}

a {
  text-decoration:none;
/* outline:none; */
}

body {
  background:white;
  font:normal normal 12px/18px Arial,Helvetica,sans-serif;
  text-decoration:none;
}

/* Seitenstruktur */

#page {
  margin:0 auto;
  width:783px;
  background:white;
  color:black;
  border-left:#336666 1px solid;
  border-right:#336666 1px solid;
}

#footer {
clear:both;
}

#header {
  display:none;
}

#wrapheader {
  display:none;
}

#sidebar1 {
  display:none;
}

#nav, #nav2 {
  display:none;
}

/* Content */

#content {
  margin-left:20px;
  margin-right:40px;
}

/*
#content a {
  font-weight:normal;
  font-size:80%;
}

#content a[href]:after {
  content:" <"attr(href)">";
  background:inherit;
  color:#336666;
  font-size:80%;
} 
*/
