/* CSS Document */
body{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	margin:0px;
	padding:0px;
	/*3 zeilen hg-bild links unten*/
	background: url(../images/bg.jpg) no-repeat fixed;
	background-position: center bottom;
	/*verhindert in mozilla das verschwinden der vertikalen scrollbar*/
	overflow: -moz-scrollbars-vertical;
}

#inhalt {
margin: 0 auto;
padding: 10px;
width: 475px;
} 

#footer{
	position:fixed;
	bottom:0;
	width:100%;
	background:#000000;
	border-top:3px solid #C2E168;
	border-bottom:none;
	color:#888;
	clear:both;
	padding:3px 0;
	-moz-border-radius:3px;
	font-size:11px;
	color:#cccccc;
}

#footer a{
color:#999999;
}
h1 {
	margin-top: 10px;
}
