﻿.infobox
	{
	position: absolute;
	top: 900px;
	left: 0px;
	padding: 35px;
	}
.infobox h1
	{
	font-size: 14px;
	font-weight: bold;
	color: #C65518;
	background-color: #FFFBE7;
	margin:0px;
	padding: 10px;
	}
.infotext
	{
	background-color: #FFFBE7;
	}
.infocontent
	{
	color: #000000;
	margin: 0px 10px 10px 10px;
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	font-family: arial;
	text-align: justify;
	background-color: #ffffff;
	border: 1px solid #216531;
	}
.infotext strong
	{
	font-weight: normal;
	}