body 
{
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	color: #000000;
	background-image:url(../images/background.gif);
	background-repeat:repeat-y;
}

.menu
{
	text-align:center;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 20px;
	font-weight: bold;
	padding:10px;
	color: #000000;
}

.text
{
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	padding:20px;
	color: #000000;
}
td 
{
	text-align: left;
	font-size: 12px;
}

a:link, a:visited 
{
	color: #000000; text-decoration: none;
	font-weight: bold;
}

a:hover, a:active
{
	color: #4682B4;	text-decoration: none;
	font-weight: bold;
}

.textTabelle
{
	background-color:#FFFFCC;
}

.button
{
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	color: #000000;
	border:1px solid black;
}