/*

 cms2day <http://www.cms2day.de>
 Author: Matthias Müller <http://www.breakmedia.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 #907833;
	background: #E9E7DA;
	overflow: hidden;
	text-align: left;
	color: #626262;
	position: relative;
	margin: 0px 0px 20px 0px;

}

table.inlay tr td {

	padding: 15px 20px 0px 20px;

}

table.inlay tr td table tr td {

	padding: 0px;

}

table.inlay tr td p {

	margin: 0px;
	overflow: hidden;
	
}

table.inlay tr td .formular {

	color:#4E4429;
	background:#F9F9F7;
	font-size:13px;
	border:#948861 1px solid;
	padding:4px;
	font-family: Arial, Helvetica, sans-serif;
	width: 98%;
	margin: 2px 0px 2px 0px;
	
}

table.inlay tr td .textarea {

	width: 98%;
	height: 150px;
	padding: 5px 0px 0px 5px;
	margin: 2px 0px 2px 0px;
	background: #fff;
	border: 1px solid #d2d2d2;
	font-size: 11px;
	color: #626262;
	font-family: "Verdana";
	
}

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

table.inlay tr td input.button {

	text-transform: uppercase;
	background: #CFA830 url(../images/buttonbbg_s1.png) no-repeat right top;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	
	margin-bottom:7px;
	border: #DCB846 1px solid;
	
	text-align: left;
	height:30px;
	padding-top: 2px;
	padding-left:15px;
	margin-top:3px;
	padding-right: 45px;
	font-size: 14px;
	font-weight:bold;
	color: #fff;
	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;
	
}