/* $Id: f2c6f66 - 2016-06-29 11:28:48 +0200 Roel van Meer$ */

div#header {
	margin-top: 40px;
	margin-left: 5%;
}

div#nav {
	font-size: 12pt;
	text-align: left;
}

div#nav td {
	padding: 0.5em;
	font-size: 12pt;
	vertical-align: middle;
}

div#content {
	padding-left: 7%;	/* Do not hard-code a fixed left margin, but keep it flexible */
}

h2 {
	clear: both;
	padding-top: 0.4em;
	border-top: 1px solid #e8e8e8;
}

/* Address message should be allowed to float on top of the server name element: */
h2#servername {
	clear: left;
}

p#warnmsg {
	position: relative;
	float: right;
	color: #808080;
}

div.apps {
	clear: both;
	padding-bottom: 5em;
}

div.apps div, div.apps a {
	float: left;
	display: block;
	width: 160px;
	height: 30px;	/* Height of images */
	margin: 1em;
	padding: 0em;
	padding-left: 50px;
	font-size: 10pt;
	line-height: 30px;
	position: relative;
}

div.apps .pict, div.apps img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	height: 30px;
	width: 30px;
	border-right: 10px solid white;
}

div.apps a:hover {
	color: white;
	background-color: #f68921;
}

div.apps a:hover img {
	background-color: white;
}

div.apps a span {
	background-color: white;
}

div.businesspartner {
	clear: both;
	text-align: center;
	margin-bottom: 3em;
}

div.businesspartner h2 {
	padding-top: 1em;
}

/* Explicit dimensions to avoid page 'jumping' when loading */
div#logo {
	height: 100px;
	width: 250px;
}

