@charset "utf-8";
/* CSS Document */

* { box-sizing: border-box; }
body { margin: 0px; color: #636b70; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; background-color: #f6f6ff; }
div { float: left; position: relative; }
input { font-size: 10pt; }
a { text-decoration: none; }
td { vertical-align: top; padding: 0; }
ul { list-style-type: none; margin: 0; padding: 0; }
aside, main, section {display: block; float: left; position: relative; }
section { margin-bottom: 8px; width: 100% }
table { border-spacing: 0;  border-collapse: collapse; }
img { border: none; margin: 0; }
h2 { font-size: 12pt; }
p { text-align: justify; }

#printout { display: none; }

/* head */
#cookieNotice {
	display: block;
	float: left;
	padding: 10px 30px;
	width: 100%;
	border-bottom-color: #003a78;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom: 20px;
}
#acceptCookie {
	font-weight: bold;
	color: white;
	background-color: #003a78;
	display: block;
	float: left;
	padding: 5px 10px;
}

#headline { display: block; width: auto; float: none; padding: 15px 20px; height: auto; }
#logo { width: 50%; height: 100%; display: block;}
#showMenu { width: 50%; height: 100%; text-align: right; display: block; }

.mc { width: 100%; padding: 20px 30px 20px 30px; }
.itemed { list-style-image: url('/img/bas/item.png'); padding-left: 10px; list-style-position: inside;}

.darkline { display: block; width: 100%; background-color: #003a78; color: #d3d3d3; padding: 10px 30px 20px 30px; }
.darkline a { color: #ffffff; }

.cols { width: 66%; }
#address, #contact, #legals { min-width: 210px; }
#address { width: 50%; }
#contact { width: 50%; }
#legals { width: 34%; }
#copyright { font-size: 8pt; }
