html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    color: #000;
	font: 21px Times, sans-serif;
}

form {
    margin: 0;
    padding: 0;
}

#page {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}

#leftbox, #rightbox {
    background-color: #707173;
}

div#login_bck {
	height: 765px;
    background: transparent url('../img/admin/logo_bck.gif') no-repeat;
	position:relative;
}

#mainbox {
    width: 762px;
	background: #e3e3e3;
    background: #d7d8d9 url('../img/admin/login_bck.gif') 1px repeat-y;	
    vertical-align: top;
    text-align: left;
}

#mainbox p {
	width: 365px;
	/*margin: 96px 0 0 157px;*/
	margin: 0;
	padding: 105px 0 0 157px;
	font-size: 21px;
	text-align: left;
}

table.form { 
    width: 365px;
    margin: 30px 0 0 157px; 
    border-collapse: collapse;
    font: 21px Times, sans-serif;
}

table.form td {
    text-align: left;
}

table.form thead td {
    display: none;
}

input.text {
    font: 20px Times, sans-serif;
    width: 290px;
	height: 25px;
}

input.button {
    padding: 3px 8px;
    border: 1px solid #9a9a9a;
    background-color: #fff;
    color: #bac008;
    font-weight: bold;
    font-size: 11px;
    cursor: pointer
}

input.button:hover {
    color: #000;
}

td.inputfield {
	padding-left: 70px;
}

a#wereldregio {
	display: block;
	width: 34px;
	height: 160px;
	position: relative;
	top: -22px;
	left: 65px;
	text-indent: -999999em;
}

/*** Overlay boxes ***/
/*
ul.boxsingle {
	width: 288px;
	height: 48px;
	display: block;
	position: relative;
	top: 5px;
	left: 490px;
	margin: 0;
	padding: 28px 0 0 23px;
	list-style: none;
    background: url('../img/box_single.png') no-repeat;
}

ul.boxsingle li {
	margin: 0;
	padding: 0 0 0 12px;
    background: url('../img/pointer.gif') 0 8px no-repeat;
}

ul.boxsingle li a {
	color: #FFF;
	text-decoration: none;
}

ul.boxsingle li a:hover {
	text-decoration: underline;
}

ul#krant {
	top: 432px;
}
*/
.boxsingle {
	background-image: url('../img/box_single.png');
	background-repeat: no-repeat;
	position: relative;
	bottom:0;
	top: 5px;
	left: 490px;
	overflow: hidden;
}

#help {
	z-index: 999;
}

#krant {
	top: 432px;
}

.dim {
	width:311px;
	height:76px;
}

.boxsingle ul{
	width: 288px;
	height: 48px;
	top: 5px;
	left: 490px;
	margin: 0;
	padding: 28px 0 0 23px;
	list-style: none;
}

.boxsingle ul li {
	margin: 0;
	padding: 0 0 0 12px;
    background: url('../img/pointer.gif') 0 8px no-repeat;
}

.boxsingle a {
	color: #FFF;
	text-decoration: none;
	outline:none;
}
		
.boxsingle a:hover {
	text-decoration: underline;
}


/*** Lightbox popup ***/
div#wrapperlightbox {
	width				:	325px;
	height				:	497px;
	padding				:	3px 35px 0 35px;
	text-align			:	left;
	font-family			:	Georgia, Times, sans-serif;
	font-size			:	19px;
	line-height			:	17px;
	position			:	relative;
	overflow-x			:	hidden;
	overflow-y			:	auto;
}

div#wrapperlightbox p {
	padding				:	0;
	margin				:	0 0 13px 0;
}

h2 {
	margin				:	3px 0 22px 0;
}

button.submit {
	float				:	right;
	width				:	202px;
	height				:	48px;
	background			:	transparent url('../img/button.gif') no-repeat;
	border				:	0 none;
	text-indent			:	-999999em;
	position			:	absolute;
	right				:	40px;
	bottom				:	1px;
}

.footer{
	bottom:10px;
	font-size:12px;
	position:absolute;
	right:187px;
}

