/***** file: ruhrfitness.css *****************************/

/***** Color ***********************************/

body, #header
 {
  color: rgb(0,0,0);
  background-color: rgb(185,210,210);
  background-color: rgb(195,205,210);
 }

#content li
 {
  border-left: 2px solid rgb(204,51,51);
 }

#main, .subpage
 {
  background-color: rgb(204,204,204);
 }

#main, #page
 {
  border-top: 3px solid rgb(102,102,102);
 }

#main
 {
  border-bottom: 3px solid rgb(102,102,102);
 }

#navi a, h1, #footer_1, footer_2, p a
 {
  color: rgb(80,80,80);
 }

#navi a.selected, h2
 {
  color: rgb(204,51,51);
 }

img
 {
  border: 3px solid rgb(255,255,255);
 }

li.border
 {
  border-left: 2px solid rgb(80,80,80);
 }

table.kurs th, table.kurs td
 {
  border: 1px solid rgb(102,102,102);
 }

table.kurs th
 {
  color: rgb(255,255,255);
  background-color: rgb(102,204,204);
 }

table.kurs td.active
 {
  background-color: rgb(235,235,235);
 }

/***** Background-Images ***********************/

#header.subpage
 {
  background-image: url(../images/header_01.jpg);
  background-position: center left;
  background-repeat: no-repeat;
 }

#header a#logo
 {
  background-image: url(../images/logo.gif);
  background-position: center left;
  background-repeat: no-repeat;
 }

#main
 {
  background-position: center center;
  background-repeat: no-repeat;
 }

.studio
 {
  background-image: url(../images/studio.jpg);
 }

/***** Fonts ***********************************/

body
 {
  font-family: Verdana, sans-serif;
  font-size: 76%;
  text-align: justify;
 }

h1
 {
  font-family: "Comic Sans MS", serif;
  font-size: 175%;
  font-weight: bold;
 }

h2
 {
  font-family: sans-serif;
  font-size: 145%;
  font-weight: normal;
 }

#content
 {
  text-align: center;
  line-height: 1.5em;
 }

#content h1, #content h2, #content p, #content ul
 {
  text-align: justify;
 }

#content ul
 {
  line-height: 1.15em;
 }

#footer_1, strong
 {
  font-weight: bold;
 }

#header span, .hide
 {
  display: none;
 }

#navi a
 {
  font-weight: bold;
  text-decoration: underline;
 }

#navi a:hover, p a:hover
 {
  text-decoration: none;
 }

#pics
 {
  margin: auto
 }

th, td
 {
  text-align: left;
  vertical-align: top;
 }

td.two
 {
  text-align: right;
 }

/***** Structure *******************************/

body, html
 {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
 }

#content
 {
  margin: 30px;
 }

#content li
 {
  margin: 5px 0;
  padding: 0 0 0 10px;
 }

#footer_1, #footer_2
{
  margin: 16px 0 0 0;
  top: 75%;
  position: absolute;
 }

#footer_1
 {
  left: 30px;
 }

#footer_1 p, #footer_2 p
 {
  margin-top: 0;
 }

#footer_2
 {
  right: 30px;
 }

#header
 {
  width: 100%;
  height: 25%;
  position: absolute;
 }

#header a#logo
 {
  width: 150px;
  height: 100%;
  display: block;
  margin: 0 0 0 30px;
 }

#main
 {
  width: 100%;
  height: 50%;
  top: 25%;
  position: absolute;
 }

#navi
 {
  right: 30px;
  bottom: 10px;
  position: absolute;
 }

#navi a
 {
  margin: 0 0 0 5px;
 }

#page
 {
  width: 100%;
  top: 25%;
  position: absolute;
 }

#page li
 {
  display: block;
 }

img
 {
  margin: 10px;
 }

li
 {
  display: inline;
 }

ul
 {
  list-style-type: none;
  padding: 0;
  margin: 0;
 }

th, td
 {
  padding: 5px;
 }

td.one, td.two, td.three
 {
  width: 175px;
 }

td.a, td.b, td.c, td.d, td.e
 {
  width: 125px;
 }
