/*******************************************************************************
 *D design.css . . . . . . . . . . . . . . . . . . . . . . . . . . . begins here
 **
 ** Copyright   : 2008 Webseitenhaus
 ** $Author     : Ralf Schmidt $
 ** Alle Rechte des Autors bleiben vorbehalten. Unautorisiertes Kopieren und
 ** verwenden von Programmcode oder Teile hiervon ist verboten.
 **
 ** $Id: $
 **

 ******************************************************************************/

/*******************************************************************************
 **
 *H Styles für die Verwendung in TinyCME . . . . . . . . . . . . TinyCME-Klassen
 **
 ******************************************************************************/


.hervorheben
{
  color: #A03048;
  text-decoration: underline;
  font-weight: bold;
}


.interessant
{
  font-weight: bold;
  border-bottom: 1px solid #99989a;
 }

.rot {
    color: #B92D47;
}


.abstand { padding-left: 60px;}


.teaser {
    color: #000000;
    font-weight: bold;
}


/*******************************************************************************
 **
 *H Styles für Formulare . . . . . . . . . . . . . . . . . . . . Formular Design
 **
 ******************************************************************************/


legend { 
    color: #A03048; 
    font-size: 16px;
    padding: 10px;
    font-weight: bold;
}

label { 
    width: 100px;
    display: block;
    color: #000000; 
    font-size: 12px;
    float: left;
    text-align: right;
    padding-right: 20px;
}

input, textarea, select { 
    width: 300px;
    display: block;
    color: #000000; 
}

.formblock {
    padding-left: 120px;
}

/*******************************************************************************
 **
 *H Überschriften. . . . . . . . . . . . . . . . . . . . . . . . . Überschriften
 **
 ******************************************************************************/



h1, h2, h3, h4, h5, h6 {
    color: #A03048; 
    padding-top: 15px;
    padding-bottom: 5px;
    margin: 0px;
}


h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 14px; font-variant: small-caps;}
h6 { font-size: 14px; text-decoration: underline;}


/*******************************************************************************
 **
 *H Linkgestaltung im Fließtext. . . . . . . . . . . . . . . . . . Links im Text
 **
 ******************************************************************************/


#inhalt :link, #inhalt :visited {
    color:  #A03048; 
    text-decoration: underline;
    font-weight: bold;
}

#inhalt a:hover {
    background-color: #A03048;
    color: white;
}

/*******************************************************************************
 **
 *H Linkgestaltung in der Listenansicht. . . . . . . . . . . . . .Links in Liste
 **
 ******************************************************************************/


#liste,  #liste a:link, #liste a:active, #liste a:visited, #liste a:hover {
    color: black;
    padding-bottom: 10px;
    margin: 0px;
    text-decoration: none;
    font-weight: normal;
    width: 100%;
    margin-left: -10px;
    display: block;
    padding: 12px;
}

#liste span {
    font-size: 14px; 
    font-weight: bold;
    font-variant: small-caps;
    color: #A03048; 
}

#liste a:hover  {
    padding: 10px;
    background-color: #99989a;
    text-decoration: none;
    border: 2px solid #A03048;
}


/*******************************************************************************
 **
 *H Bild anstelle horz. Linie. . . . . . . . . . . . . . . . . . . . Horz. Linie
 **
 ******************************************************************************/


hr { 
    background-color: transparent;
    background-image: url('/skg/design/trennlinie.gif');
    background-repeat: no-repeat;
    background-position: center;
    height: 15px;
    border: none;
}



/*******************************************************************************
 **
 *D design.css . . . . . . . . . . . . . . . . . . . . . . . . . . . . ends here
 **
 ** Local Variables:
 ** mode: CSS
 ** mode: outline-minor
 ** outline-regexp: "^ *\\*[A-Z]"
 ** End:
 **
 ******************************************************************************/