/***********************************************/
/***********************************************/
/*    HTML ELEMENTS                            */
/***********************************************/
html, body {
    margin: 0px;
}
a:link, a:visited, a:hover {
    text-decoration: underline;
}

/***********************************************/
/***********************************************/
/*    SPECIAL HTML ELEMENTS                    */
/***********************************************/

/***********************************************/
/***********************************************/
/*    IDENTITIES                               */
/***********************************************/
/* link to content must always be hidden
   when styled. This is used to goto content
   when no style is selected */
#content-link {
    display: none;
}
#container {
    width: 100%;
}
#placeholder-top,
#placeholder-left,
#placeholder-right,
#placeholder-bottom,
#extended-debug-info {
    display: none;
}
#placeholder-content-no-right,
#placeholder-content {
    width: 100%;
}
.linktoolbar,
.sitelocator {
    display: none;
}
#coretrek-colofon {
    padding-top: 30px;
    float: right;
}
