body {
	color: #282828;
	font-size: 14px;
	line-height: 20px;
	font-family: /*Calibri, Verdana,*/ Arial, Helvetica, sans-serif;
	/*font-family: Optima, Candara, Tahoma, sans-serif;*/ }
	
p, ul, ol, dd,
h1, h2, h3, h4, h5, h6,
table, img {
	margin-bottom: 16px; }
	
	.Intro {
		font-size: 18px;
		line-height: 24px; }
	
	em {
		font-style: italic; }
		
	strong {
		font-weight: bold; }
	
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: rgb(0,102,52);
	margin-top: 32px }
	
	h1 {
		margin-top: 0;
		font-size: 30px;
		line-height: 30px; }
		
	h2 {
		font-size: 24px; }
		
	h3 {
		font-size: 18px;
		margin-bottom: 12px; }
		
	h4 {
		margin-bottom: 10px; }
		
	h5 {
		font-size: 12px;
		margin-bottom: 8px; }
		
	h6 {
		font-size: 10px;
		margin-bottom: 6px; }
	
ul ul, ul ol, ol ol, ol ul {
	margin-left: 18px;
	margin-bottom: 0; }

	ul li {
	/*	list-style-image: url('/static/graphics/punkt1.png'); */ }

	li ul li {
		list-style-image: url('/static/graphics/punkt2.png'); }
		
	li li ul li {
		list-style-image: url('/static/graphics/punkt3.png'); }
		
dt {
	color: rgb(0,102,52); }
	
a:link {
	color: #1270ad; }
	
	a:visited {
		color: #4b4b4b; }
	
	a:hover {
		color: black; }
		
table {
	border-collapse: collapse; }
	
	th, td {
		padding: 8px 15px;
		border: 1px solid white; }
		
	th {
		color: black;
		background: #dcdcdc; }
		
	td {
		background: #f1f1f1; }
		
	tbody tr:hover th, tbody tr:hover td {
		color: #eb1c29; }
		
img.floatLeft { 
    float: left; 
    margin: 4px; 
}

img.floatRight { 
    float: right; 
    margin: 4px; 
}
	