
body {
    background: #FFF;
    font-size: 10pt;
    font-family: Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

ol, ul {
    margin: 0;
    padding: 0;
}

ul li {
    padding-left: 0;
}

#content {
    width: auto;
    margin: 0 5%;
    padding: 0;
    border: 0;
    float: none !important;
    color: #000;
    background: transparent none;
}

#logo,
#header,
#main {
    border: 0;
}

#header a {
    border: 0;
}

#nav,
#nav_top,
#extranav,
#breadcrumbs,
#features,
#footer {
    display: none;
    border: 0;
}

a:link,
a:visited {
    background: transparent;
    font-weight: bold;
    border-bottom-color: #555;
}

h2 a:link, h2 a:visited {
    font-weight: normal;
}

/*   Links werden angezeigt
#content a:link:after, #content a:visited:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
}

#content a[href^="/"]:after {
    content: " (http://www.jive-international.de" attr(href) ") ";
}
*/