/*7
========================================================================
formats.css:
Main Cascade Style Sheet file for the website. Defines the default look 
and feel for the whole site. Should be linked in each xhtml file.
Author: Stefan Gerlinger
=========================================================================
*/

/************************************************************************
Contents:
Definition of all colors, textstyle, etc. for contents.
*************************************************************************/ 

/* Definition of global styles and site background */
html, body { 
  font-family: verdana, tahoma, arial;
  font-size: 8pt;
  letter-spacing: 0.02em;
  color: #666;
  background-color: #e0e0e0;
  text-align:center;
}

h1 {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 13px;
  font-style: normal;
  font-weight: bold;
  font-family: verdana, tahoma, arial;
  font-size: 10pt;
  color: #000;
}


h2 {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-family: verdana, tahoma, arial;
  font-size: 8pt;
  font-style: normal;
  font-weight: bold;
  font-family: verdana, tahoma, arial;
  letter-spacing: 0.02em;
  line-height: 12pt;
  color: #666;
}

table {
  font-family: verdana, tahoma, arial;
  font-size: 8pt;
  letter-spacing: 0.02em;
  width: 100%;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
  border: 0px;
  border-spacing: 0px;
  text-align: left;
  vertical-align: top;
}

table.validated {
  width: 30%;
}

th {
  padding-top: 10px;
  padding-bottom: 4px;
}

td {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 4px;
}

tr {
  vertical-align: top;
}

img {
  border: 0px;
}

p {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
}

p.comment {
  font-style: italic;
  margin-bottom: 20px;
}

p.legal {
  line-height: 12pt;
}


p.fine {
  font-size: 8pt;
  font-weight: normal;
}

p.legalLine {
  line-height: 12pt;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color: #ccc;
  padding-bottom: 14px;
}

p.contactSmaller {
  font-size: 6pt;
}

span.contact {
  font-weight: bold;
}

a {
  text-decoration: none;
  font-weight: normal;
  font-style: italic;
  color: #333;
  letter-spacing: 0.02em;
}

a.visited {
  text-decoration: none;
  color: #aaa;
}

