/* CSS Document */

/* text styles for www.eckenga.de */
/* created: 25.06.2006 */
/* by liquid | pixel   (Christopher Schultz) */


/* standart text within a table */
.tabletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

/* the headline of a table */
.tableheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 35px;
}

/* the menu liks */
.menulinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
 	color: #000000;
}
	
/* the menulinks */
.menulinks:hover {
	text-decoration: none;
	color:#A3D900;
}

/* the newsletter font */
.newslettertable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 20px;
}

/* the texfield font for the newsletter */
.textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #000000;
	hight: 15px;
	background-color: #F4F4F4;
	padding: 3px;
}

