body
{
	font-family: Georgia, Times New Roman, serif;
	font-size: 1em;
	margin:0em;
	padding:0em;
}
#header
{
	padding:0.5em;
	background: rgb(255,255,255);
	color: rgb(0,0,0);
}
#balken
{
	background: rgb(255,51,153);
	height:1.25em;
	padding-left: 0.5em;
	border-top: 1px solid rgb(0,0,0);
	border-bottom: 1px solid rgb(0,0,0);
}
#footer
{
	clear:both;
	background: rgb(255,51,153);
	color: rgb(255,255,255);
	height:1.25em;
	padding-left: 0.5em;
	border-top: 1px solid rgb(0,0,0);
	border-bottom: 1px solid rgb(0,0,0);
}
a.navi
{
	display:block;
	text-align:left;
	text-decoration:none; 
	padding: 0.25em 0.5em 0.25em 0.5em; 
	margin-top: 0.05em;
	margin-bottom: 0.05em;
	color: rgb(0,0,0);
}
a.navi:hover
{
	color: rgb(255,255,255);
	background: rgb(255,51,153);
}
h1
{
	font-size:1.25em;
	margin:0em;
}
.white
{
	color:rgb(255,255,255);
}
td
{
	vertical-align:top;
}
input
{
	font-family: Georgia, Times New Roman, serif;
	font-size: 1em;
}