/* © by Bodo Dylan Lebbing, VISUAL GRAPHICS® Werbeagentur, Germany, www.visual-graphics.de */
/* W3C - CSS level 2.1 validiert! */
/* 1=o 2=r 3=u 4=l */
/* 1=o+u 2=l+r */

/* - TABELLEN INLAY STYLES FÜR MODULE + MELDUNGEN - */


table.inlay {

	overflow: hidden;
	text-align: left;
	color: #595959;
	position: relative;
	margin: 0px 0px 20px 0px;

}

table.inlay tr td {

	padding: 20px 20px 0px 20px;

}

table.inlay tr td p {

	margin: 0px;
	overflow: hidden;

}

table.inlay tr td .formular {

	width: 98%;
	height: 18px;
	padding: 4px 0px 0px 5px;
	margin: 2px 0px 2px 0px;
	background-color: #F9F9F9;
	border: 1px solid #D9D9D9;
	font-size: 11px;
	color: #595959;
	font-family: "Verdana";

}

table.inlay tr td .textarea {

	width: 98%;
	height: 150px;
	padding: 4px 0px 0px 5px;
	margin: 2px 0px 2px 0px;
	background-color:#F9F9F9;
	border: 1px solid #D9D9D9;
	font-size: 11px;
	color: #595959;
	font-family: "Verdana";

}

table.inlay tr td .button {

	height: 24px;
	background-color: #DBDBDB;
	border: 1px solid #D9D9D9;
	overflow: hidden;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	color: #595959;
	font-size: 9px;
	font-family: "Verdana";
	font-weight: bold;
	text-align: right;
	cursor: pointer;

}