/* Textformate */
.MAIN_TITLE       { font-family: helvetica,arial,sans-serif; font-weight: bold; font-size: larger; }
.WELCOME          { font-family: sans-serif; font-weight: bold; font-style: italic; }
.SONG_TITLE       { font-weight: bold; font-size: 110%; color: #02471F; }
.SONG_STYLE       { font-style: italic; color: #02471F; font-weight: bold; font-size: 60%; }
.SONG_ARTIST      { font-weight: bold; font-size: 60%; }
.SONG_LINK        { font-weight: bold; font-size: 80%; }
.SONG_WRITER      { font-style: italic; font-size: 60%; }
.SONG_DESCRIPTION { font-style: normal; font-weight: normal; font-size: 80%; }
.COLORED          { color: rgb(204,0,0); }
 

/* Dokumentinhalt */
body {
   background-color: #F6FFE4;
}

/* Sektionen */
div.SECTION {
   margin: 5px;
}

div.SUBSECTION {
   margin: 5px;
   padding: 5px;
}

/* Trennlinien */
hr {
   width: 100%;
   height: 2px;
}


/**********************
 * Spezielle Elemente
 **********************/

div[id=HEADER],
div[id=FOOTER],
div[id=MAIN] {
   width: 100%;
}

div[id=HEADER] {
   text-align: center;
}

img[id="STOMAN_IMAGE"] {
  width: 224px;
  text-align: middle;
  margin: 5px;
  border: 2px solid black;
}

ol.SONG_LIST {
}

ol.SONG_LIST > li {
   margin-top: 4px;
   margin-bottom: 4px;
   padding: 5px;
   border: 1px solid black;
   background-color: #FFFFFF;
}

/** Liedtitel */
div.SONG_TITLE span.ANNOTATION {
   font-family: helvetica, arial, sans-serif; 
   font-style: italic; 
   font-size: 85%; 
   font-weight: bold;
}

/** Komponist und Texter */
div.SONG_WRITER {
}

/** Download-Link */
div.SONG_LINK {
}

/** Liedstil */
div.SONG_STYLE {
}

/** Interpret */
div.SONG_ARTIST {
}

div.SONG_INFO {
   /*width: 40%;*/
}

div.SONG_DESCRIPTION {
   margin-top: 5px;
   padding-top: 4px;
   border-top: 1px solid black;
}

img[id=STOMAN_IMAGE] {
   /*width: 224px;*/
   width: 160px;
   text-align: middle;
}

