/*	
-----------------------------------------------
	MEINHARDT eANV
	facettenreich Mertens & Mertens GbR
----------------------------------------------- */

/*	
-----------------------------------------------
 	 FONTS
----------------------------------------------- */

body, p, table, td{
	font:normal 10pt/14pt Arial, Helvetica, sans-serif;
	color:#333333;
}

h1{
	margin:0px;
	font:bold 12pt/16pt Arial, Helvetica, sans-serif;
	color:#4C8656;
}
div#marginalie h1{
	margin:0px;
	font:bold 10pt/13pt Arial, Helvetica, sans-serif;
	color:#597A5B;
	background-image: url(/templates/images/navi-point_left-a.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
}

h2{
	margin:0px;
	font:bold 11pt/14pt Arial, Helvetica, sans-serif;
	color:#3366CC;
}


a:link, a:visited{
	text-decoration:none; /* fix */
	color:#3366CC; 
}

a:active, a:hover{
	text-decoration:underline; /* fix */
	color:#3366CC;
}

div.hr{
	border-bottom-style:solid;
	border-bottom-width:1px; /* fix */
	border-color: #CCCCCC;
	height:1px;
}

img {
	border: none;
}

label{
	font-weight:bold;
}

input{
	margin-bottom:12px;
}

/*	
-----------------------------------------------
 	 TABELLEN
----------------------------------------------- */

div#eanv_belege_liste{
	padding-bottom: 12px;
}

td {
	vertical-align:top;
	padding:5px 10px 5px 0px;
	border-top:1px solid #CCC;
}
td.letzte {
	padding-right:0px;
	text-align:right;
}


tr.letzte td, tr:last-child td{
	border-bottom:none;
}

td.icons a {
	margin-left:8px;
}

/*	
-----------------------------------------------
 	 BEARBEITUNG
----------------------------------------------- */
tr.delete form, tr.move form {
	display: inline;
}

tr.delete td,
tr.move td{
	background-color: #d5d7dd;
}
tr.delete td.delete,
tr.move td.edit{
	text-align: center;
}

/*	
-----------------------------------------------
 	 KLASSEN
----------------------------------------------- */

p.hinweise strong{
	color: red;
}

.ui-datepicker-current { display:none }
