@charset "utf-8";
/* CSS Document */

body 
  {
    margin:0;
    padding:0;
    height:100%;
    background: #666666;
    
    text-align:center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: white;
  }
  

  #content
  { 
    margin-left: auto;
    margin-right: auto;
    
    width:100%;
    
    
    font-size: 15px;
    font-weight: normal;
  }
  
  #content h1
  {
    font-size: 23px;
    font-weight: bold;
  }
  
  #content p
  {
    font-size: 15px;
    font-weight: normal;
    
    margin-left: auto;
    margin-right: auto;
    width: 600px;
  }
  
  .pictures
  {
    font-size: 18px;
    font-weight: bold;
   
  }
  
  .pictures img
  {
  margin: 35px;
  }
  
  #warning
  {
    text-align: center;
    font-family:Verdana;
    font-weight: normal;
    font-size: 10px;
  }
  
  #warning a
  { 
    color: red;
  }
  
  #table
  {

  }
  
  #table table
  {
    margin: auto;
  }
  
  #attention
  {
  font-size: 20px;
  }
  
  input.postLink
  {
  color: #000; 
  font-size: 20px; 
  font-weight: bold; 
  background-color: #7b9ebd; 
  text-decoration: none; 
  text-align: center; 
  padding: 2px; 
  border: #fff dashed 1px; 
  }
  
  a img
  {
  border: 0; 
  }
  
  /* data */

  tbody 
  {
  background: #acc;
  }
  tbody td 
  {
  font-size: 100%;
  letter-spacing: 0.05em;
  }
  tbody td, th 
  {
  vertical-align: top;
  padding: 10px;
  color: #000;
  }
  
  /* header */ 
  	
  thead th 
  { /* headers oben */
  padding: 5px 10px;
  text-align: left;
  background: #DF3985; /* pink */
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 110%
  }
  
  /* colours */
  
  tbody tr.odd 
  {
  background: #E6E0C0; 
  }
  
  tbody tr 
  {
  background: #b6e5ff; 
  }
