/* 
 * Author:  David Rabel
 * Date:    07.11.2014
 * License: CC BY-SA 3.0 DE (see https://creativecommons.org/licenses/by-sa/3.0/de/ ) 
 */


table {
  border: 0px;
}

table.center {
  margin-left:auto; 
  margin-right:auto;
}
  
table#maintable {
  width: 800px;
}

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

a:hover {
  color: #5D3D3E;
}

tr.grey {
  background-color: #E8E8E8;	
}

td#head {
  background-image: url(headbg.png);
  background-repeat: no-repeat;
  background-position: left top; 
}

td#lefthead {
  background-image: url(lefthead.png);
  background-repeat: no-repeat;
  background-position: left top;
}

td.grey {
  background-color: #E8E8E8;
}

td.content {
  background-color: #F8F8F8;
  padding: 50px;
  padding-top: 30px;
}

td.menuitem {
  font-family: Helvetica;
  font-size: medium;
  font-weight: bold;
}

td.smallitem {
  font-family: Helvetica;
  font-size: small;
  font-weight: bold;
}

td.impressum {
  font-family: Helvetica;
  font-size: small;
}

td.emptyitem {
  height: 30px;
}

th.menuitem {
  height: 30px;
}

td#menu {
  vertical-align:top;
  padding: 10px;
  background-image: url(leftbg.png);
  background-repeat: yes;
}

td.kontakt {
  vertical-align: top;
  font-size: smaller;
}

p.content {
  font-family: Arial;
  text-align: justify;
}

p.code {
  font-family: Mono;
  font-size: small;
  font-style: italic;
}

a.content {
  font-weight: bold;
}

a.italic {
  font-style: italic;
}

img.kontakt {
  float:right; 
  padding-left: 15px; 
  padding-bottom: 15px
}
