﻿.infobox {
	position: absolute;
	top: 1247px;
	left: 20px;
	width: 745px;
	}
	
.infobox h1 {
	color: #000000;
  	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 0px 10px 5px 11px;
	margin: 0px;
	display:block;
	background-color: #F0F2F2;
	}
	
.infotext {
	color: #000000;
  	text-align: justify;
  	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 12px;
	padding: 10px;
	background-color: #F0F2F2;
	border-top: 3px solid #ffffff;
	}
	
.infotext p {
	display:block;
	}
	
.infotext strong {
	font-weight: normal;
	text-decoration: underline;
	}

.infotext a:link, .infotext a:visited	{
	color: #E95F48;
	text-decoration: none;
	font-weight: normal;
	}
	
.infotext a:hover, .infotext a:active {
	color: #E95F48;
	text-decoration: none;
	font-weight: normal;
	}