HTML, BODY  {
	background-color : #FFCC66;
	padding : 0;
	margin : 0;
	height : 100%;
	width : 100%;
	position : absolute;
	font-size : 1em;
	font-style : normal;
	/* font-family : Arial, sans-serif; */
	font-size: medium; 
	font-family: "georgia", "times new roman", serif;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
h3 {
	font-size: 1em; 
	font-weight: bold;
}

#leftside  {
	background-color : transparent;
	background : url(../pics/bckgrnd_v.jpg) repeat-y top left;
	width : 265px;
	height : auto !important;
	/* Important Regel für moderne Browser */
	height : 100%;
	/* Mindesthöhe für den IE */
	overflow : hidden !important;
	/* FF Scroll-leiste */
	min-height : 100%;
	/* Mindesthöhe für moderne Browser */
	z-index : 1;
}

* html #leftside  {
	height : 100%;
}

#header  {
	background : transparent;
	background : url(../pics/bckgrnd_h.jpg) repeat-x top left;
	position : absolute;
	top : 0px;
	left : 0px;
	width : 100%;
	height : 171px;
	z-index : 2;
}

#text  {
	position : absolute;
	background : url(../pics/bckgrnd_v.jpg) repeat-y top left;
	top : 180px;
	left : 0px;
	right : 10px;
	z-index : 20;
	padding-left : 250px;
	padding-bottom : 20px;
}

#rahmen  {
	position : absolute;
	top : 220px;
	left : 0px;
	width : 211px;
	background-color : transparent;
	background : url(../pics/bckgrnd_v.jpg) repeat-y top left;
	z-index : 30;
	padding-bottom : 20px;
}

#footer {
	clear: both;
	font-size: .8em;
	text-align: center;
	padding-top: 80px;
}

