/************************************************************
Just DNS lookup Global Stylesheet 
Target: Screen
Author: Martijn Schornagel - Momono Ontwerpwerk - www.momono.nl
************************************************************/

* {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
}
a:active, a:focus {
	outline: 0;
}
img {
	border: 0px;
}
body {
	background: #2F546E url(../img/bg-body.jpg) repeat-y;
	font: 0.75em Arial, Helvetica, sans-serif;
}

/************************************************************

* Positioning

************************************************************/
#header {
	background: url(../img/bg-header.jpg) no-repeat;
	height: 251px;
	position: relative;
}
h1#logo a {
	position: absolute;
	left: 0px;
	top: 40px;
	background: url(../img/logo.jpg) no-repeat left top;
	height: 70px;
	width: 370px;
	display: block;
	text-indent: -32697px;
}
h1#logo a:hover {
	background: url(../img/logo.jpg) no-repeat left bottom;
}
h2#head {
	background: url(../img/bg-head.jpg) no-repeat;
	height: 70px;
	width: 456px;
	position: absolute;
	top: 40px;
	left: 370px;
	text-indent: -32697px;
	display: block;
}
ul#menu {
	position: absolute;
	left: 370px;
	top: 13px;
}
ul#menu li {
	float: left;
}
ul#menu li a {
	color: #FFF;
	margin-right: 15px;
	border-bottom: 1px solid #36607F;
	display: block;
	height: 17px;
}
ul#menu li a:hover {
	color: #CC0;
	border-bottom: 1px solid #09F;
}
ul#menu li a.selected {
	color: #CC0;
	border-bottom: 1px solid #09F;
}
#search {
	position: absolute;
	left: 50px;
	top: 190px;
}
#wrapper {
	position: relative;
	width: 611px;
	height: 50px;
}
#search p {
	color: #09F;
}
#findfield {
	width: 454px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border: 0px solid #FFF;
	padding-left: 5px;
	font-size: 14px;
	color: #09F;
	outline: 0;
	padding: 7px 4px 7px 5px;
}
#btn-go {
	text-indent: -32697px;
	display: block;
	width: 147px;
	position: absolute;
	border: 0px;
	cursor: pointer;
	right: 0px;
	height: 31px;
	background: url(../img/search.jpg) no-repeat left top;
	bottom: 0px;
	outline: 0;
}
#btn-go:hover {
	background-position: left bottom;
}



#content {
	width: 620px;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	background: url(../img/arrow.jpg) no-repeat 28px 18px;
	padding-left: 40px;
	padding-top: 10px;
}
#footer {
	background: url(../img/bg-footer.jpg) no-repeat;
	position: relative;
	height: 26px;
	color: #345F7F;
	padding-left: 48px;
	padding-top: 10px;
	font-size: 11px;
}
#footer a {
	color: #345F7F;
	border-bottom: 1px solid #004B7E;
	padding-bottom: 1px;
}
#footer a:hover {
	border-bottom: 1px solid #0075C8;
}
.txt-content {
	padding: 3px 10px 10px;
	line-height: 16px;
	color: #366588;
}
.txt-content p {
	margin-bottom: 20px;
}
.txt-content a {
	color: #FFF;
	border-bottom: 1px solid #004C7F;
}
.txt-content a:hover {
	border-bottom: 1px solid #0078C8;
}
.txt-content h3 {
	color: #366588;
	font-size: 18px;
	font-weight: 100;
	margin-bottom: 5px;
}
.txt-content h4 {
}

#adright {
	position: absolute;
	top: 250px;
	left: 526px;
}
dd {
	margin-left: 30px;
}
dt {
	color: #CC0;
}
.narrow {
	width: 420px;
}
#content h2 {
	color: #09F;
	font-size: 18px;
	font-weight: 100;
	margin-bottom: 10px;
	margin-left: 10px;
}
#content h2 a {
	color: #09F;
	border-bottom: 1px solid #CC0;
	margin-left: 0px;
}
#content h2 a:hover {
	border-bottom: 1px solid #CC0;
	color: #FFF;
}
#content h3 {
	color: #366588;
	font-size: 18px;
	font-weight: 100;
	margin-bottom: 10px;
}
.output {
	color: #CC0;
	font-size: 11px;
}
.head-output {
	background: #FFF;
	font-weight: bold;
	color: #11304A;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.output td {
	padding: 4px 6px;
}
.alt {
	background: #2A4B63;
	color: #FFF;
}
.output tr:hover {
	background: #091E30;
	color: #CC0;
}
.output tr.alt:hover {
	background: #091E30;
	color: #FFF;
}
.output tr.head-output:hover {
	background: #FFF;
	color: #11304A;
}

/*============================================================================*/
/* Martijn added @ 01-07-2010 */
/*============================================================================*/
#wmlabel a {
	background: url(../img/wm-label.png) no-repeat left top;
	height: 120px;
	width: 310px;
	display: block;
	text-indent: -32697px;
	position: absolute;
	left: 500px;
	top: 94px;
}
