html
{
    height: 100%;
}

body
{
    height:100%;
    background-repeat: repeat-y; 
    background-image: url('../images/achtergrond.gif');
    background-position:  center; 
}

#description_header_title {
	font-family: verdana
	color: white;
	font-size: 17px;
	font-weight: bold;


}
#container
{
    width: 890px;
    margin: 0px auto;
    position: relative;
    height: 100%;
}

#container .contenttable
{
    margin: 10px auto;
    position:relative;
}



.body_header
{
    width: 577px;
    height: 42px;
    background-repeat: no-repeat; 
    background-image: url('../images/header-body.gif');
}

.body_header_home
{
    background-image: url('../images/header-body_home.gif');
}

.body_body
{
    width: 577px;
    background-repeat: repeat-y; 
    background-image: url('../images/background-body.gif');
}
.body_body_home
{
    background-image:url('../images/background-body_home.gif');    
}

.header
{
    margin-bottom: 5px;
}

.bodytext
{
    margin-left: 40;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    z-index: 100;
    margin-bottom: -20px;
    min-height: 143px;
}

.body_footer
{
    height: 45px;
    width: 577px;
    background-repeat: no-repeat; 
    background-image: url('../images/footer-body.gif');
}

.body_footer_home
{
    background-image:url('../images/footer-body_home.gif');    
}



.description_header
{
    width: 283px;
    height: 87px; 
    background-repeat: no-repeat; 
    background-position: 2px 0px;
    background-image: url('../images/header-green.gif');
    background-color: white;
    padding: 0px;
    margin: 0px;
}

.description_body
{
    width: 283px;
    height: 100%;
    background-repeat: repeat-y; 
    background-position: 2px 0px; 
    background-image: url('../images/background-green-stripe.gif');
}

.description_text
{
    position: relative;
    z-index: 100;
}

.description_footer
{
    width: 283px; 
    background-repeat: no-repeat; 
    background-position: 2px 0px; 
    height: 35px;
    background-image:url('../images/footer-green.gif');
}
