/*

 cms2day <http://www.cms2day.de>
 Author: Matthias Müller <http://www.cms2day.de>
 Copyright (c) 2007-2012, Ernst Metzger & Matthias Müller

 TEMPLATE [Last Update] 20.01.2012

*/

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

table.inlay {

	border: 1px solid #D1CEC5;
	background: #E3E0D9;
	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 #D1CEC5;
	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 #D1CEC5;
	font-size: 11px;
	color: #595959;
	font-family: "Verdana";
	
}

table.inlay tr td span.button {
	
	/* - Style für <span> vor den Buttons - */
	
}

table.inlay tr td input.button {

	height: 24px;
	background: #E3E0D9;
	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;
	
}

/* - PAGEBREAK NAV - */

div.pageBreakNav {

	margin: 40px 0px 20px 0px;

	
}

div.pageBreakNav {
	
	color: #A6ABAF;
	padding: 0px 0px 0px 0px;

}

div.pageBreakNav span.aktiv {
	
	color: #333;
	font-weight: bold;
	
}

div.pageBreakNav span.link a {
	
	color: #333;
	text-decoration: none;
	
}

div.pageBreakNav span.link a:hover {
	
	text-decoration: underline;
	
}