div#header{
	min-height:			150px;
	max-height:			200px;
	margin:				0;
	padding:			0;
}

div#logoheading{
	padding-right:		12.5%;
	font-size:			x-large;
}

div#header > div#langselect{
	position:			absolute;
	left:				12.5%;
	bottom:				0;
}

div#menu{
	padding:			0;
	position:			absolute;
	right:				12.5%;
	bottom:				0;
	border-width:		2px 2px 0 2px;
	border-style:		solid;
	border-color:		#000000;
	border-radius:		8px 8px 0 0;
	min-width:			50%;
	font-size:			large;
}

div#menu > nav > ul{
	display:			block;
	margin:				0;
	padding:			0;
	display:			table;
	width:				100%;
}

div#menu > nav > ul > li{
	display:			table-cell;
	text-align:			center;
	min-width:			10%;
	padding:			5px;
	border-width:		0 1px 0 0;
	border-style:		solid;
	border-color:		#999999;
	background-color:	#ffffff;
}

div#menu > nav > ul > li:last-child{
	border-width:		0;
}

div#menu > nav > ul > li > a{	
	text-decoration:	none;
	display:			inline-block;
	color:				black;
	font-style:			normal;
}

nav > input#menucb,
nav > label{
	display:			none;
}

div#main{
	top:				150px;
}

div#main > p > span > a{
	font-weight:		normal;
	font-family:		"Futura Pro Book W05 Regular";
	cursor:				default; /* on desktop clicking a telephone link is useless */
}
