body {
	background:url(/img/background-open-source.gif); background-repeat:repeat-x; margin:0px; 
/*	background-image: url(img/background-e.jpg); */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 15px; margin: 0px; color: #FFF; 
}
p { 
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 15px; color: #444; 
	line-height: 1.3;
}
.klein { 
	font-size: 12px;
}
.bold {
	font-weight: bold; 
}
.white {
	color: #FFFFFF; 
}
table {
	background: #FFF;
 	border: 1px solid #D0D0D0;
	border-collapse: collapse;
}
td {
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 15px; color: #444;
	line-height: 1.3;
	text-align: left; 
	vertical-align: top;
	border: 0px solid #D0D0D0;
	padding: 10px; 
}
td.streg {
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 15px; color: #444
	line-height: 1.3;
	text-align: left; 
	vertical-align: top;
	border: 1px #D0D0D0;
	padding: 10px; 
}
td.red {
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 15px; color: white; 
	line-height: 1.3;
	text-align: left; 
	vertical-align: top;
	border: 1px #F00;
	padding: 10px; 
}
ul, ol, li, blockquote {
	font-size: 15px; color: #555;
	line-height: 1.3;
}
.five {
	margin-bottom: 5px; 
}
h1, h2, h3, h4, h5, h6 { 
	font-weight: bold;
}
h1 { 
	margin-bottom: 0px;
}
h2 { 
	margin-bottom: 0px; 
}
h3 { 
	margin-bottom: -10px; 
}
h4 { 
	margin-bottom: -10px; 
}
h5 {
	margin-bottom: -10px; 
}
h6 { 
	font-size: 12px;
}
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:underline;
}

