@import url(Utilities/inet_resetbrowsers.css);

#AddressInfo, #inet_logo, #inet_submenu, #inet_plainmenu, #inet_flash
{
    display: none;
}

body
{
    background: white;
    font-size: 0.8em;
    font-family: Arial, Verdana, Tahoma, Sans-Serif;
}

#inet_content
{
    width: auto;
    margin: 0 5%;
    padding: 0;
    border: 0;
    float: none !important;
    color: black;
    background: transparent none;
}
div#inet_content
{
    margin-left: 10%;
    padding-top: 1em;
    border-top: 1px solid #930;
}

a:link, a:visited
{
    color: #520;
    background: transparent;
    font-weight: bold;
    text-decoration: underline;
}

#inet_content a:link:after, #inet_content a:visited:after
{
    content: " (" attr(href) ") ";
    font-size: 90%;
}

#inet_content a[href^=" /"]:after
{
    content: " (http://www.oikos.dk" attr(href) ") ";
}

h1, h2, h3, h4
{
    font-weight: bold;
    margin-top: 15px;
}

h1
{
    font-size: 140%;
}

h2
{
    font-size: 120%;
}

p
{
    margin-top: 5px;
    margin-bottom: 15px;
}
