body { 
	background: white;
	color: black; 
	font-size: 9pt; 
	font-family: Arial; 
	line-height: 12pt; 
	padding: 0;
	letter-spacing: 0px;
	}
.navi { 
	color: black; 
	font-size: 9pt; 
	font-family: Arial; 
	line-height: 11pt; 
	padding: 0;
	letter-spacing: 1px;
	}	
.bold { 
	color: black; 
	font-size: 9pt; 
	font-family: Arial; 
	font-weight: bold; 
	line-height: 11pt; 
	padding: 0;
	letter-spacing: 1px;
	}	
.grau { 
	color: #ccc; 
	font-size: 9pt; 
	font-family: Arial; 
	line-height: 11pt; 
	padding: 0;
	letter-spacing: 1px;
	}	
.rot { 
	color: red; 
	font-size: 9pt; 
	font-family: Arial; 
	line-height: 11pt; 
	padding: 0;
	letter-spacing: 1px;
	}
	
.klein { 
	color: black; 
	font-size: 9pt; 
	font-family: Arial; 
	line-height: 11pt; 
	padding: 0;
	letter-spacing: 1px;
	}

.kleingrau { 
	color: #ccc; 
	font-size: 9pt; 
	font-family: Arial; 
	line-height: 11pt; 
	padding: 0;
	letter-spacing: 1px;
	}	
.box {
     position: absolute;
     top: 0%;
     left: 0%;
     width: 100%;
     height: 100%;
     padding: 00px;
     box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
}
	
p {}
td {}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial; 
	font-weight: normal; 
	font-style: normal; 
	margin-top: 0;	 
	padding-right: 0px;
	padding-left: 0px; 
}
a img { 
	border: none;
}

a:link { color: #000;text-decoration: none; }
a:visited { color: #000 ; text-decoration: none; }
a:hover { color: #ccc ; text-decoration: none; }
a:active { color: #ccc ; text-decoration: none; }

