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

table.inlay {
	border: 1px solid #e0e0e0;
	background: #f0f0f0;
	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: #fff;
	border: 1px solid #e0e0e0;
	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: #fff;
	border: 1px solid #e0e0e0;
	font-size: 11px;
	color: #595959;
	font-family: "Verdana";
}


/* BUTTON */
div.button {
	height: 23px; 
	background: url(../images/bg_button_right.gif) no-repeat right; 
	width: auto;
	float: right; 
	margin: 2px 5px 5px 0;	
}

div.button input {	
	height: 23px; 
	background: url(../images/bg_button_left.gif) no-repeat; 
	color: #ffffff; 
	font-weight: normal; 
	border: none; 
	overflow: visible; 
	display: inline; 
	margin: 0px; 
	padding: 0px 4px 2px 4px; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;		
}

div.button_quicksearch {
	height: 23px; 
	background: url(../images/bg_button_right.gif) no-repeat right; 
	width: auto;
	float: right; 
	margin: 1px 10px 5px 0;
}

div.button_quicksearch input {	
	height: 23px; 
	background: url(../images/bg_button_left.gif) no-repeat; 
	color: #ffffff; 
	font-weight: normal; 
	border: none; 
	overflow: visible; 
	display: inline; 
	margin: 0px; 
	padding: 0px 4px 2px 4px; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;		
}