
@font-face {
	font-family: 'PTSans';
	/*src: local('PTSans');*/
	src: url('../fonts/PTSans/PTSans.eot');
	src: url('../fonts/PTSans/PTSans.eot?#iefix') format('embedded-opentype'), 
	 	 url('../fonts/PTSans/PTSans.woff') format('woff'), 
	 	 url('../fonts/PTSans/PTSans.ttf') format('truetype'), 
	 	 url('../fonts/PTSans/PTSans.svg') format('svg');
	/*font-weight: normal;*/
	/*font-style: normal;*/
}

html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.container { 
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

body {
	margin:0px;
	padding:0px;
	background-color: #EDEBE8;
	min-width: 480px;
}

p {
	text-align: justify;
	text-indent: 30px;
}

.headercontainer {
	position:relative;
	width: 100%;
	height: 80px;
	background: url('../img/banner.jpg') center top;
	background-size: cover;
	background-repeat: no-repeat;
	box-sizing : border-box;
	z-index :100;
	/*border:1px #FF0000 solid;*/
}

.header {
	width: 100%;
	height: 60px;
	background: rgba(0,0,0,0.25);
}

.logo {
	background: #4B008C url('../img/plogo.png') center center no-repeat;
	width:60px;
	height:60px;
	float:left;
}

.titlecontainer {
	box-sizing:border-box;
	float: left;
	height:100%;
	/*width:210px;*/
	margin-top:0px;
	/*padding-bottom: 1px;*/
	border-bottom: 1px #4B008C solid;
}

.title {
	/*box-sizing:border-box;*/
	font-family: 'PTSans', Helvetica, Arial, sans-serif;
	font-size:35px;
	font-style: italic;
	/*font-style: oblique;*/
	color: #FFFFFF;
	/*float:left;*/
	padding:0px;
	margin-top: 12px;
	margin-left: 6px;
	margin-bottom: 0px;
	/*border: 1px #FF0000 solid;*/
}

.subtitle {
	/*box-sizing:border-box;*/
	font-family: 'PTSans', Helvetica, Arial, sans-serif;
	font-size:18px;
	/*font-style: italic;*/
	/*font-style: oblique;*/
	color: #CCCCCC;
	/*float:left;*/
	/*border: 1px #FF0000 solid;*/
	text-align: right;
	margin-left: 6px;
	margin-right: 20px;
	margin-top: 2px;
}

.langcontainer {
	/*box-sizing:border-box;*/
	float:right;
	margin:10px;
	display:block;
	/*border: 1px #FF0000 solid;*/
}

.langflag {
	font-family: 'PTSans', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 10px;
	color: #FFFFFF;
	display:block;
	float:left;
	margin-left:5px;
	width:16px;
	height:22px;
	padding-top:11px;
	text-align:center;
}

.footercontainer {
	width:100%;
	height: 50px;
	background: rgba(0,0,0,0.80);
	box-sizing:border-box;
	clear: both;
 	position: relative;
 	z-index: 100;
	margin-top: -50px;
	text-align: center;
	/*vertical-align: middle;*/
}

.footer {
	/*line-height: 20px;*/
	margin:15px;
	display: inline-block;
	/*text-align: center;*/
	vertical-align: middle;
	font-family: 'PTSans', Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

.maincontent { 
	margin-bottom: 50px; 
	/*clear: both;*/
	overflow: auto;
}

.brand {
	font-family: "PTSans";
	font-size:35px;
	font-style: italic;
	font-weight: bold;
	text-shadow: 0px 2px #FFFFFF;
	color: #AAAAAA;
	display:block;
	padding:20px;
	padding-bottom:15px;
	border: 1px transparent solid;
	border-radius: 4px;
	/*min-width:150px;*/
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor:pointer;
}

.brand > .small {
	display: block;
	width:100%;
	font-size: 14px;
	text-align:right;
	font-style: normal;
}

.certificate {
	border: 1px transparent solid;
	border-radius: 4px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*box-sizing: border-box;*/
    cursor:pointer;
	padding: 10px;
	padding-left: 56px;
	float: left;
	margin: 10px;
	width: 180px;
	height: 50px;
	background: url('../img/icon.pdf.png') no-repeat 10px 10px;
	display: table-cell;
	color: #999999;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-shadow: 0px 2px #FFFFFF;
	vertical-align: middle;
}

.brandover {
	border: 1px #CCCCCC solid;
	background-color: #F2F2F2;
}

.certover {
	border: 1px #CCCCCC solid;
	background-color : #F2F2F2;
}

.brandcontainer {
	float: left;
	margin: 20px;
}

.copyright {
	font-family: "PTSans";
	font-size:16px;
}

table {
	border: 1px #CCCCCC solid;
	padding: 2px;
}

table td {
	text-align:center;
	border: 1px #CCCCCC solid;
	padding: 5px;
}
