/* *** CSS Document *** */
@CHARSET "ISO-8859-1";

/* layout */
html, body {
    margin: 0;
    padding: 0;
}

body {
    text-align: left;
    color: #000;
    background-color: white;
    width: 100%;
}

#container {
    font-family: Arial, sans-serif;
    font-size: 1em;
    min-height:100%;
}

#header {
    display: none;
}

#left{
    display: none;
}

#footer {
    display: none;
}

#right{
    display: none;
}

#content {
    padding: 10px;
}

#clearfooter {
    display: none;
}


/* hyperlinks */
a {
    color: #069;
}

a[href]:after {
    content:" <"attr(href)">";
    background-color: inherit;
    color: #069;
    font-style: italic;
}

#container:after {
    content: "Webdesign und Programmierung - www.aritso.net";
    color: #000 !important;
    font-size: 1em;
    border-top: 1px solid #999;
    background-color: none;
}
