/*-- General -------------------------------------------------------- */

body {
   padding: 0;
   margin: 0;

   font: 10pt/15pt verdana, serif;

   background: white;
}

p {
   padding: 0;
}

h1 {
   font: normal 16pt/1.5em Arial, Geneva, Helvetica, Sans-serif;
   letter-spacing: 0.15em;
   margin: 0;
}

h2 {
   font: normal 14pt/1.5em Arial, Geneva, Helvetica, Sans-serif;
   letter-spacing: 0.05em;
   margin: 0;
}

h3 {
   font: bold 10pt/1.5em Arial, Geneva, Helvetica, Sans-serif;
}

h4 {
   font: bold 8pt/1.5em Verdana, Geneva, Helvetica, Sans-serif;
}

p + h1 {
  padding-top: 20px;
}

a {
   text-decoration: none;
   text-decoration: underline;
   color: #000;
}

a:hover {
   text-decoration: underline;
}

a img { 
   border: 0;
}

.right { 
   float: right;
}

ul.pdf {
  list-style-image: url(/images/pdf.gif);
}

.todo { 
   font-weight: bold;
   color: black;
   background-color: lightgray;
}

.todo a { 
   text-decoration: underline;
   color: black;
}

/*-- Container ------------------------------------------------------ */

#container {
   background: white;
   width: auto;
}


/*-- Menu ----------------------------------------------------------- */

#menu {
  display: none;
}


/*-- Header --------------------------------------------------------- */

#header {
   width: auto;
   color: #999;
   line-height: 110%;
}

#header img {
   width: 100%;
}


/*-- Contentcontainer ----------------------------------------------- */

#contentcontainer {
   padding: 20px 10px 10px;
}


/*-- Content -------------------------------------------------------- */

#content {
   width: auto;
   margin-left: 10px;
}


/*-- Contentbox ----------------------------------------------------- */

div.contentbox {
   background: white;
   border: 1px solid #000;
   width: 190px;
   float: left;
   margin: 0 10px 20px;
   font-size: 10pt;
   padding: 10px;
}

div.contentbox h2 {
   text-transform: uppercase;
   border-bottom: 1px solid #000;
   margin-bottom: 5px;
   color: #000;
   font-size: 8pt;
}

div.contentbox p {
   margin: 5px 0 0;
}

div.contentbox ul.links {
   margin: 0;
   padding-left: 0px;
   list-style: none;
}

div.contentbox ul {
   margin: 0;
   padding-left: 13px;
}

div.contentbox dl {
   margin: 0 0 -5px;
}

div.contentbox dt {
   font-weight: bold;
   color: #333;
}

div.contentbox dd {
   margin: 0 0 5px;
}


/*-- Footer --------------------------------------------------------- */

#footer {
  display: none;
}

#footerleft {
  display: none;
}

#footerright {
  display: none;
}

/*-- EOF ------------------------------------------------------------ */

input {
  display: none;
}

