/* ************** Links ************** */

.related a:link {
	font-size: 10px;
	color: #4784c3;
	text-decoration: none;
}
.related a:active {
	font-size: 10px;
	color: #d38153;
	text-decoration: none;
}
.related a:visited {
	font-size: 10px;
	color: #83589e;
	text-decoration: none;
}
.related a:hover {
	font-size: 10px;
	color: #0000cc;
	text-decoration: underline;
}


/* ************** Navigation ************* */

a.navseclev3, a:visited.navseclev3 { 
	line-height: 10px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003466;
	text-decoration : none;
}

a:hover.navseclev3 { 
	line-height: 10px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003466;
	text-decoration : underline;
}

a.navseclev2, a:visited.navseclev2 { 
	line-height: 12px;
	font-size: 11px; font-family: Arial, Helvetica, sans-serif;
	color: #003466;
	text-decoration : none;
}

a:hover.navseclev2 { 
	line-height: 12px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003466;
	text-decoration : underline !important;
}

a.navseclev1, a:visited.navseclev1{ 
	font-size: 11px;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #003466; 
	font-weight: bold;
	text-decoration : none;
}

a:hover.navseclev1 { 
	line-height: 12px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003466;
	text-decoration : underline;
}

a.navservice, a:visited.navservice{ 
	font-size: 11px;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #747474; 
	font-weight: bold;
	text-decoration : none;
}

a:hover.navservice { 
	line-height: 12px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #747474;
	text-decoration : underline;
}



/* ************** Classes ************** */

.relatedImage, a:link.relatedImage, a:visited.relatedImage, a:active.relatedImage {
	font-size: 10px;
	color: #ffffff;
	background-color: #4784c3;
	text-decoration: none;
}

.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 {
	font-size:11px;
	text-align: right;
}

/* ************** Style for press-informations ************** */

.articleInfo {
	font-size: 11px;
	color: #000000;
}	

.articleInfo strong, .related strong { 
	color: #666666;
}	

/* ************** Styles for tables ************** */

.tblSeparatorStrong {  
	background-color: #999999; /* Bold grey line between table rows */	
}

.tblSeparator {
	background-color: #cccccc; /* 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 */


/*-- the Breadcrumb Navigation -------------------------------------------*/

#navBreadcrumbs {
	width: 600px;
	height: 13px;
}

#navBreadcrumbs ul {
 list-style-type: none; 
 padding: 0 0 0 10px; 
 margin: 0; 
 color: #666 }

#navBreadcrumbs ul li {
 display: inline; 
 font-size: 10px; 
 margin: 0 }

#navBreadcrumbs ul li a {
 padding: 0 10px 0 0; 
 margin-right: 10px; 
 color: #999; 
 text-decoration: none; 
 float: left; 
 background: url("/lib/css/base/dot.gif") no-repeat right center;
}

#navBreadcrumbs ul li a.sans {
 background: none;
}

#navBreadcrumbs ul li a.current {
 color: #003366;
}

