/* StyleSheet for www.justus-rheinruhr.de */
/* 2006-03-27: erstellt (ralf.tinca.net) */

html {
}
body {
        margin: 0px;
        background-color: White;
        color: Black;
        font-family: "Times New Roman", Times, serif;
        font-size: 12pt;
}
/* richtige reihenfolge der pseudoelemsnte: */
a {
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}
a:focus {
}

p {
}
table {
}
form {
}

/* IDs */

#basictop {
        display: none;
}
.l-logo {
        display: none;
}
.l-top-image {
        display: none;
}
.l-top-bg {
        display: none;
}
.l-top-right {
        display: none;
}

#frame {
        width: 100%;
        background-color: transparent;
        color: inherit;
}
#basicmain {
        width: 95%;
        float: left;
        background-color: transparent;
        color: inherit;
}
#left {
        display: none;
}
#main {
        width: 90%;
        float: right;
        background-color: transparent;
        color: inherit;
}
#right {
        display: none;
}
#bottom {
        clear: both;
        background-color: transparent;
        color: inherit;
        margin-top: 1em;
        margin-bottom: 1em;
        padding-top: 2em;
        padding-bottom: 1em;
        text-align: center;
}


/* classes */




/* StyleSheet end */