@CHARSET "UTF-8";
/*
 ===================================================================
	Copyright 2008 Fabian Büchler
	Some Rights Reserved
	This work is licenced under a
	Creative Commons Attribution-NonCommercial-ShareAlike 2.0 License
	http://creativecommons.org/licenses/by-nc-sa/2.0/at/
 ===================================================================
*/

/* === Print Styles ======================================================== */

html * {
  float: none;
}

#skipper,
#menu,
#submenu,
#sidebar,
#breadcrumbs,
#footermenu,
.formbody,
.noprint {
  display: none;
}

body {
  background-color: #FFF;
  color: #000;
  font: 9pt/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#copyright {
  border-top: 0.5pt solid #000;
  margin-top: 20pt;
}

#header #headerimg h1 {
  height: 4cm;
  overflow: hidden;
}

a {
  color: black;
  text-decoration: none;
}

a img {
  border: none;
}

/* --- Tables -------------------------------------------------------------- */

#content table {
  border: 1px solid #493F0B;
  border-collapse: collapse;
  margin: 0 0 1em 0;
}

#content .tablefullwidth table {
  width: 100%;
}

#content table th {
  background-color: #fff;
  border-left: 1px solid #493F0B;
  border-right: 1px solid #493F0B;
  border-bottom: 1px solid #493F0B;
  color: #493F0B;
  font-weight: bold;
  padding: 0.2em 0.5em;
  text-align: left;
}

#content table td {
  border-left: 1px solid #493F0B;
  border-right: 1px solid #493F0B;
  padding: 0.2em 0.5em;
}

#content table tr.odd {
  background-color: #fff;
}

#content table tr.even {
  background-color: #eaeaea;
}


