/* StyleSheet for www.justus-rheinruhr.de */
/* 2006-03-27: erstellt (ralf.tinca.net) */

html {
}
body {
        background-color : White;
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
}
/* richtige reihenfolge der pseudoelemsnte: */
a {
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}
a:focus {
}
h1, h2, h3  {
   background-color: transparent;
        color: Black;
}
h4 {
   background-color: transparent;
        color: Black;
}
h5 {
   background-color: transparent;
        color: Black;
}
h6 {
   background-color: transparent;
        color: Black;
}
p {
}
table {
}
td {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}
form {
}
input {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}
select {
        background: #CCC;
        color: #FFF;
}
textarea {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}

/* IDs */

#basictop {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 900px;
        height: 180px;
        background-color: transparent;
        color: inherit;
        overflow: visible;
        background-image: url(../images/bg-top.png);
        background-position: center;
        background-repeat: no-repeat;
}
.l-logo {
        display: none;
}
.l-top-image {
        display: none;
}
.l-top-bg {
        display: none;
}
.l-top-right {
        display: none;
}
#styleswitcher {
        position: absolute;
        top: 190px;
        left: 700px;
}

#navH2 {
        background: transparent;
        text-align: left;
        position: absolute;
        left: 50px;
        top: 191px;
        z-index: 20;
        color: Black;
}
#navH2 ul {
  display: inline;
  list-style: none;
}
#navH2 li {
  display: inline;
}

#frame {
        position: absolute;
        width: 900px;
        top: 240px;
        background-color: transparent;
        color: inherit;
}
#basicmain {
        width: 660px;
        float: left;
        background-color: transparent;
        color: inherit;
}
#left {
        width: 180px;
        float: left;
        background-color: transparent;
        color: inherit;
}
#main {
        width: 440px;
        float: right;
        background-color: transparent;
        color: inherit;
}
#right {
        width: 220px;
        float: right;
        margin-top: 50px;
        background-color: transparent;
        color: inherit;
}
#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 */