#mainBox {
	background: no-repeat url('top.png') #ffffff;
	border: 1px solid #404040;
}

#navigation a.active {
	color: #000000;
	background: none;
	text-decoration: underline;
}

#headline, #content, a {
	color: #404040;
}
   
   a {
   	color: #000000;
   }
   
   #mailForm label {
   	font-size: 0.9em;
   	font-style: italic;
   }
   
   /* mail-form */
   #preamble {
   	margin: 10px 0 0 0;
   	float: left;
   	width: 58%;
   }
	
   #mailForm {
   	float: right;
   	width: 240px;
   }

   #mailForm label {
	display: block;
	float: left;
	width: 14em;
	padding-top: 4px;
   }
   
   #mailForm .entry input {
   	width: 170px;
   }
   
   #mailForm textarea {
   	width: 230px;
   	height: 80px;
   }
   
   #mailForm .buttons {
   	clear: both;
   	padding: 20px 0 0 0;
   }

   input, textarea {
 	border: 1px solid #7c7c7c;
 	border-bottom: 1px solid #c3c3c3;
 	border-right: 1px solid #c3c3c3;
   }

