/* alle Definitionen ohne Farbinformation */


/*  allgemeine Boxeinstellungen -----*/

#oben   /* Überschrift */
{
  top:     30px;
  margin:  30px 10px 20px 10px;
 /* height:  50px; */
  padding-left: 200px;
  border-top-style:  ridge;
  border-bottom-style: ridge;
  text-align: center;
}

#links  /*Navigationsmen&uuml; Masterbox */
{
  position: absolute;
  left: 20px;
  top: 150px;
  width: 240px;
  margin-bottom: 20px;
  padding-top:    10px;
  padding-bottom: 10px;
  border-style: ridge;
  font-weight: bold;
  font-size  : 12pt;
  text-align : left;

}

div.menu /* das eigentliche Men&uuml; in der Seitenleiste */
{
  font-weight: bold;
  font-size  : 11pt;
  padding: 5px;
  text-align: left;
}

#rechts
{
  top: 150px;
  margin-left: 230px;
  margin-right: 10px;
  padding: 3em;
  padding-bottom: 60px;
  border-style: ridge;
  text-align: center;
}

#unten
{
  position: relative;
  top: -50px;
  margin-left: 250px;
  margin-right: 50px;
 /* height: 100px; */
  padding: 0.5em;
  border-style: ridge;
  text-align:center;
  font-size: 12pt;
}

div.textbox /* Fuer Hervorhebungen in Flietext */
{
  border-style:ridge; 
  border-width: 3px; 
  padding: 3px;
}


div.menu a:link
{
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
}

div.menu a:hover
{
  font-size: 10pt;
  font-weight: normal;
  text-decoration: underline;
}

div.menu a:visited
{
  font-size: 10pt;
  font-weight: normal;
  text-decoration: underline;
}

#eng a:hover
{
  font-size: larger;
}

/* Bilder *****************************/

img.cent
{
    margin-left: auto;
    margin-right: auto;
}

div.menu img
{
  margin: auto;
  border-width: 0px;
  float       : none;
}


div#rechts img
{
  margin-right : 5px;
  margin-left  : 2px;
  margin-top   : 5px;
  margin-bottom: 5px;
  border-width : 2px;
  float        : left;
}

div#rechts img.cent
{
  float : none;
}

div#rechts img.cnolink
{
  float : none;
  border-style: none;
}


/*** Fonts ***/
span.amazon
{
    font-family: verdana,arial,helvetica; 
    font-size: 70%;
}

.raetsel
{
    width: 1000px;
    height: 50px;
    font-family: fantasy;
    text-align: center;
    vertical-align: middle;
    font-size: 50px;
}

.lit
{
    font-style: italic;
    font-size: 11pt;
}

.quot
{
  /*  font-size: smaller;*/
}

.pict
{
    font-size: smaller;
    text-align: center;
}

.navlink
{
  font-size: 10pt;
}

.navtext
{
  text-align  : left;
  font-size   : 12pt;
 font-style: normal;
 font-weight: normal;
    
}

ol, ul
{
    text-align: justify;    
}

p, td, span.norm
{
 color       : #FFFFCC;
 text-align  : justify;
 
 font-size   : 12pt;
 font-style: normal;
 font-weight: normal;
}

blockquote
{
 color       : orange;
 text-align  : justify;
 font-size   : 12pt; 
}

.h4
{
 color      : gold;
 font-weight: bold;
 font-size  : 11pt;
 text-align : left;
}

.c4
{
 color      : gold;
 font-weight: bold;
 font-size  : 11pt;
 text-align : center;
}

em { color : yellow; }


h1
{
 color          : #FFF3C4;
 font-size      : 24pt;
 text-decoration: underline;
}

div#rechts h1
{
  text-align: center;
}

h2
{
 color      : #FFF3C4;
 font-size  : 18pt;
}

div#rechts h2
{
   text-align: center;
}

h3
{
 color      : #FFF3C4;
 font-size  : 12pt;
 text-align : left;
}

div#rechts h3
{
  text-decoration: underline;
}

h4
{
 color      : #FFF3C4;
 font-size  : 10pt;
 text-align : left;
}

.select
{
 color      : orange;
 font-weight: bold;
}


/*** Listen ***/
ul.topic    /* Die Navigationsliste mit Hauptbeitr&auml;gen */
{
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.topic li
{
  padding: 3px;
  border-top: 1px solid #006666;
}

li#norm
{
  border-top: none;
}

/* ul#topic li a:hover
{
  background: url(bgtrans2.gif);
}

ul#topic li a:link, ul#topic li a:visited
{
  display: block;
}     */

ul#subtopic /* Die Unterthemen einer Kategorie */
{
  list-style: none;
  padding: 0;
  margin: 0;
}

ul#subtopic li
{
  border-top: 0 none;
  padding-left: 1.5em;
  padding-top: 0;
  padding-bottom: 0;
}

br.all
{
    clear:both;
}

/***** Tabellen *****/
table.rv
{
  align: center;
  margin: auto;
  spacing: 2px;
  padding: 2px;
  border-width : 2px;
  border-color : lightblue;
  border-style : ridge;
  background-color : #404540;
}

th.rv
{
  color : gold;
  border-color : #888888;
  border-style : inset;
  border-width : 2px;
}

td.rv
{
  color         : yellow;
  border-color  : #888888;
  border-style  : inset;
  border-width  : 2px;
  vertical-align: top;
  text-align    : center;
  font-size     : 9pt;
  padding       : 3px;
}

td.rvjus
{
  color         : yellow;
  border-color  : #888888;
  border-style  : inset;
  border-width  : 2px;
  vertical-align: top;
  text-align    : justify;
  font-size     : 9pt;
  padding       : 3px;
}

td.rvl
{
  color         : yellow;
  border-color  : #888888;
  border-style  : inset;
  border-width  : 2px;
  vertical-align: top;
  text-align    : left;
  font-size     : 9pt;
  padding       : 3px;
}

table.foot
{
  align: center;
  spacing: 2px;
  padding: 2px;
  border-width : 2px;
  border-color : lightblue;
  border-style : ridge;

}

td.foot
{
  color         : #00E090;
  vertical-align: top;
  text-align    : left;
  font-size     : 11pt;
  padding       : 2px;
  spacing       : 0px;
}

td.foot
{
  font-size     : 12pt;
  color         : #00E090;
  text-align    : left;
  vertical-align: top;
}

td.footl
{
  font-size     : 11pt;
  color         : #00E090;
  text-align    : left;
  vertical-align: top;
  width         : 5%;
}
td.footr
{
  font-size     : 11pt;
  color         : #00E090;
  text-align    : left;
  vertical-align: top;
  width         : 95%;
}

.button
{
    border-width: 3px;
    border-style: outset;
    border-color: gray;
    margin: auto;
    padding: 10px;
}
