/* ##### Anleitung Sortierung #####
(a) the number of ID attributes in the selector 
(b) the number of CLASS attributes in the selector 
(c) the number of tag names in the selector  */

/* ##### Basisformate ##### */

body { 
	font-family: Helvetica,Arial,Geneva !important;
	color: #003163;
	font-size: 10px;
	line-height: 125%;
	text-align: left } /* a=0 b=0 c=1 = 1 */

h1 { 
	color: #006633 !important;
	font-size: 18px !important;
	font-weight: bold !important;
	line-height: 18px !important;
	text-align: center !important } /* a=0 b=0 c=1 = 1 */

h2 { 
	color: #006633 !important;
	font-size: 14px !important;
	line-height: 16px !important;
	font-weight: bold !important } /* a=0 b=0 c=1 = 1 */

h3 { 
	font-size: 12px !important;
	line-height: 14px !important;
	font-weight: bold !important } /* a=0 b=0 c=1 = 1 */

ul, ol { 
	font-size: 10px !important;
	font-weight: normal !important;
	margin-top: 6px !important; 
	margin-bottom: 6px !important } /* a=0 b=0 c=1 = 1 */

td  { 
	font-size: 10px !important } /* a=0 b=0 c=1 = 1 */

p  { 
	font-size: 10px !important } /* a=0 b=0 c=1 = 1 */

/* ##### Auszeichnungen ##### */

.bold {
	font-weight: bold !important } /* a=0 b=1 c=0 = 10 */

.kursiv { 
	font-style: italic !important } /* a=0 b=1 c=0 = 10 */

.ztr { 
	text-align: center !important } /* a=0 b=1 c=0 = 10 */

.rebue { 
	text-align: right !important } /* a=0 b=1 c=0 = 10 */

.ztrbold { 
	text-align: center !important;
	font-weight: bold !important } /* a=0 b=1 c=0 = 10 */

.hervorhebung { 
	color: #B22222 !important } /* a=0 b=1 c=0 = 10 */

.BU { 
	font-size: 9px !important;
	font-style: italic !important } /* a=0 b=1 c=0 = 10 */

/* ##### Startseite ##### */

.titelgross { 
	font-size: 22px !important;
	font-weight: bold !important;
	text-align: center !important;
	line-height: 24px !important;
	color: #006633 !important } /* a=0 b=1 c=0 = 10 */

.titelklein { 
	font-size: 16px !important;
	text-align: center !important;
	font-weight: bold !important;
	color: #006633 !important } /* a=0 b=1 c=0 = 10 */

/* ##### Navigation ##### */

a:link, a:visited, a:active { 
	color: #9c0000 !important;
	font-weight: bold !important;
	text-decoration: none !important }

a:hover { 
	color: #9c0000 !important;
	font-weight: bold !important;
	background-color: #FFFF00 !important; 
	text-decoration: none !important }