html, body, .master, #contents, #Form1
{
	min-height: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
}

html, body, #Form1, .master, #main, #modules, #footer
{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

html > body, html > body #contents
{
	height: auto;
}
/*Without this, Moz1.0 adds a vertical scrollbar */

.master
{
	text-align: left;
	position: relative;
}

#contents
{
	position: relative;
	top: 0;
	left: 0;
	width: 100%; /* 	Portalbreite */
	padding: 0px;
	margin: 0px;
}

#main
{
	width: 100%;
	margin-bottom: 0;
	height: auto;
	padding: 0;
}

#footer
{
	position: absolute;
	bottom: 0px;
	border-bottom: 0px;
	width: 100%;
}

A.menu:link
{
	font-size: 9pt;
	color: black;
	text-decoration: none;
	cursor: default;
	width: 100%;
}

A.menu:visited
{
	font-size: 9pt;
	color: black;
	text-decoration: none;
	cursor: default;
	width: 100%;
}

A.menuOn:visited, A.menuOn:link, A.menuOn:hover
{
	font-size: 9pt;
	color: white;
	background-color: darkblue;
	text-decoration: none;
	cursor: default;
	width: 100%;
}
