body
{
    background-color: #fff;
    background-image: none;
    
    padding: 0px;
    margin: 0px;
    
    font-family: arial, helvetica, sans-serif;
}

#bglayout
{
    height: auto;
    overflow: visible;
    background-image: none;
}

#wrapper
{
    width: auto;
    margin: 0px;
    padding: 0px;
}

#topbar
{
    display: none;
}

#headerpane
{
    display: none;
}

#allcontentpane
{
    width: auto;
    background-image: none;
}

#menupane
{
    display: none;
}

/* Content */

#contentpane
{
    width: auto;
    margin: 0px;
}

#crumbtrail
{
    display: none;
}


/* Text content */

#textcontent
{
    width: auto;
}

#textcontent, #textcontent p
{
    font-size: 12px;
    color: #000;
    line-height: 18px;
}

/* Text elements */

h1
{
    color: #cc4e0a;
    font-size: 20px;
    font-weight: normal;
    margin: 26px 0px 10px 0px;
    padding: 0px;
    line-height: 24px;
}

h2
{
    color: #94a245;
    font-size: 16px;
    font-weight: normal;
    margin: 15px 0px 16px 0px;
    padding: 0px;
}

h3
{
    color: #e97d43;
    font-size: 14px;
    font-weight: normal;
    margin: 11px 0px 7px 0px;
    padding: 0px;
}

h4
{
    color: #798d88;
    font-size: 12px;
    font-weight: bold;
    margin: 7px 0px 5px 0px;
    padding: 0px;
}

#textcontent a
{
    color: #758906;
}

#textcontent a:hover
{
    color: #af4419;
}

#textcontent ul
{
    margin: 0px;
    padding: 0px 0px 0px 4px;
    list-style-type: none;
}

#textcontent ul li
{
    padding: 1px 0px 2px 13px;
    background-image: url(../images/bullet_bruin.gif);
    background-repeat: no-repeat;
    background-position: 4px 9px;
}

#textcontent ul.linksonder
{
	margin: 12px 0px 0px 0px;
}

div.bottomline
{
	display: none;
}

/* Printer */

a.print
{
	display: none;
}

/* Right pane */

#rightpane
{
    display: none;
}

/* Footer */

#footer
{
    display: none;
}
