BODY
{
font-family:Verdana;
font-size:10pt;
color:#AA8E76;
font-weight:normal;
font-style:normal;
font-stretch:none;
text-decoration:none;
text-transform:none;
letter-spacing:0pt;
}
a:link { font: Verdana; font-weight: normal; font-style: normal; font-size: 10pt; color: #B7B0AA; text-decoration: underline; }
a:visited { font: Verdana; font-weight: normal; font-style: normal; font-size: 10pt; color: #CCC8C7; text-decoration: underline; }
a:active { font: Verdana; font-weight: normal; font-style: normal; font-size: 10pt; color: #C9C9C9; text-decoration: underline; }
a:hover { font: Verdana; font-weight: normal; font-style: normal; font-size: 10pt; color: #FECB32; text-decoration: none; }

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


table.inlay {

	border: 1px solid #3d1b00;
	background: #3d1b00;
	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: #49290e;
	border: 1px solid #a68970;
	font-size: 11px;
	color: #9F9F9F;
	font-family: "Verdana";
	
}

table.inlay tr td .textarea {

	width: 98%;
	height: 150px;
	padding: 4px 0px 0px 5px;
	margin: 2px 0px 2px 0px;
	background: #49290e;
	border: 1px solid #a68970;
	font-size: 11px;
	color: #9F9F9F;
	font-family: "Verdana";
	
}

table.inlay tr td .button {

	height: 24px;
	background: #49290e;
	overflow: hidden;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	border: none;
	color: #595959;
	font-size: 9px;
	font-family: "Verdana";
	font-weight: bold;
	text-align: right;
	cursor: pointer;
	
}