html,body {
	margin:0;
	padding:0;
	height:100%; 
}
div#container {
margin:0 auto;
height:100%;
min-height:100%;
overflow: hidden !important; /* FF Scroll-leiste */ 
border-left: 14px solid #CCC;
border-right: 14px solid #CCC;
}
div#content{
border-top: 14px solid #CCC;
}
div#footer{
position:absolute;
left: 0px;
bottom: 0px;
background-color: #CCC;
width: 100%;
height: 14px;
}
.marginal {
	font-family: helvetica, arial;
	font-size: 8px;
	text-transform: uppercase;	
	text-align: center;
	line-height: 14px;
	margin:0;
	letter-spacing: 0.5em;
}
a {
	text-decoration: none;
	color: black;
}