body {
	margin: 0px;
	background-color: #e6e7e8; 
    /*background-image: linear-gradient(#b8b8b8, white 450px, white);*/
    background-image: url(../images/bgtop.jpg);
    background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
    font-size: 22px;
    color: #212262;
    font-weight: bold;
    margin-top: 0;
}
h2,h3 {
    font-size: 16px;
    color: #212262;
    font-weight: bold;
    margin: 10px 0;
}
a {
	font-weight: bold;
}

.flbr {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}

.logo {
	padding: 62px 28px 0px 0px;
}

main {
	display:flex;
	flex-direction:row;
	order: 5;
}

.slogan {
	width:331px;
	height: 25px;
	margin:117px 0px 0px 22px;
	display: none;	
}


img {
	align-self: flex-start;
}

article {
	margin: 0 0 30px;	
}
label {
	display: inline-block;
	width: 110px;
	vertical-align: top;
}
textarea {
	padding: 3px 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
}
a:link, a:visited  {
	color: #012D5A;
	text-decoration: underline;
}

ol {
	list-style-type: lower-roman;
}

ol.b {list-style-type:lower-alpha;
}

/* menu */

nav {
	display: flex;
	flex-direction: row;
	align-items: stretch	
}

nav>div {
	font-size: 12px;	
	height: 34px;
	text-align: center;
	vertical-align: middle;
	line-height: 35px;
	border: #9C9A9A 1px solid;
	border-bottom: #9C9A9A 2px solid;
	flex-grow: 2;
	border-right: none;
	border-top: none;
	cursor: pointer;
	background: #d7d7e2;
	background: -moz-linear-gradient(top, #d7d7e2 0%, #bcbccb 7%, #bcbccb 11%, #e8e9ea 19%, #e8e8e8 30%, #e8e8e8 70%, #e3e4e8 82%, #f7f7ff 100%);
	background: -webkit-linear-gradient(top, #d7d7e2 0%,#bcbccb 7%,#bcbccb 11%,#e8e9ea 19%,#e8e8e8 30%,#e8e8e8 70%,#e3e4e8 82%,#f7f7ff 100%);
	background: linear-gradient(to bottom, #d7d7e2 0%,#bcbccb 7%,#bcbccb 11%,#e8e9ea 19%,#e8e8e8 30%,#e8e8e8 70%,#e3e4e8 82%,#f7f7ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7e2', endColorstr='#f7f7ff',GradientType=0 );
}


nav div a:link, nav div a:visited  {
	text-decoration: none;
	color:#666;
}

nav>div:hover {
	background:#DEE1E7;
}

nav ul {
    position: absolute;
    visibility: hidden;
    margin: -2px 0px 0px -1px;
    z-index: 1000;
	padding-left: 0;
	list-style: none;
}

nav ul li {
	font-size: 12px;	
	height: 34px;
	cursor: pointer;
	background: #f2f4f9;
	padding: 0 15px;
	border: #9C9A9A 1px solid;
	border-top: none;
	line-height: 35px;
	text-align: left;

}

nav>div:last-child {
 	border-right: #9C9A9A 1px solid;
 	padding-right: 3px;
}

nav ul li a:hover {
	padding: 0;
	text-decoration: none;
}

.dropdown {
	display: inline-block;
}

.dropdown-menu {
	min-width: 147px;	
	width: 147px;
	top: 21px;
	padding: 0;
	overflow: hidden;
/*	height : 138px;
	overflow-y: scroll;
*/}

.dropdown-menu li {
	padding: 3px 8px 3px 10px;
	width: 151px;
	height: 23px;
	font-size: 12px;
	cursor: pointer;
	color: #000;
}
.cont_charts .dropdown-menu li {
	width: 100%;
	padding: 3px 8px 3px 10px;
	font-size: 13px;
}

.dropdown-menu li:nth-child(even) {
    background: #eee;
}



.boxscroller {
    height: 30px;
    width: 900px;
    margin: 0;
}




p {
   max-height: 999999px;
}

.boxouter {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	min-height:100%;
	_height:100%;
	padding-top: 25px;
}

.boxmenu {
	height: 31px;
	width: 900px;
/*	float: left;
*/	margin: 0px;
}

.footer {
    background-color: #212262;
    height: 60px;
}
.boxfooter {
	display: flex;
    justify-content: space-between;
	width: 900px;
	margin: 0 auto;
	font-size: 12px;
	padding-top: 14px;
	color: #FFF;
}



.boxfooter a:link, .boxfooter a:visited {
	color:#FFF;
}
.boxtop {
	width: 900px;
/*	float: left;
	height: 100px; */
	margin: 0px;
}
.boxtophome {
	width: 900px;	
	margin: 0px;
}

.boxbanner {
    display: flex;
    justify-content: flex-end;
    background-color: #FFF;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    width: 900px;
    height: 160px;
	order:1;
	background-image: linear-gradient(#d1d2d4, white);
}

.boxmain {
	display: inline-block;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 35px;
	padding-bottom: 40px;
	text-align: left;
	margin: 0 0 0 -5px;
	font-weight: normal;
	color: #012D5A;
	line-height: 16px;
	max-height: 999999px;
	vertical-align: top;
	width: 100%;
}
.pressarticle {
    /*width: 635px;*/
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 25px;
    border-radius: 5px;
    background: #f1f1f1;}

.pressarticle.summary {
    width: 650px;
}

.boxmainleft {
	display: inline-block;
	width: 200px;
    height: 370px;
    background-color: #212262;
    vertical-align: top;
	line-height:normal;
	border-bottom: 12px solid #6f6f6f;
	color: #FFF;
    font-size: 14px;
    padding-left: 25px;
}

.box18 {
	height: 400px;
	width: 18px;
	margin-top: 15px;
	float: left;
}
.header20bronze {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #706F6F;
	font-weight: bold;
	line-height: 25px;
}
.header20bronzeroman {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #be873d;
	font-weight: normal;
}

.header24bronze {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #706F6F;
	font-weight: bold;
	text-align: center;
}

.subtitle20bronze {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	color: #be873d;
	font-weight: bold;
}
.subtitle16bronze {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #012D5A;
	font-weight: bold;
}


.header16whitebold {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}
.header16greybold {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: normal;
}


.header24white {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 28px;
	color: #FFF;
	font-weight: bold;
}

.bodytextverysmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 6px;
	color: #FFF;
	font-weight: bold;
}
.bodytext13bold {
	font-weight: bold;
	text-align: right;
}
.bodytext13 {
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
}
.bodytext10right {
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	text-align: right;
}


.bodytext13boldbronze {
	font-weight: bold;
	text-align: right;
	color: #262262;
}
.bodytext13boldred {
	font-weight: bold;
	color: #FF0000;
}

.datapressarticle {
	font-weight: 700;
	margin: 0;	
}

.titlepressarticle {
	margin: 15px 0;
	font-size: 16px;
	line-height: 20px;	
}
article.list_bottom {
	border-right: 1px solid #666;	
	margin: 0;
	padding-right: 20px;
}
 ul.list_right {
    padding-left: 17px;
    font-weight: bold;
    font-size: 14px;	 
 }
 
 ul.list_right li {
    line-height: 20px;
 }
.title_bottom {
	color: rgb(0,45,89);
    padding: 0;
    margin: 10px 0 15px;
    font-size: 1.5em;
    line-height: 1.2em;
}
.desc_bottom {
	display: inline-block; 
	width: 420px; 
	padding: 15px 0;
	font-size: 9px;
}
.desc_bottom p {
	margin: 0;
	line-height: 12px;
}

.boxscroller {
    height: 30px;
    width: 900px;
    margin: 0;
	background-color: #012D5A;
}
.share-button {
	position: absolute;
	width: 25px;
	height: 25px;
	background: green;
	fill: white;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    padding: 5px;
	border-radius: 5px;
}
.socialicons {
	position: relative;	
}
.borderLine {
	border: 1px solid #666;
}

.fbold {
	font-weight: bold
}
.mp0 {
	margin: 0;
	padding: 0;
}
.vat {
	display: inline-block;
	vertical-align: top;
}

.thumbliterature {
	display: inline-block; 
	margin: 0 14px 2px 0; 
	width: 114px;
	vertical-align: top;
}

.g-recaptcha.error {
  border: solid 2px #c64848;
  padding: .2em;
  width: 24em;
}

.policies p:last-of-type {
	text-align: right;
}
.flbr h2 {
	font-size: 14px;
}
.flbr p {
	margin: 0px;
}