/* CSS Document */
body {
	margin : 0px; /* effects only IE */
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	background-color: orange;
}
#inhalt{
	position: relative;
	top     : 0px;	/* wenn relative */
	height  : auto;		/* Firefox / IE7 */
	margin  : 1px 10px 1px 10px;	/* margin definiert Abstand zu .container*/
	padding : 2px;
	border-left: 3px ridge silver;
	border-right: 3px ridge silver;
	background-image: url(images/folgeneu_03.gifs);
	background-repeat: repeat;
	background-color: #CECFCE;;
}

/* -------------- */

.box {
	height  : 1em;
	width   : 1em;
	border  : 1px solid black;
	padding : 0px 0px 0px 0px;
	margin  : 0px;
	background-color: red;
}
div#oben div {
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 18px;
	font-weight: normal;
	font-style: normal; /*color: #333;*/
	text-align: right;
	color: #0078B4;
	white-space: nowrap;
}
