body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}


h2 {
	font-size:14px;
	font-weight:bold;
	margin-top: 0;
	color:#333300;
}


h3 {
	font-size:11px;
	margin-top: 0;
	margin-bottom:5px;
}

tr {
	vertical-align: top;
}

p {
	margin-bottom:10px;
}

/* Style f�r die Hilfe-Fragezeichen: */
.help {
	/* default rosarot: color:#FF3399; */
	color:#ff99ee; /* aufgehellt */
	font-weight:normal;
}

#content {
	padding: 10px;
}

/* Quickform */
.qf_label {
	font-size:11px;
	font-weight:bold;
	margin-top: 0;
}

.qf_td {
	padding-bottom:12px;
}

select.select-module-recherche {
	width:200px;
}

select.select-module-project {
	width:200px;
}


/* Table */

table.style_1 {
	width:100%;
	border-collapse: collapse;
}

table.style_1 th {
	text-align:left;
	background: #fff url('../images/col_head_bg.gif') repeat-x top; border: 1px solid #ccc;
	padding: 3px 8px;
	white-space: nowrap;
}

table.style_1 td.odd {
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 2px 8px;
}

table.style_1 td.even {
	background-color: #f3f3f3;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 2px 8px;
}

table.style_1 td.foot {
	background-color: #ededed;
	border: 1px solid #ccc;
	padding: 0px;
}

table.style_1 td.button {
	border-left: 1px solid #ccc;
}

/* Hitlist td */
.hitlistrow {
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:1px solid #ccc;
}

.hitlist-klassierungen {
	font-family:Verdana,Arial,sans-serif;
	font-size:9px;
	font-weight:bold;
}

/* Icons in TABLE-CREATOR */
TABLE.tablecreator-icons TR TD {
	padding:2px 0 2px 6px;
}
TABLE.tablecreator-icons TR TD:first-child {
	padding:2px 0 2px 0;
}

/* Reports */
TABLE.reports {
    border-collapse:collapse;
}

TABLE.reports td {
    border:1px solid #ccc;
    padding:2px;
}

TABLE.reports th {
    border:1px solid #ccc;
    padding:2px;
}

