html
{
	/* 
	Onderstaande twee regels zorgen voor een verticale scrollbar in Firefox en
	voorkomt daardoor de horizontale shift die ontstaan door het ontbreken van een scrollbar 
	*/
	min-height: 100%; 
	margin-bottom: 1px;
}

body {
	font: .8em/1.2em Arial, Helvetica, sans-serif;
	color: #333;
	background: #eee;
}

#container {
	width: 780px;
	clear: left;
	background: #faf2d8 url(../images/bgr-page.gif) repeat-y right top;
	margin: 0px auto 20px;
}

#head {
	position:relative;
	width: 780px;
	height: 96px;
	background: url(../images/header.gif) no-repeat;
	margin: 0px auto;
}

#login{
	width: 120px;
	position: relative;
	left: 623px;
	top: 28px;
}

#container-content {
	width: 775px;
	padding: 5px 0px 0px 5px;
}

body, 
.spacer, 
ul.dochters, 
ul.update, 
form,
ol,
p{
	margin: 0px;
	padding: 0px;
}

#content, 
#sidebar, 
#register, 
#link, 
#download,
.btn,  
.narrowcol-left, 
.narrowcol-right,
.spacer,
.formdiv, 
.buttondiv,
.label{
float: left;
}

#content {
	background: #fff;
	width: 591px;
	border: 1px solid #333333;
	padding: 10px 10px 0px 5px;
	margin-bottom: 15px;
}

#sidebar {
	width: 135px;
	padding: 0px 0px 0px 10px;
}

#nav-top{
	height: 21px;
	top: 72px;
	position: absolute;
	padding: 0px 0px 0px 5px;
}

.widecol, 
.widecol-update-pop, 
.widecol-nogvrij,
.widecol-header-nogvrij , 
.widecol-hdr, 
.widecol-hdr-update-pop, 
.widecol-hdr-pag-demo{
width: 591px;
}

.widecol{
	background: url(../images/bg-widecol.gif) repeat-y;
	margin: 0px 0px 10px;
}

.widecol-nogvrij{
	background: url(../images/bg-widecol-nogvrij.gif) repeat-y;
	margin: 0px 0px 10px;
}

.widecol-update-pop{
	background: url(../images/bg-widecol-2col.gif) repeat-y;
	margin-bottom: 10px;
}

.widecol-hdr{
	background: url(../images/hdr-dochters.gif) no-repeat left top;
	height: 55px;
}
.widecol-hdr-update-pop{
	background: url(../images/hdr-update-pop.gif) no-repeat left top;
	height: 55px;
}

.widecol-hdr-pag-demo{
	background: url(../images/hdr-pag-demo.gif) no-repeat left top;
	height: 55px;
}

.widecol-hdr-nogvrij{
	background: url(../images/hdr-nogvrij.gif) no-repeat left top;
	height: 55px;
}

.widecol-content, .widecol-content2{
	width: 586px;
	padding: 0px 0px 10px;
	margin: 0px 0px 0px 5px;
}

.widecol-content{
	border-bottom: 1px solid #333333;
}

.widecol-content2{
	background: url(../images/2col-bottom.gif) no-repeat 0px bottom;
}

.textcol-wide{
	width: 566px;
	padding: 0px 10px;
	margin: 0px;
}

.narrowcol-left{
	padding: 10px 10px 0px;
	width: 268px;
	margin: 0px 10px 0px 0px;
}

.narrowcol-right{
	padding: 10px 10px 0px;
	width: 268px;
	margin: 0px;
}

.spacer{
	width: 10px;
	height: 100px;
}

ol{
	list-style: decimal inside;
}

ul.dochters, 
ul.update{
	list-style: none;
}

li{
	margin: 0em 0em .3em;
}

ul.dochters li{
	padding-left: 1.5em;
	background: url(../images/folder1.gif) no-repeat 0em 0em;
}

.time{
	font-size: 11px;
	color: #666;
	margin-right: 5px;
}

.numbers{
	font-size: 10px;
	color: #c7953d;
}

a:active, a:hover {
	text-decoration : none;
}

a:link{
	color:#843A12;
}

a:active{
	color:#E35C13;
}

a:visited{
	color:#3F1F0D;
}

a:hover{
	color:#E35C13;
}

#nav-bottom{
	width: 586px;
	padding: 0px 0px 10px;
	margin: 0px 0px 0px 5px;
	background: url(../images/bg-nav-bottom.gif) no-repeat 0px 0px;
	height: 16px;
}

#register, #link, #download{
	position: relative;
}

#register{
	left: 0px;
}

#link{
	left: 83px;
}

#download{
	left: 166px;
}

a img{
	border-style: none;
}

#footer{
	background: url(../images/bg-footer.gif) no-repeat 0px 0px;
	height: 25px;
	margin: 0px;
	padding: 0px 25px 0px 0px;
	width: 755px;
}

#footer p{
	color: #fff;
	text-align: right;
}

label{
	width: 100px;
	display: block;
	float: left;
}

.formdiv{
	padding-left: 100px;
}

.buttondiv{
	padding-left: 30px;
}

form{
	display: inline;
}

input.way{
	font-size: 10px;
	width: 120px;
	margin: 0px 0px 2px;
	padding: 0px;
}

.btn{
	margin: 0px 2px 0px 0px;
}

form p{
	margin-bottom: 5px;
}

input.pagename{
	width: 175px;
}

select.subdomain{
	width: 179px;
}




table {
	text-align: left;
}

/*
De items hieronder zijn toegevoegd
#head (bovenin) is gewijzigd
Het plaatje 'hdr-update-pop.gif' in de images map is gewijzigd
*/


div.center {
	text-align: center;
	padding: 10px 0px;
}

div.header_search{
	position:absolute;
	left:380px;
	top:25px;
	width: 250px;
}

input.orangebutton, input.redbutton {
	border-top: 1px solid #6F4500;
	border-right: 2px solid #6F4500;
	border-bottom: 2px solid #6F4500;
	border-left: 1px solid #6F4500;
	height: 23px;
	font-weight: bold;
} 

input.orangebutton{
	background: #FFAD29;
}

input.redbutton{
	background: #FE5200;
	color: #fff;
}
