html
{
	height: 100%;
	padding: 0;
}

body
{
	margin: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	height: 100%;
}

img
{
	border: 0;
}

body, table
{
	font-size: 11px;
}

a:link, a:visited, a:active
{
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
}
a:hover
{
	text-decoration: none;
	color: #555555;
	font-weight: normal;
}

a:link.menu, a:visited.menu, a:active.menu
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}
a:hover.menu
{
	text-decoration: none;
	color: #F3BD01;
	font-weight: bold;
	font-size: 14px;
}

a:link.menubig, a:visited.menubig, a:active.menubig
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 17px;
}
a:hover.menubig
{
	text-decoration: none;
	color: #F3BD01;
	font-weight: bold;
	font-size: 17px;
}

a:link.impressum, a:visited.impressum, a:active.impressum
{
	text-decoration: none;
	color: #555555;
	font-weight: bold;
	font-size: 10px;
}
a:hover.impressum
{
	text-decoration: none;
	color: #F3BD01;
	font-weight: bold;
	font-size: 10px;
}

