/* default styles
   -------------- */
html, body {
	height:100%; 
	font-family:Arial; 
	font-size:12px; 
	color:#636466;
	background: url(images/core_repeat.gif) top center repeat-y;
}
body {margin:0;}

/* container
   -------------- */
#container {
    min-height: 100%;
    _height:100%;
	height: 100%;
    margin: 0 auto; 
}

/* corecontainer
   -------------- */
#corecontainer {
    width: 978px;
    margin: 0 auto;
    position: relative;
	min-height: 100%;
    _height:100%;
}

/* topmenu
   -------------- */
#adres {
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 23px;
    background: #efefef;
    border-bottom: 1px solid #919090;
	margin-left: -4px;
}

#adres p {
    color: #626365;
    font-weight: bold;
    float: right;
    margin-top: 5px;
    padding-right: 9px;
}

/* hoofdmenu
   -------------- */
#hoofdmenu {
    width: 319px;
    background: #fff url(images/hoofdmenu_bg.gif) top left no-repeat;
    float: left;
    margin-left:-4px;
}

#hoofdmenu ul {
    list-style: none;
    margin-top: 1px;
    text-align: right;
    float: right;
    padding-right: 17px;
}

#hoofdmenu li {
    margin-bottom: 19px;
    width: 200px;
}

#hoofdmenu li a, #content h1 {
    font-size: 14px;
    font-weight: bold;
    color: #7ac142;
    text-decoration: none;
}

#hoofdmenu li a:hover {
    color: #a7a9ab;
}

img.logo {
    padding-top: 34px;
}


/* content
   -------------- */
#content {
    width: 657px;
    float: left;
    margin-left: 2px;
	height:100%;
    _height:100%;
    background: url(images/content_bg.jpg) bottom right no-repeat;
	padding-bottom: 25px;
	_padding-bottom: 40px;
}

#content h1 {
/*
    padding-top: 11px;
    padding-left: 55px;*/
}

#content p {
/*
    width: 540px;
    margin-top: 2px;
    margin-bottom: 15px;
    padding-left: 55px;*/
}

#innercontent {
  padding-left: 55px;
  padding-right: 40px;
  padding-bottom: 10px;
}
