/* -------------------------------------------------------------------------- */
table
{
 border-spacing:5px;
}
table a:link    {text-decoration:none; color:silver; }
table a:visited {color:white;  }
table a:hover   {text-decoration:underline; color:white; }
table a:active  {color:white;  }
table a:focus   {color:white;  }

td, input, select, textarea 
{ 
  font-size:8pt; 
  font-family:Verdana,sans-serif; 
  font-weight:normal; 
	height:30px;
}

input, select, textarea 
{ 
  color:#333; 
}

.Bereich 
{ 
  background-color:#aaa; 
	width:360px; 
	height:100px;
	border:2px solid #ddd; 
}

.Feld 
{ 
  background-color:#aaa; 
	width:175px; 
	height:30px;
	border:2px solid #ddd; 
}	

.Button 
{ 
   background-color:#aaa;
	 color:#fff; 	 
	 border:2px solid #ddd; 
	 width:360px;
}

.Verify
{
  background-color:#333; 
	color:#aaa;
	width:60px; 
	height:30px;
	border:2px solid #ddd; 
}
/* -------------------------------------------------------------------------- */


.date
{
	  font-family: Verdana, Helvetica, Arial, sans-serif; 
		font-size: 8pt; 
		font-weight: normal; 
		color: silver; 
		text-decoration: none; 
		}
.italic
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	font-style : italic;
}
input.button 
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color : grey;
	color : white;
	font-size: 8pt; 
}

/* --------------------------------------------------------------------------*/
#guestbook{ margin-bottom:20px;}
#guestbook a:link    {text-decoration:none; color:silver; }
#guestbook a:visited {color:white;  }
#guestbook a:hover   {text-decoration:underline; color:white; }
#guestbook a:active  {color:white;  }
#guestbook a:focus   {color:white;  }