@charset "utf-8";
/* CSS Document */

.Stil1 {font-family: Arial, Helvetica, sans-serif}

html
{
height: 100%;
}

body
{
height: 100%;
}

#nonFooter
{
position: relative;
min-height: 100%;
}

* html #nonFooter
{
height: 100%;
}

#content
{
	padding-bottom: 5em;
}

#footer
{
position: relative;
margin-top: -4.5em;
} 
