/* ************** Elements ************** */

html, body {
	color: #000;
}

 
p, ul, li {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td, tr {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #d38153;
	font-size: 14px;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

small {
	font-size: 10px;
}

input, select {
 	color: #000;
	font-family: Arial, Helvetica,  sans-serif;
	font-size: 12px;
	}

/* ************** Links ************** */

img {
border-color: #176B6C;
}

a:link {
	color: #176B6C;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #1E8A8A;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

.related a:link {
	color: #4784c3;
	font-size: 10px;
	text-decoration: none;
}
.related a:active {
	color: #d38153;
	font-size: 10px;
	text-decoration: none;
}
.related a:visited {
	color: #83589e;
	font-size: 10px;
	text-decoration: none;
}
.related a:hover {
	color: #0000cc;
	font-size: 10px;
	text-decoration: underline;
}

A.navseclev3, A:visited.navseclev3 { 
	line-height: 13px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003466;
	text-decoration : none;
}

A:hover.navseclev3 { 
	line-height: 13px;
	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;
	display:block;
	padding:3px 2px 3px 0;
}

A:hover.navseclev1 { 
	line-height: 12px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003466;
	text-decoration : underline;
	display:block;
	padding:3px 2px 3px 0;
}

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 {
 color: #FFF;
 background-color: #4784C3;
}

.linkList
{
	margin-bottom: -9px;
}


.intro {
	color: #C47547;
	font-size: 14px;
}

.caption {
	color: #666;
	font-size: 10px;
	vertical-align: bottom;
}

.hint { 
	font-style: italic;
	font-size: 11px;
}

.marker {
	color: #000; /* Useful in case of later changes */
}					


.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;
}
.standardTextarea {
	width: 430px;
	display: inline;
}
