/************************
* Projekt: mv-urlaub.info
* -----------------------
* rcSoft, 23.05.2007
************************/

#wrapper
{
	width: 800px;
	background-color: blue;
  /* background-color: gray;  wie Inhalt,damit 3-Pixel-Fehler nicht sichtbar ist */
  margin-left: auto;
	margin-right: auto;
}

#inhalt
{
	float:right;
	width:100%;
	background-color:green;
  font-size: 14px;
}

p
{
  color: White;
}

table
{
  table-layout:fixed;
  width:90%;
  text-align:left;
  margin-left:auto;
  margin-right:auto; 
}

tr
{
   background-color:   Red;
}
th
{
  background-color: #FA8072;
  font-size: 16px;
  text-align: center;  
}
td
{
  height: 40px;
  background-color: Silver;
  /* text-align: center; */
  font-size: 10px;
  padding: 5px;  
}
td.tdlinks
{
  width:23%;
  text-align:right;
  font-size: 14px;
  font-weight:bold;
  color:  Black;
}

