body
{
	margin:0;
	padding:0;
}
table
{
	border:1px solid #94e6f6;
}
table tr
{
	
}
table th
{
	background-color:#94e6f6;
}
table td
{
	border-top:1px solid grey;
}
input
{
	margin-bottom:0.2rem;
}
select
{
	margin-bottom:0.2rem;
	min-width:9.2rem;
}
button
{
	background-color:#94e6f6;
	border-color:#94e6f6;
	min-width: 9.3rem;
	margin-left: 8.2rem;
}
button.tablebutton
{
	min-width:1.5rem;
	margin-left:0rem;
}
ul
{
	list-style:none;
}
li 
{
	border:1px solid #94e6f6;
	max-width:10rem;
	background-color:#94e6f6;
	margin-bottom:0.3rem;
	padding:0.1rem;
}
li:hover
{
		background-color:#94e600;
}
li a
{
	text-decoration:none;
	color:#000000;
	display:inline-block;
	min-width:9.8rem;
}
.linkbutton
{
	text-decoration:none;
	color:#000000;
	display:inline-block;
	min-width:9.8rem;
	background-color:#94e6f6;
	border:1px solid #94e6f6;
	border-right:3px solid #77D6C9;
	border-bottom:3px solid #77D6C9;
	
}
.linkbutton:hover
{
	background-color:#94e600;
	border-right:3px solid #94e60f;
	border-bottom:3px solid #94e60f;
}
#page
{
	padding-left:2rem;
	text-align:center;
	min-width:95%;
}
#geburtsdatum
{
	min-width:8.8rem;
}
#auslogglink
{
	margin:1rem 0 0 2.5rem;
}
#auslogglink a
{
	text-decoration:none;
	color:#000000;
	display:inline-block;
	min-width:10rem;
	background-color:#94e6f6;
	border:1px solid #94e6f6;
	padding:0.1rem;
}
#auslogglink a:hover
{
	background-color:#94e600;
}
#infodiv
{
	min-width:99%;
	text-align:center;
}