

/* ----------------- Hauptformat --------------------------------------------------------------|
----------------------------------------------------------------------------------------------*/								

body   {
		margin: 0px;
		margin-bottom: 50px;
		font-family: Tahoma, Sans-Serif; 
		color: #424242; 
		font-size: 75%;
		background-color: #fff;
		height: 100%;
		min-height: 100%;
		background-image:url('bg.gif');
		background-repeat: repeat-x;
		line-height: 130%;
		}

#inhalt{
		margin: auto auto;
		width: 900px;
		background-image:url('../bilder/seite/bginhalt.png');
		background-repeat: repeat-y;
		padding: 25px;
}

form, input, textarea, table{
			font-size: 100%;
}