body{
	background-color: #fffff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.container_head{
	width: 622px;
	margin: auto;
	text-align: left;
	text-align: right;
}
.lang{
	margin: 10px 0px 10px 10px;
}
.section{
	width: 100%;
	text-align: center;
	border-top: #000000 solid 2px;
	border-bottom: #000000 solid 1px;
	margin-bottom: 1px;
}
.container_content{
	width: 622px;
	margin: auto;
	text-align: left;
	padding: 20px;
	
}
.navi{
	display: inline;
}
.navi a{
	color: #0000ff;
	text-decoration: none;
}
.navi a.active{
	color: #0000ff;
	text-decoration: overline;
}
.navi a:hover{
	text-decoration: overline;
}
h1{
	font-size: 1em;
}
a{
	color: #0000ff;
	text-decoration: underline;
}
a:hover{
	color: #0000ff;
	text-decoration: none;
}
.klein{
	font-style : bold;
}
table{
	margin-bottom: 20px;
	font-size: 0.9em;
	width: 622px;
}
td{
	border-bottom: solid black 1px;
	padding: 15px;
	vertical-align: top;
}
#end{
	width: 100%;
	text-align: right;
	border-top: #000000 solid 2px;
	margin-top: 1px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 0.7em;
}
.pp{
	border: solid 1px #000000;
}