 /*
 * CSS text
 * jwp chn
 * erstellt: 2009-09-29
 *
 */
 
/* ------------------------------------
   Headlines
   ------------------------------------ */
h1 {
	margin: 20px 0 20px 0;
	padding: 0;
	font-size: 22px;
	color: #006bb3;
}

h2 {
	margin: 20px 0 20px 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	color: #006bb3;
}

h3 {
	margin: 20px 0 20px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}


/* Datum */
h4 {
	font-size: 10px;
}


/* ------------------------------------
   Text
   ------------------------------------ */
   
   
.bodytext {
	font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #666;
    line-height: 160%;
	text-align: left;
}

.bodytextBlocksatz {
	text-align:justify;
} 

/* ------------------------------------
   Tabellen
   ------------------------------------ */
table {
	/*border-collapse:collapse;*/
	border-collapse:collapse;
	border: 0;
	background-color: #f8f8f8;
}
table td {
	border: 1px solid #dee7f3 ;
	vertical-align: top;
	padding: 3px;
}	


.tabStandard {
	/*border-collapse:collapse;*/
	border-collapse:collapse;
	border: 0;
	background-color: #f8f8f8;
}
.tabStandard td {
	border: 1px solid #dee7f3 ;
	vertical-align: top;
	padding: 3px;
}	    
   
.imgEmail img {
	position:relative;
	top: -2px;
	left: -2px;
} 
