/**************************************************
 *  Akita-Mailingliste                            *
 *  http://www.akita-mailingliste.de/             *
 *  --------------------------------------------  *
 *  letzte Änderung: 07.11.2009                   *
 *  Autor: Beate Pürner,                          *
 *  Pürner Unternehmensberatung, Dortmund         *
 *  http://www.puerner-ub.de/td/                  *
 **************************************************/

body { 
	background-color: #ffffff; 
	font-family: Geneva, Helvetica, Arial, sans-serif; 
	color: #000000;
	font-size: 14px;
	line-height: 17px; 
	text-align: left;
	margin: 0;
	padding: 0; 
}

/* ----------------- Absätze ---------------- */

p { 
	color: #000000; 
	font-size: 14px; 
}
h1 { 
	color: #cc6633; 
	font-weight: bold; 
	font-size: 16px; 
	font-family: Geneva, Helvetica, Arial, sans-serif; 
	text-align: center;
}
h2 { 
	color: #000000; 
	font-weight: bold; 
	font-size: 16px; 
	font-family: Geneva, Helvetica, Arial, sans-serif; 
}
h3 { 
	color: #000000; 
	font-weight: bold; 
	font-size: 14px; 
	font-family: Geneva, Helvetica, Arial, sans-serif; 
}

/* ----------------- Links ---------------- */

a:link, a:visited {  
	color: #000000; 
	text-decoration: underline;
}
a:hover {  
	color: #cc6633; 
	text-decoration: underline;
}
a:active {  
	color: #000000; 
	text-decoration: underline;
}

/* ----------------- Aufzählungen ---------------- */
 
ul { 
	color: #000000; 
	font-size: 14px; 
}
li { 
	color: #000000; 
	font-size: 14px; 
}
ol { 
	color: #000000; 
	font-size: 14px; 
}

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

table {
	border: 0px;
}
td { 
	color: #000000; 
	font-family: Geneva, Helvetica, Arial, sans-serif; 
	font-size: 14px; 
	line-height: 17px; 
}
th { 
	color: #000000; 
	font-size: 14px; 
	font-family: Geneva, Helvetica, Arial, sans-serif; 
}
/* ----------------- Tabelle Hinweis ---------------- */

.hinweis-tab {
	background-color: #ffff00; 
	color: #000000;
	font-size: 12px; 
	line-height: 15px;
	padding-left: 12px;
	padding-right: 6px;
	padding-top: 0px;
	padding-bottom: 6px;
}
table.hinweis-tab td { 
	color: #000000; 
	font-size: 12px; 
	line-height: 15px; 
}
table.hinweis-tab ul { 
	margin: 0;
}

table.hinweis-tab p, table.hinweis-tab li { 
	color: #000000; 
	font-size: 12px; 
	line-height: 15px; 
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
	padding-bottom: 0px;
}
table.hinweis-tab h2 { 
	color: #000000; 
	font-weight: bold; 
	font-size: 14px; 
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* ----------------- Zeichengröße, Farbe + Ausrichtung ---------------- */

.klein {  
	font-size: 10px;
}