.awardhead1 {
	font-family:  'Bodoni Moda';
	text-align:center;
	/* border-bottom:1px solid #90402c; */
	font-size: 30px;
}

.awardhead2{
	font-family: 'Offside';
	text-align:center;
	border-bottom:1px solid #93a852;
	font-size: 20px;
}

.awardbox1{
	height:auto;
	width: 49%;
	float:left;
	margin:4px;
}

.awardbox2{
	height: 600px;
	/* width:50%; */
	overflow:auto;
	border:1px solid #93a852;
	float:left;
	margin:4px;
}

.awardbox3{
    width: 690px;
    height: 260px;
    float: left;
}

.awardbox4{
	width: 689px;
	height: 227px;
	overflow:auto;
}

/*Profil*/

.profawardhead1{
	font-family: 'Offside';
	font-size: 11pt;
	text-align:center;
	border-bottom:1px solid #93a852;
}

.profawardbox1{
	position: relative;
	display: inline-block;
	margin: 3px 38px;
	width: 145px;
	height: 137px;
}

.profawardbox1:hover .profawardbox2{
	display:block;
}

.profawardbox2{
	position: absolute;
	background: #0d1805db;
	border:1px solid #93a852;
	color: #d7eadd;
	top: 0px;
	left: -35px;
	width: 210px;
	height: 135px;
	padding: 2px;
	display:none;
	z-index: 1;
	font-size: 9.5pt;
	text-align: justify;
}

.profawardsub{
	width: auto;
	height:12px;
	text-align:left;
	padding-left:10px;
}

.profawardtext{
	font-size: 12pt;
	text-align:justify;
	height: 73px;
	overflow:auto;
	padding:3px;
}

.profawardlink{
	width: auto;
	height: 22px;
	text-align:left;
	padding-left:10px;
	/* border: 1px solid; */
}