@import "berthels.css";

body { 
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border: 0 0 0 0;
}

.footer { 
  font-size: smaller;
}

.linkbox {
  text-align: center;
  position: absolute;
  width: 10em;
  min-width: 10em;
  line-height: 300%;
  border-right: 3px double;
  border-bottom: 3px double;
  border-top: 3px double;
  font-family: helvetica, sans-serif;
  font-variant: small-caps;
}


/* IE specific hack */
* html .linkbox {
	margin-left: -2em;
	padding-right: 2em;
}

.content {
	position: relative;
	left: 11em;
	margin-right: 18em;
}

.linkbox ul {
  list-style: none;
  padding-left: 0.5em;
}

.linkbox  a:hover {
  background-color: #cfcfe4;
}

.doc h4 {
  font-size: larger;
  font-family: sans-serif;
}

.faq h4 {
  font-style: italic;
  font-weight: normal;
  text-decoration: underline;
}
