body
{
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-top: 0em;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 0em;
	border-top: 0mm none;
	border-right: 0mm none;
	border-bottom: 0mm none;
	border-left: 0mm none;
	background-color: black;
	color: white;
	scrollbar-highlight-color: #cccccc;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #000000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	text-align: justify;
}


:focus
{
	outline: none 0px black;
}

a
{
	text-decoration: none;
/*	outline: thick solid red;*/
}

a:link 
{
	color:#ff9f1f; 
/*	background-color: #bbbbbb;*/
}

a:visited 
{ 
	color:#ff6633; 
/*	background-color: #bbbbbb;*/
}

a:active 
{
	color:#fffb01; 
/*	background-color: black;*/
}

a:hover
{
	color:#fffb01; 
/*	background-color: black;*/
}

a.hidden
{
	text-decoration: none;
	color: white;
}
a.hidden:link 
{
	text-decoration: none;
	color: #ffffff;
	cursor:text;
}
a.hidden:visited 
{
	text-decoration: none;
	color: #ffffff;
	cursor:text;
}
a.hidden:hover 
{
	text-decoration: none;
	color: #ffffff;
	cursor:text;
}
a.hidden:active 
{
	text-decoration: none;
	color: #ffffff;
	cursor:text;
}

img
{
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	border: none;
}

img.nomargin
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: none;
}

img.left
{
	float: left;
}

h1
{
	text-align: center;
}

h2
{
	text-align: center;
}

h3
{
	text-align: left;
}

h4
{
	text-align: left;
}

h5
{
	text-align: left;
}

h6
{
	text-align: left;
}

table
{
	border: thin;
	border-color: black;
}

tr
{
	border: thin;
	border-color: black;
}

tr.even
{
	background-color: white;
}

tr.odd
{
	background-color: silver;
}

td 
{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
}

td.geburtsdatum , td.email , td.homepage
{
	text-align: center;
}

th
{
	background-color: silver;
}

p
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	text-align: justify;
}

div.pi
{
	position: fixed;
	width: 100%;
	height: 50px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 95%;
}

.center
{
	text-align: center;
}

p.center
{
	text-align: center;
}