1/* CSS Document */
2body {
3	margin: 0px; /* effects only IE */
4	padding: 0px;
5	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
6	color: black;
7	background-image: url(images/folgeneu_03.gif);
8	background-repeat: repeat;
9	background-color: #FFF;
10	font-size: 75%;
11}
12#inhalt{
13	position: static;
14	top     : 0px;	/* wenn relative */
15	height  : 0%;		/* Firefox / IE7 (problem using height:auto - scrollbar shows wrong size) */
16	margin  : 1px 2px 1px 2px;	/* margin definiert Abstand zu .container*/
17	padding : 2px;
18}
19