/*******************
* Projekt: mv-urlaub
* ------------------
* rcSoft, 19.06.2006
********************/

#inhalt
{
	width:98%;
	height:500px;
  background-color: #FFDAB9;
  margin-left: auto;
	margin-right: auto;
}

table
{
  margin-left: auto;
  margin-right: auto;
  background-color: Yellow;
  border: 5px groove #FFA500;
  text-align: center;
}

td
{
  width:450px;
  text-align: center;
  padding:5px;
  background-color:Lime;
  font-size:12px;
  font-weight:bold;
}

td.spalte1
{
  width:150px;
  text-align:right;
  color:Red;
}

td.spalte2
{
  width:300px;
  text-align:left;
}

input
{
  background-color: #e7e7e7;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

.inp
{
	background-color:  #FFDAB9;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

.text
{
  font-size: 9pt;
  color: Black;  
}
