/*******************
* Projekt: mv-urlaub
* ------------------
* rcSoft, 30.05.2006
********************/

#wrapper
{
	width: 800px;
	background-color:  #D3D3D3;
  /* background-color: gray;  wie Inhalt,damit 3-Pixel-Fehler nicht sichtbar ist */
  margin-left: auto;
	margin-right: auto;
}

#inhalt
{
	/* float:  left; */ 
	/*width:70%;*/
	height:440px;
  /* padding: 5px 10px; */
	background-color: #F5DEB3;
}

#titel
{
  text-align:center;
  font-size:larger;
  font-weight:bold;
}

/* --- Tabelle --- */

table
{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background-color: Yellow;
  border: 5px groove #FFA500;
}

td
{
  padding: 3px;
  text-align: center;
  background-color: ButtonFace; 
}
td.tdlinks
{
  width:115px;
  padding: 3px;
  text-align:right;
  font-weight:bold; 
}



img
{
  /*
  width: 50px;
  height: 50px;
  */
}