/* General stuff */
body
{
  background-color: white;
  color: black;
  margin: 10px 100px 10px 100px;
  padding: 0px 0px 0px 0px;
  font-family: Helvetica,Verdana,sans-serif
}

p
{
  text-align: justify;
}

h1,h2,h3,h4,h5,h6
{
  text-align: left;
  font-weight: bold;
  text-decoration:underline;
}

/* style for imprint and copyright notice */

.imprint {
  font-size: small;
}

/* Implements a clear table design */
.cleartable, .cleartable tr
{
  border-width: 1px;
  border-style: solid;
  border-color: #AAAAAA;
  border-collapse: collapse;
  empty-cells: show;
}

.cleartable td
{
  border-width: 1px;
  border-style: solid;
  border-color: #AAAAAA;
  border-collapse: collapse;
  padding-left: 0.25em;
  padding-right: 0.5em;
}

.cleartable th
{
  border-width: 1px;
  border-style: solid;
  border-color: #AAAAAA;
  border-collapse: collapse;
  background-color:#cce9ff;
  color: #000000;
  padding-left: 0.25em;
  padding-right: 0.5em;
}


/* Links */
a:link,a:visited {
	color: Blue;
}

a:hover {
	color:Red;
}

a:active {
	color:Black;
}



