/* ------------------------------------------------------ */
/*   on-screen-stylesheet fuer http://www.krg-online.de   */
/* ------------------------------------------------------ */

/* -------------------------------------------------- */
/*                Einzelne Tags                       */
/* -------------------------------------------------- */

body { 
      color: black;
     margin: 0 0 2em 0;
 background: #62a4c0;
    padding: 0;
}

p, td, th, div, ul, ol, li, h1, h2, h3, textarea, input {
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* -------------------------------------------------- */
/* Links (allgemein) */

a:link {
   color          : #00f;
   background     : transparent;
   text-decoration: underline;
}

a:visited {
   color          : #800080;
   background     : transparent;
   text-decoration: underline;
}

a:hover {
   color          : #f00;
   background     : transparent;
   text-decoration: underline;
}

a:active {
   color          : #f00;
   background     : #fff;
   text-decoration: underline;
}

/* -------------------------------------------------- */
/*             Header & Navigation & Footer           */
/* -------------------------------------------------- */

/* -------------------------------------------------- */
/* Header */

#header {
   margin: 0 0 0 18px;
   padding-top: 1.5em;
}

#header table {
   width: 95%;
   margin: 0;
   border-collapse: collapse;
}

.rundlogo {
   color     : black;
   background: #62a4c0;
   width     : 1%;
   height    : 80px;
   padding   : 0;
}

.rundlogo a:link {
   color          : #00f;
   background     : transparent;
   text-decoration: none;
}

.rundlogo a:visited {
   color          : #00f;
   background     : transparent;
   text-decoration: none;
}

.rundlogo a:hover {
   color          : #f00;
   background     : transparent;
   text-decoration: none;
}

.rundlogo a:active {
   color          : #f00;
   background     : transparent;
   text-decoration: none;
}

.headerspace {
   color     : black;
   background: #62a4c0 url(http://www.krg-online.de/shared/header.gif);
   width     : 99%;
   padding   : 0;
}

.langlogo {
   color     : black;
   background: #62a4c0;
   width     : 1%;
   padding   : 0;
   text-align: right;
}

/* -------------------------------------------------- */
/* Navigation */

#navigation {
   color        : black;
   background   : #62a4c0;
   margin       : 0 0 0 5em;
   text-align   : left;
   font-size    : 0.8em;
}

#navigation .actual {
     font-weight: bold;
}

#navigation a:link {
   color          : #00f;
   background     : transparent;
   text-decoration: none;
}

#navigation a:visited {
   color          : #00f;
   background     : transparent;
   text-decoration: none;
}

#navigation a:hover {
   color          : #f00;
   background     : transparent;
   text-decoration: underline;
}

#navigation a:active {
   color          : #f00;
   background     : #fff;
   text-decoration: underline;
}

/* -------------------------------------------------- */
/* Footer */

#footer {
        color: black;
   background: #62a4c0;
       margin: 0 3em 0 5em;
      padding: 0;
   text-align: center;
}

#footer p {
        color: black;
   background: #62a4c0;
       border: 1px solid black;
  line-height: 150%;
   text-align: center;
    font-size: 0.8em;
}

/* -------------------------------------------------- */
/*                Content                             */
/* -------------------------------------------------- */

.content {
   color       : black;
   background  : #62a4c0;
   margin      : 1em 3em 0 5em;
   padding     : 0 2em 1em 0;
}

.content h1 {
         color : black;
   background  : #62a4c0;
         margin: 0 0 0 1em;
      font-size: 1.6em;
    font-weight: normal;
}

.content h2 {
         color : black;
   background  : #62a4c0;
    margin-left: 1em;
        padding: .1em 0 0 0.3em;
      font-size: 1.2em;
    font-weight: normal;
}

.content h3 {
         color : black;
   background  : #62a4c0;
    margin-left: 2.5em;
      font-size: 1em;
    font-weight: bold;
}

.content p {
         color : black;
   background  : #62a4c0;
    margin-left: 2.5em;
     text-align: justify;
      font-size: 0.8em;
}

.content li {
    margin-left: 2em;
      font-size: 0.8em;
list-style-type: disc;
}

.content table {
    margin-left: 2em;
     text-align: center;
}

.content th {
   background  : #62a4c0;
     text-align: center;
      font-size: 0.8em;
    font-weight: bold;
}

.content td {
      font-size: 0.8em;
}

.content hr {
         color : #62a4c0;
   background  : #87b6ca;
}

.content th.profil {
     background: #62a4c0;
        padding: 0.2em 1em 0.2em 1em;
     text-align: right;
}

.content td.profil {
     background: #87b6ca;
        padding: 0.5em 1em;
     text-align: left;
      font-size: 0.9em;
}

.content td.userlight {
     background: #87b6ca;
        padding: 0 0.5em;
     text-align: center;
      font-size: 0.9em;
}

.content td.userdark {
     background: #62a4c0;
        padding: 0 0.5em;
     text-align: center;
      font-size: 0.9em;
}

/* -------------------------------------------------- */
/*                Allg. Klassen                       */
/* -------------------------------------------------- */

.fehler {
         color: #f00 !important;
   background : transparent;
}

.left {
     text-align: left !important;
}

.center {
     text-align: center !important;
}

.right {
     text-align: right !important;
}


