/* ************** Links ************** */

.related a:link {
	font-size: 10px;
	color: #4784c3;
	text-decoration: none;
}

.related a:hover {
	font-size: 10px;
	color: #0000cc;
	text-decoration: underline;
}


/* ************** Classes ************** */

.relatedImage, a:link.relatedImage, a:visited.relatedImage, a:active.relatedImage {
	color: #ffffff;
	background-color: #4784c3;
}

.linkList
{
	margin-bottom: 10px;
	margin-top: 10px;
}

.intro {
	font-size: 14px;
	color: #c47547;
}

.caption {
	font-size: 10px;
	color: #666666;
	vertical-align: bottom;
}

.hint {
	font-size: 11px;
	font-style: italic;
}

.inlineHeadline {
	font-size: 12px;
	font-weight: bold;
}

.related {
	font-size: 10px;
	vertical-align: bottom;
}

.related .inlineHeadline {
	font-size: 11px;
	font-weight: bold;
}

.related p {
	font-size: 10px;
}

td.related {
	vertical-align: top;
}

.current {
	color: #d38153;
}
.author {
	text-align: right;
	font-size:11px;
}

/* ************** Classes for sitemap ************** */
.sitemapLevelOne {
	background-color: #E2E2E2;
	font-size: 10px;
}

.sitemapLevelTwo {
	background-color: #F1F1F1;
	font-size: 10px;
}

.sitemapLevelThree {
	background-color: #FCFCFC;
	font-size: 10px;
}

A.sitemap, A:visited.sitemap {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003466;
	text-decoration : none;
}

A:hover.sitemap {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003466;
	text-decoration : underline;
}


/* ************** Style for press-informations ************** */

.articleInfo {
	/* formerly the class "hint" was used for this */
	color: #000;
	font-size: 11px;
}

.articleInfo strong, .related strong {
	color: #666;
}

/* ************** Styles for tables ************** */

.tblSeparatorStrong {
	background-color: #999; /* Bold grey line between table rows */
}

.tblSeparator {
	background-color: #CCC; /* Grey line between table rows */
}


/* ************** Styles for hiding borders around images in links ************** */

A:link IMG, A:visited IMG { border-style: none }
A IMG { color: white } /* The only way to hide the border in NS 4.x */


/* ************** Styles for mail forms ************** */
.standardField {
	width: 210px;
	display: inline;
}
.tklink {  font-family: Arial, Helvetica, sans-serif; font-size: 10px}
