	#top
	{
	border: 1px solid #777;
	height: 70px;
	margin: 3px;
	background-image: url(/images/collage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}

	#top .bg
	{
	position: absolute;
	height: 70px;
	width: 100%;
	margin: 0 3px 0 0;
	}

	#logo
	{
	position: absolute;
	top: 8px;
	left: 8px;
	height: 62px;
	width: 100px;
	background: url(/images/dselogo_100x62.png) no-repeat;
	z-index: 1000;
	}

	#datumtijd {
	position: absolute;
	top: 82px;
	left: 9px;
	font-size: 1.1em;
	z-index: 2;
	color: #FFF;
	background: url(dz-b.png);
	padding: 2px 3px;
	}

        #username
        {
	position: absolute;
	top: 79px;
	right: 44%;
	z-index: 2;
	color: #fff;
        }

span#logout 
	{
	background-image: url(/images/dz-b.png);
	padding: 3px;
	border: 1px solid #fff;
	margin-top: 2px;
	}

#username span
	{
	background-image: url(/images/dz-b.png);
	padding: 3px;
	margin-top: 2px;
	border:1px solid #777;
	}

        #password
        {
	position: absolute;
	top: 79px;
	right: 15%;
	z-index: 2;
	color: #fff;
        }

	#password span
	{
	background-image: url(/images/dz-b.png);
	border: 1px solid #777;
	padding: 3px;
	}

        #sslcheckbox
        {
        position: absolute;
        top: 79px;
        right: 9%;
        z-index: 2;
        }

	#logout
	{
	position: absolute;
	right: 8px;
	top: 4px;
	color: #fff;
	font-size: 0.9em;
	font-weight: normal;
	}

	#register
	{
	position: absolute;
	right: 10px;
	top: 5px;
	color: #fff;
	font-size: 0.9em;
	font-weight: normal;
	background-image: url(/images/dz-b.png);
	padding: 3px;
	border: 1px solid #fff;
	}

        #usage
        {
	position: absolute;
	right: 8px;
	top: 82px;
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	background: url(/images/dz-b.png);
	padding: 2px 3px;
        }

	#logout a:visited, #logout  a:link, #register a:visited, #register a:link
	{
	color: #fff;
	}
	.loginbar
	{
	border: 1px solid #777;
	height: 24px;
	margin: 3px;
	color: #000;
	font-size: 1em;
	font-weight: normal;
	background-image: url(/images/collage.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
.loginbar .bg {
	width: 100%;
	position: absolute;
	height: 26px;
	margin: 0 3px 0 0;
	overflow: hidden;
}


	#searchinput {
	position: absolute;
	right: 3px;
	top: 107px;
	height: 1.2em;
	border: 1px solid #777;
	border-style: inset;
	}

.textinput {
	margin-top: 1px;
	border: 1px solid #777;
	border-style: inset;
	font-size: 1.1em;
	margin-left:4px;
}

#loginbutton {
	background:#fff;
	border:1px outset #777777;
	font-size:1em;
	font-variant:small-caps;
	height:22px;
	position:absolute;
	right:6px;
	top:80px;
	width:80px;
	font-weight:bold;
	padding-bottom: 5px;
}

#loginbutton:hover {
	background:#fff;
	border:1px inset #777777;
	height:21px;

}

form.login { background-color:none!important;
}
#navlist {
	position: absolute;
	left: 0px;
	top: 104px;
	width: 100%;
}

#navlist ul {
padding: 3px 0;
margin-top: 4px;
margin-left: 0;
margin-bottom: 0px;
border-bottom: 1px solid #777;
font-size: 1em;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #777;
border-bottom: none;
background: #eff6ff;
text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #777; }

#navlist li a:hover
{
color: #000;
background: #B2CCF7;
border-color: #777;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
}

#navlist li a#loggedin
{
background: #ffe;
}

#navlist li a:hover#loggedin
{
color: #000;
background: #0f0;
border-color: #777;
}

