body, html {
  margin:   0;
  padding:  0;
  height:   100%;
}

#container { display: table; height: 100%; width: 100% }
#container td.container { vertical-align: middle; text-align: center;}

body {
  background:	    #ffffff;
  /* background:	    #ffffff url(/img/brown.gif) repeat; */
}

body,a,td {
  color:		      #ffffff; 
  font:	          10px verdana, helvetica normal; 
  line-height:		16px;
  letter-spacing:	0px;
  text-decoration: none;
}

td.index {
  line-height:		12px;
}

a:hover {
  text-decoration: underline;
}

img {
  border:			    0px;
}

table {
  margin:           0px;
  border-collapse:  collapse;
}

table td {
  vertical-align: top;
  padding:        0px;
  margin:         0px;
}

.fett {
  font-weight: bold;
}

.weiss {
  color:  #ffffff;
}

.schwarz {
  color:  #000000;
}

.braun {
  color:  #998877;
}

.bigPic {
  width:  420px;
  height: 280px;
}

