 /*
 * CSS text
 * jwp gvz
 * erstellt: 2009-09-29
 * Lars Vogel
 * info@l-vogel.de
 *
 */
 
/* ------------------------------------
   Headlines
   ------------------------------------ */
h1 {
	margin: 20px 0 20px 0;
	padding: 0;
	font-size: 18px;
	color: #006bb3;
}

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

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


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


/* ------------------------------------
   Text
   ------------------------------------ */
   
   
.bodytext {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #666;
    line-height: 140%;
	text-align: left;
}

.bodytextBlocksatz {
	text-align:justify;
} 



/* ------------------------------------
   Tabellen
   ------------------------------------ */

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

	
}	



.tabStandard {
	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;
} 
