/*grey:#666 */
/* heading */
h1, h2, h3, h4, h5, h6 {
  margin: 6px 0 0 0;
  color: #424242;
}

h1 {
  font-size: 150%;
}

h2 {
  font-size: 120%;
  font-weight: normal;
}

h3 {
  font-size: 100%;
}

/* link */
a {
  font-weight: 500;
  font-size: 100%;
  text-decoration: none;
  color: #505050;
}

a:hover {
  text-decoration: underline;
  color: #7F0000;
}

/* FF 3 */
a:active, a:focus {
  outline: none;
  color: #7F0000;
}

/* paragraph */
p {
  margin: 0 0 8px 0;
  text-align: justify;
  line-height: 140%;
}

p.p_tiny {
  color: #666;
  font-size: 75%;
}

div#layout_content ul {
/* disc, circle, square */
  list-style-type: disc;
  /*list-style-image: url(images/knubbel.png);
*/
  padding-left: 18px;
  margin: 0;
}

ol {
/* lower-roman, upper-alpha */
  /* list-style-type: katakana;
*/
  padding-left: 18px;
  margin: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 8px 0;
}

pre {
  font-size: 125%;
}

blockquote {
  padding-left: 3px;
  margin-left: 20px;
}

address {
  font-weight: 700;
  color: #3300FF;
}

/* character */
span.important {
  color: #f00;
}

span.grey {
  color: #666;
}

span.tiny {
  font-size: 75%;
}

/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link {
}

a.external-link-new-window {
}

a.internal-link {
}

a.internal-link-new-window {
}

a.download {
}

a.mail {
}

/* Left, center, right and justify alignment of text in block elements*/
p.align-left, td.align-left, th.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, div.align-left, address.align-left {
  text-align: left;
}

p.align-center, td.align-center, th.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, div.align-center, address.align-center {
  text-align: center;
}

p.align-right, td.align-right, th.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, div.align-right, address.align-right {
  text-align: right;
}

p.align-justify, td.align-justify, th.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify, div.align-justify, address.align-justify {
  text-align: justify;
}

/*csc menü*/
dl.csc-menu-4 a{
  font-weight: bold;
  color: #CCCC33;
}