* { /* alle ränder auf 0 */
  padding: 0;
  margin: 0;
}

body {
  font-family: arial,sans-serif; /* helvetica,verdana, */
  font-size: 11px;
  background: url(../images/minigrafik_links.jpg) repeat-y;
  background-position: left;
  /* width: 774px;  */
  min-height: 100%;
  line-height: 15px;
}

h1 {
  font-family: book antiqua, arial;
  font-weight: bold;
  font-size: 10pt;
  margin-top: 3px;
  margin-bottom: 10px;
  color: #8C1010;
}

.componentheading {
  font-family: tahoma, arial;
  font-weight: bold;
  font-size: 13px;
  margin-top: 3px;
  margin-bottom: 12px;
  color: #8C1010;
}

h2 {
  font-family: book antiqua, arial;
  font-weight: bold;
  font-size: 10pt;
  margin-top: 3px;
  margin-bottom: 10px;
  color: #000000;
}

h3 {
  font-family: arial;
  font-weight: bold;
  font-size: 11px;
  margin-top: 3px;
  margin-bottom: 2px;
}

h6 {
  font-family: arial;
  font-weight: normal;
  font-size: 11px;
  margin-top: 0px;
  margin-bottom: 0px;
}

a {
  font-family: book antiqua, arial;
  font-weight: bold;
  font-size: 12px;
  color: #8D5252;
  text-decoration: none;
}

a:visited {
  font-family: book antiqua, arial;
  font-weight: bold;
  color: #8D5252;
  text-decoration: none;
}

a:hover {
  font-family: book antiqua, arial;
  font-weight: bold;
  color: #533131;
  text-decoration: none;
}

.bildlinks {
    margin: 0px 5px 5px 0px;
}

.bildrechts {
    margin: 0px 0px 5px 5px;
}


/************************************************/
/* div's formatieren                            */
/************************************************/

#body {
  position: relative;
  margin: auto;
  margin-top: 30px;
  height: 554px;
  width: 703px;
  background: url(../images/hintergrund.png) no-repeat;

}

#top {
    position: absolute;
    width: 305px;
    height: 19px;
    margin-top: 31px;
    margin-left: 260px;
}

#content {
  position: absolute;
  width: 458px;
  height: 397px;
  margin-top: 70px;
  margin-left: 115px;
  overflow: auto;
}

#right {
  position: absolute;
  width: 147px;
  margin-left: 576px;
  margin-top: 60px;

}

#next {
  position: absolute;
  width: 565px;
  height: 56px;
  margin-left: 103px;
  margin-top: 472px;
}

#link {
  position: absolute;
  width: 15px;
  height: 15px;
  margin-left: 12px;
  margin-top: 275px;
}


/************************************************/
/* menu formatieren                             */
/************************************************/

/* alle menu einträge */

#right li {
list-style:none 
}

#right a {
  font-family: arial;
  width: 120px;
  padding-left: 6px;
  display: block;
  text-decoration: none;
  color: black;
}

/* hauptmenu einträge - inaktive-allgemein, hover, active */

#right ul li a {

  padding-top: 2px; 
  height: 16px; /* plus padding */
  background: url(../images/button_normal.png) no-repeat;
  font-size: 10px;
  font-weight: bold;
}

#right ul li a:hover {
  background: url(../images/button_mouseover_ausgewaehlt.png) no-repeat;
}

#right ul li.active > a {
  background: url(../images/button_mouseover_ausgewaehlt.png) no-repeat;
}

/* submenu einträge - zur zeit nicht benutzt */

#right ul li ul li a {
  padding-top: 3px;
  height: 17px; /* plus padding = 19px */
  font-size: 11px;
  font-weight: bold;
  background: url(../images/submenu_inaktiv.jpg) no-repeat;
}

#right ul li ul li a:hover {
  background: url(../images/submenu_hover_aktiv.jpg) no-repeat;
}

#right ul li ul li.active a {
  background: url(../images/submenu_hover_aktiv.jpg) no-repeat;
}


/************************************************/
/* module formatieren                           */
/************************************************/

.wrapper {
    position: relative;
    top: -6px;
    left: -6px;
}

.mp3player {
    margin-top: 27px;
	margin-left: 3px;
	font-family: arial;
	font-size: 8px;
}

.letter {
	margin-top: 20px;
	margin-left: 3px;
	line-height: 25px;
}
