body {
/*	background: #666666; */
	background-image: url('img/seamless.jpg');
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 14px; margin: 0px; 
	line-height: 1.5;
}
p { 
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 14px; color: #333; 
	line-height: 1.5;
}
.five {
	font-size:14px; color:#333333;
	margin-top:0px;
	margin-bottom:5px;
	line-height:140%;
}
.klein { 
	font-size: 12px;
}
table {
	background: #FFFFF6;
 	border: 0px;
	border-collapse: collapse;
}
td {
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 14px; color: #333;
	line-height: 1.5;
	text-align: left; 
	vertical-align: top;
	border: 1px solid #F3F3F3;
	padding: 10px 10px 10px 10px; 
}
td.udenstreg {
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 14px; color: #333;
	line-height: 1.5;
	text-align: left; 
	vertical-align: top;
	border: 0px solid #F3F3F3;
	padding: 10px 10px 10px 10px; 
}
td.bold {
	font-weight: bold; 
}
ul, ol, li, blockquote {
	font-size: 14px; color: #333;
}
h1, h2, h3, h4, h5, h6 { 
	font-weight: bold; 
}
h1 { 
	padding-top: 0;
	margin-bottom: 0px; 
}
h2 { 
	color: darkgreen;
	padding-top: 1;
	margin-bottom: 0px; 
}
h3 { 
	color: darkgreen;
	padding-top: 1px;
	padding-bottom:0px;
}
h4 { 
/*	color: red; */
	padding-top: 1;
	padding-bottom:0px;
}
h5 {
	padding-top: 1;
	margin-bottom: 0px;
}
h6 { 
	padding-top: 1;
	font-size: 11px;
}
a:link {
	color: blue;
	text-decoration:none;
}
a:visited {
	color: purple;
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
a:hover {
	color:red;
	text-decoration:none;
}
