/* dccontreport.css                                            */
/* CSS for reports of QK applications                         */

body {
	margin-left: 0px;
	margin-right: 0px;
	font-weight: 500;
	color: black;
	font-family: arial, helvetica, geneva, sans-serif;
}

h1 {
	font-size: 150%;
	font-weight: 550;
	color: black;
	margin-top: 12px;
	margin-bottom: 2px;
	font-family: times new roman, arial, helvetica, geneva, sans-serif;
}
h2 {
	font-size: 110%;
	font-weight: 400;
	color: black;
	margin-top: 8px;
	margin-bottom: 8px;
	font-family: times new roman, arial, helvetica, geneva, sans-serif;
}
h3 {
	font-size: 95%;
	font-weight: 400;
	color: black;
	margin-top: 4px;
	margin-bottom: 2px;
	font-family: times new roman, arial, helvetica, geneva, sans-serif;
}
ul {
	margin-top: 2px;
	margin-bottom: 4px;
}

.small {
	font-size: 60%;
	color: black;
	font-weight: 200;
	font-family: arial, helvetica, geneva, sans-serif;
}

.email {
	font-size: 55%;
	color: black;
	font-weight: 200;
	font-family: arial, helvetica, geneva, sans-serif;
}

.copy {
	font-size: 55%;
	color: black;
	font-weight: 200;
	font-family: arial, helvetica, geneva, sans-serif;
}

.title {
	font-size: 110%;
	color: #003399;
	font-weight: 700;
	font-family: arial, helvetica, geneva, sans-serif;
}

.subtitle {
	font-size: 80%;
	color: #003399;
	font-weight: 700;
	font-family: arial, helvetica, geneva, sans-serif;
}

/* standard textabsatz fuer textArea Felder */
p.text {
	font-size: 75%;
	font-weight: 500;
	margin-left: 10px;
	margin-top: 1px;
	margin-bottom: 2px;
	font-family: arial, helvetica, geneva, sans-serif;
}

/* standard text fuer elemente wie li,ul etc. */
.text {
	font-size: 75%;
	font-weight: 500;
	font-family: arial, helvetica, geneva, sans-serif;
}
.bold {
	font-size: 75%;
	font-weight: 600;
	font-family: arial, helvetica, geneva, sans-serif;
}

/* table */
table.title {
	background-color: #faebd7;
}
table.red {
	background-color: #ff6600;
}
table.grn {
	background-color: #009966;
}
table.orng {
	background-color: #ff9900;
}
table.yel {
	background-color: #ffff00;
}
table.lightblue {
	background-color: #add8e6;
}

/* style tabellen-header */
td.head {
	font-size: 75%;
	font-weight: 600;
	color: black;
	background-color: #C0C0C0;
	font-family: arial, helvetica, geneva, sans-serif;
}

/* style tabellen-zelle */
td.cell {
	font-size: 90%;
	font-weight: 500;
	color: black;
	background-color: #CEAD9C;
	font-family: arial, helvetica, geneva, sans-serif;
}

/* style tabellen-zelle */
td.address {
	font-size: 75%;
	color: black;
	font-weight: 200;
	font-family: arial, helvetica, geneva, sans-serif;
}

/* style tabellen-zelle */
td.cellnob {
	font-size: 75%;
	font-weight: 500;
	color: black;
	background-color: white;
	font-family: arial, helvetica, geneva, sans-serif;
}
