/* welcome page */
div#header {
  color:#7a0009;
  margin:110px 0px 0px 60px;
}

div#header div, div#header h1 {
	display:inline;
}
div#header div h1 {
  font-size:28px;
  margin:0px;
  font-weight:normal;
}
div#content {
  padding:0;
}
table.contenttable td {
  padding:0;
  margin:0;
}
table#welcomeHeader {
  background-image:url(../img/leaves-pattern-welcome.jpg);
  width:100%;
  margin:12px 0px 0px 0px;
}

table#welcomeHeader td#logo {
  background-repeat:no-repeat;
  vertical-align:bottom;
}

div#welcomeHeaderHotspot {
  padding-left:132px;
  color:#7a0009;
}
div#welcomeHeaderHotspot table {
  margin-top:16px;
  width:600px;
}
div#welcomeHeaderHotspot td {
  font-size:16px;
  color:#7a0009;
  white-space:nowrap;
  padding-bottom:10px;
}

/* macht der I.E noch immer nicht mit:
div#welcomeHeaderHotspot td a:after {
  content:"   "url(../img/dreiPfeile.gif);
}
*/

div#welcomeHeaderHotspot td a {
  text-align:right;
  padding-right:6px;
}
div#welcomeHeaderHotspot td {
  font-size:16px;
  line-height:12px;
}
div#welcomeHeaderHotspot p {
  font-size:16px;
}
div#welcomeHeaderHotspot div {
  display:inline;
}

div#welcomeHeaderHotspot td a, 
div#welcomeHeaderHotspot td a:link,
div#welcomeHeaderHotspot td a:visited,
div#welcomeHeaderHotspot td a:active,
div#welcomeHeaderHotspot td a:hover {
  font-size:16px;
  font-weight:normal;
  color:#c0000e;
}


