body {
  background: white;
}

body, input, select, textarea, table {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  line-height: 14pt;
}

ul {
  list-style: square;
}

h1 { 
  display: none; 
}

h2 { 
  font-family: Cambria,Georgia,Palatino,Palatino Linotype,Myriad Pro,Serif; 
  font-weight: normal; 
}

/* Links mit URL anzeigen */
a:link, a:visited {
  color: #66A323;
  font-weight: bold;
  text-decoration: none;
}
a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-weight: normal;
}

.box {
  position: static !important;
  page-break-inside: avoid;
}

.box .content {
  display: block !important;
}

#contact.box {
  display: none;
}

#profil.box img {
  float: left;
  padding: 0 1em 0 0;
}


