body {
  font-family: Arial;
	font-size: 10pt; 
	height: 100%;
}

a {
  color: #5D74AE;
	text-decoration: none;
}

div.clear {
  	clear: both;
}

div.article {
  font-size: 12px;
	margin: 8px 10px 18px 8px;
}

img.pagetitle {
  margin: 0px 0px 10px 0px;
	border: 0px;
	display: block;
}

img.ueberschrift {
  margin: 0px 0px 5px 2px;
	border: 0px;
	display: block;
}

div.inhalt {
	font-size: 12px;
	margin: 0px 40px 20px 3px;
}

div.inhalt p {
  font-size: 12px;
	margin: 0px 0px 10px 0px;
}

img.download {
	border: 0px;
	margin: 3px;
	vertical-align: middle;
}

table.headline, table.line, table.noline {
  border: 0px;
	border-collapse: collapse;
	margin-right: 14px;
}

table.headline {
  margin: 1cm 0cm 1cm 0cm;
}

table.headline td, table.line td {
	vertical-align: top;
	font-size: 11px;
	margin: 0px;
	padding: 3px 30px 3px 10px;
	font-family: Arial;
	border-bottom: 1px solid #336296;
}

table.headline tr.doubleunderline td, table.line tr.doubleunderline td {
  border-bottom: 3px double #336296;
} 

table.headline tr.bold td, table.line tr.bold td {
  font-weight: bold;
}

table.headline tr:first-child td, table.headline tr.header td {
  font-weight: bold;
}

/* IE Star-HTML-Hack für die erste Zeile */
* html table.headline td {
	font-weight: expression((this.parentNode.parentNode.firstChild == this.parentNode)? "bold" : "" );
}

table.headline td.smallcell, table.line td.smallcell, table.headline tr:first-child td.smallcell {
	padding: 3px 5px 3px 5px;
}

table.noline td {
	border: 0px;
	font-size: 12px;
}

a.link, a.smallink {
  text-decoration: none;
  font-size: 12px;
  display: block;
}

a.smallink {
  font-size: 11px;
}
 
/* Formatierung für Browser außer IE */ 
a.link:before, a.smallink:before {
  content: url(../bilder/link.gif);
  margin-right: 4px;
}
 
/* IE Star-HTML-Hack für die Darstellung der Links */
* html a.link {
  padding-left: 20px;
	background: url(../bilder/link_ie.gif) no-repeat;
}

* html a.smallink {
  padding-left: 20px;
	background: url(../bilder/link_ie.gif) no-repeat 0px 1px;
} 							

a.imageLink img {
  border: 0px;
}

div.article {
  clear: both;
	margin-bottom: 1cm;
}
