/* ab hier: styles aus Drupal-Theme (styles.css) */

html, body, table th, table td {
  font-family: Verdana, sans-serif;
  font-size: 9pt;
  color: #393939;
  line-height: 1.7em;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1 {
  font-size: 180%;
  font-weight: bold;
  margin-bottom: .5em;
  padding-bottom: .35em;
  color: #4270ae;
  border-bottom: 1px dotted #BFC4CF;
}

h2 {
  font-size: 160%;
}

h3 {
  font-size: 140%;
  font-weight: bold;
  color: #505050;
}

h4 {
  font-size: 140%;
}

h5 {
  font-size: 130%;
}

h6 {
  font-size: 120%;
}

/* links */

a:link, a:visited {
  /*color: #cc5050;*/
  color: #3b5998;
  text-decoration: none;
}

a:hover {
  border-bottom: 1px dotted #3b5998;
}

a:active, a.active {
  color: #778899;
}


/* ------------------------------ */



P.Copyright                    /* fuer Copyright-Hinweis und Kleingedrucktes */
{
  font-size   : 8pt;
  text-align  : justify;
  padding-left: 2em;
  width       : 60%;
  color       : #999999;
}


P.Box                            /* fuer Hinweis-Kaesten */
{
  text-align: left;
  padding   : 1em 2em 1em;
  width     : 75%;
  background-color: #FFFFCC;
}


/*--- LINKS ---*/

a.external {
    padding-left: 12px;
    background: url(http://cmsstudientag.harvey-semester.de/extlink.png) left center no-repeat;
}



/*--- Lernplan ---*/

TABLE.Lernplan
{
  float: center;
  width: 80%;
  border: 1px solid black;
  margin-bottom: 1em;
  margin-left: 1em;
}


TABLE.Lernplan TD, TH
{
  text-align: left;
  vertical-align: top;
}


TABLE.Lernplan TH
{
  background: #AAAAAA;
}
