body {
	background: #EDEFF4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px; margin: 0px; 
}
p { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px; color: #333333; 
	line-height: 140%;
}
.klein { 
	font-size: 11px; 
}
.five {
	font-size: 12px; color: #333333; 
	margin-top: 0px;
	margin-bottom: 5px;
}
.smaltabel {
	padding: 2px 2px 2px 5px; 
}
table {
	background: white;
 	border: 0px solid #E0E0E0;
 	border-collapse: collapse;
}
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px; color: #333333; 
	text-align: left; 
	vertical-align: top;
	padding: 10px;
	border: 0px solid #E0E0E0; 
}
td.streg {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px; color: #333333; 
	line-height: 1.5;
	text-align: left; 
	vertical-align: top;
	border: 1px solid #D0D0D0;
	padding: 5px; 
}
ul, ol, li, blockquote {
	font-size: 12px;
	line-height: 120%;
}
h1, h2, h3, h4, h5, h6 { 
	font-weight: bold;
}
h1 { 
	padding-top: 1;
	padding-bottom:0px;
}
h2 { 
	padding-top: 1;
	padding-bottom:0px;
}
h3 { 
	padding-top: 1;
	padding-bottom:0px;
}
h4 { 
	padding-top: 1;
	padding-bottom:0px;
}
h5 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h6 { 
	padding-top: 1;
	font-size: 8pt;
}
a:link {
	color: blue;
	text-decoration:none;
}
a:visited {
	color: blue;
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
a:hover {
	color:red;
	text-decoration:none;
}
