/* ========================== */
/*  Neptun Wasserpreis 2010   */
/*  Print Styles              */
/* ========================== */

/* --- Elements to hide ---------------------------------------------------- */

.hidden,
#skiplinks, 
#service,
#breadcrubs,
#menu,
#colnav ul,
#footer,
.noprint {
  display: none;
}


/* --- content styling ----------------------------------------------------- */

body {
  font: 12pt/1.4 "Times New Roman", Times, serif;
  padding: 10pt;
}

h1, h2, h3, h4 {
  color: #000;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-weight: bold;
  page-break-after: avoid;
  page-break-before: auto;
}

h1 {
  font-size: 20pt;
  margin: 7pt 0 5pt 0;
}

h2 {
  font-size: 16pt;
}

h3 {
  font-size: 14pt;
}

h4 {
  font-size: 13pt;
}

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

a img {
  border: none;
}

#content ul {
  margin: 0;
  padding: 0;
}

#content li {
  list-style-position: outside;
  list-style-type: square;
  margin: 0 0 0 15pt;
}

table {
  border-collapse: collapse;
  margin: 1em 0;
  width: 100%;
}

table thead tr th {
  border: 1px solid #aaa;
  font-weight: bold;
  padding: 0.3em;
  text-align: left;
}

table tbody tr td,
table tbody tr th {
  border: 1px solid #aaa;
  padding: 0.3em;
  text-align: left;
}

table tbody tr.even td,
table tbody tr.even th {
  background-color: #ddd;
}

table tbody tr th {
  font-weight: bold;
  text-align: left;
}

#submissions_list tbody td ul {
  list-style: none;
  margin: 0;
}