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

div#superheader {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 13px;
	background-color:#8bb1d7;
	height: 60px;
	clear: both;
}

div#suppheader {
	clear: both;
	height: 30px;
	background: #eee;
	float: none;
}

#superheader div.doubleheight {
	height: 60px;
}

#superheader span.doubleheight {
	height: 60px;
	display: block;
}

#superheader span.singleheight, #suppheader  span.singleheight {
	height: 24px;
	display:block;
	margin-top: 3px;
}

span.navarticle {
	float: left;
	padding: 0;
}

div#paddock {
	float:left;
	width:649px;
}

div#paddock2 {
	float: left;
	width: 65px;
}

div#logotype {
	float:left;
	width: 120px;
	position: relative;
}

div#logotype img {
	left:10px;
	bottom:16px;
	position:absolute;
}

div#login {
	float:right;
	width: 80px;
}

span#logotype {
	display: block;
	width: 106px;
	background: url(../gfx/globnav.diglloyd.png) no-repeat top;
}

a:hover span#logotype, a:active span#logotype {
	background: url(../gfx/globnav.diglloyd.png) no-repeat bottom;
}

span#login {
	display: block;
	width: 104px;
	background: url(../gfx/globnav.login.png) no-repeat top;
}

a:hover span#login, a:active span#login {
	background: url(../gfx/globnav.login.png) no-repeat bottom;
}

span#search {
	display: block;
	width: 65px;
	background: url(../gfx/globnav.search.png) no-repeat top;
}

a:hover span#search, a:active span#search {
	background: url(../gfx/globnav.search.png) no-repeat bottom;
}


span#navContact {
	display: block;
	width: 65px;
	background: url(../gfx/globnav.contact.png) no-repeat top;
}

a:hover span#navContact, a:active span#navContact {
	background: url(../gfx/globnav.contact.png) no-repeat bottom;
}

span#navBlog {
	display: block;
	width: 153px;
	background: url(../gfx/globnav.blog.png) no-repeat top;
}

a:hover span#navBlog, a:active span#navBlog {
	background: url(../gfx/globnav.blog.png) no-repeat bottom;
}

span#navArticles {
	display: block;
	width: 66px;
	background: url(../gfx/globnav.articles.png) no-repeat top;
}
a:hover span#navArticles, a:active span#navArticles {
	background: url(../gfx/globnav.articles.png) no-repeat bottom;
}

span#navDAP {
	display: block;
	width: 248px;
	background: url(../gfx/globnav.dap.png) no-repeat top;
}

a:hover span#navDAP, a:active span#navDAP {
	background: url(../gfx/globnav.dap.png) no-repeat bottom;
}

span#navDIP {
	display: block;
	width: 239px;
	background: url(../gfx/globnav.dip.png) no-repeat top;
}

a:hover span#navDIP, a:active span#navDIP {
	background: url(../gfx/globnav.dip.png) no-repeat bottom;
}

span#navZF {
	display: block;
	width: 195px;
	background: url(../gfx/globnav.zf.png) no-repeat top;
}

a:hover span#navZF, a:active span#navZF {
	background: url(../gfx/globnav.zf.png) no-repeat bottom;
}

span#navMPG {
	display: block;
	width: 166px;
	background: url(../gfx/globnav.mpg.png) no-repeat top;
}

a:hover span#navMPG, a:active span#navMPG {
	background: url(../gfx/globnav.mpg.png) no-repeat bottom;
}

noscript {
	margin-bottom: 18px;
	color: red;
	font-weight: bold;
	text-align: center;
}

/* floating links */
div#dangle {
	position: block;
	width: 100%;
	text-align: right;
	height:24px;
}
body div#dangle {
	display: block;
	margin-bottom: 18px;
}
span#navConsulting {
	height: 24px;
	width: 219px;
	display: block;
	background: url(../gfx/globnav.consulting3.png) no-repeat top;
	float: right;
	margin-right:1px;
}
a:hover span#navConsulting, a:active span#navSoftware {
	background: url(../gfx/globnav.consulting3.png) no-repeat bottom;
}
span#navSoftware {
	height: 24px;
	width: 165px;
	display: block;
	background: url(../gfx/globnav.software3.png) no-repeat top;
	float: right;
}
a:hover span#navSoftware, a:active span#navSoftware {
	background: url(../gfx/globnav.software3.png) no-repeat bottom;
}

span#mailinglistlink {
	height: 24px;
	width: 130px;
	display: block;
	background: url(../gfx/globnav.mailinglist3.png) no-repeat top;
	float: right;
	margin-left: 1px;
}
a:hover span#mailinglistlink, a:active span#mailinglistlink {
	background: url(../gfx/globnav.mailinglist3.png) no-repeat bottom;
}

