/*
** Copyright (C) 2006 Klaus Alexander Seistrup <klaus@seistrup.dk>
*/

* {
  border: none;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

body {
  color: #333;
  background-color: white;
  font-family: sans-serif;
  font-size: 0.7em;
  text-align: center;
}

#container {
  margin: 0 auto;
  width: 40em;
}

#menu {
  color: #333;
  background-color: white;
  float: left;
  width: 8em;
  padding-top: 0.9em;
  text-align: right;
  font-variant: small-caps;
}

#content {
  border-left: 1px dashed #aaa;
  margin-left: 9em;
  padding: 0.5em 1.25em 0.8em 1.25em;
  text-align: left;
}

#footer {
  border-top: 1px dashed #aaa;
  color: #aaa;
  background-color: white;
  font-weight: 100;
  font-size: 0.7em;
  text-align: right;
}

#sc {
  font-variant: small-caps;
}

.adr, .tel, .uid {
  display: none;
}

h1, h2, h3, h4, h5 {
 color: #aaa;
 background-color: white;
 letter-spacing: 0.2em;
 line-height: 2em;
 /*font-weight: 900;*/
 text-align: left;
}

h1 {
  border-bottom: 1px dashed #aaa;
  padding-top: 1em;
  font-size: 1.25em;
  text-align: left;
}

h2 {
  font-size: 1.1em;
}

h3 {
  font-size: 1em;
}

h4 {
  font-size: 0.9em;
}

h4 {
  font-size: 0.8em;
}

h5 {
  font-size: 0.7em;
}

h6 {
  font-size: 0.6em;
}

ul, li {
  list-style-type: none;
  list-style-position: inside;
}

p {
  text-align: justify;
  /*text-indent: 1em;*/
}

p+p {
  margin-top: 0.25em;
  /*text-indent: 1.5em;*/
}

dt {
  color: #111;
  background-color: white;
}

dd {
  text-indent: 1.5em;
}

img {
  display: block;
}

a {
  color: #333;
  background-color: white;
  text-decoration: none;
}

a:link, a:visited {
  color: #333;
  background-color: white;
}

/*
a:visited {
  color: #444;
  background-color: white;
}
*/

a:hover, a:active {
  color: #900;
  background-color: white;
}

acronym {
  font-variant: small-caps;
}

.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}

/*
** eof
*/

