/* Standard Einstellungen für das Dokument */
body, h1, h2, h3, p, img, form, input, textarea, select, span, div, tr, a {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  text-align: left;
  border: none;
  text-decoration: none;
}
* {
  margin: 0px;
  padding: 0px;
}
h1 {
  font-size: 16px;
  margin-bottom: 16px;
  color: #FFFFFF;
  line-height: 1.4;
  font-weight: bold;
}
.no_margin_bottom {
  margin-bottom: 0px;
}
h2 {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 10px;
  color: #FFFFFF;
  line-height: 1.4;
}
h3 {
	font-weight: bold;
    margin-bottom: 11px;
	color: #FFFFFF;
	line-height: 1.4;
}
h4 {
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0px;
	font-size: 11px;
	line-height: 1.4;
}
p {
  margin-bottom: 12px;
  line-height: 1.4;
}
p.kursiv {
  margin-bottom: 12px;
  font-style: italic;
  line-height: 1.4;
}
p.line_space {
  line-height: 1.7;
}
a {
  color: #FFFFCC;
  font-weight: bold;
}

a:hover {
  color: #FFFFFF;
}
div.clear {
  clear: both;
}
div.csc-sitemap ul {
  margin-left: 15px;
}
#right ul {
	margin-left: 0px;
	padding-left: 17px;
}
#right ul li {
   line-height: 1.4;
}


/* Styles fuer TT_NEWS */
.news-latest-item {
    clear: both;
    margin-bottom: 30px;
}
