
* {
	font-style: normal;
	font-weight: normal;
  margin: 0;
  padding: 0;
	text-align: left;
	text-decoration: none;
	text-indent: 0;
}

a {
	font-weight: bold;
	text-decoration: underline;
}

em {
	font: inherit;
	font-style: italic;
}

img {
  border: none;
}

p {
  margin-bottom: 1em;
}

strong {
	font: inherit;
	font-weight: bold;
}

ul {
  list-style-type: none;
}

#content ul, #content ol {
	padding-left: 2em;
}

body del {
	text-decoration: line-through;
}

.tight {
  margin-bottom: 0;
}

.narrow {
  margin-bottom: 0.5em;
}

.wide {
  margin-bottom: 1.5em;
}

.clearing {
  clear: both;
}

.extrawide {
  margin-bottom: 2em;
}

.indented {
  text-indent: 25px;
}

.invisible {
  display: none;
  font-size: 0%;
  visibility: hidden;
}

.error {
  color: red;
  font-weight: bold;
}

.invalid {
	color: red;
}

#content .invalid label {
	color: red;
}

#content .invalid input {
	color: red;
	border: 1px solid red;
}
body #container .image-bar {
	position: relative;
	margin-top: 60px;
	z-index: 3;
	clear: both;
}

body .image-bar .moreImages {
	float: right;
	margin-right: 10px;
	margin-top: 1em;
	height: 1em;
	display: inline;
}

body #sidebar .image-bar .moreImages {
	margin-right: 17px;
}

body #container #content .image-bar {
	width: 100%;
}

body #sidebar .image-bar {
	width: 263px;
}

body #container .image-bar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
}

body #container .image-bar ul li {
	text-align: left;
	clear: none;

	background: none;
	padding: 0;
	margin: 0;

	float: left;
	width: 54px;
	height: 54px;
	overflow: hidden;
	
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;	
}

body #container .image-bar ul li a {
	display: block;
	padding: 1px;
	margin: 0;
	width: 50px;
	height: 50px;

	position: relative;
	
	border: 1px solid #440404;
}

body #container .image-bar ul li img {
	position: relative;
	width: 50px;
	height: 50px;
	display: block;
	padding: 0;
	margin: 0;
	border: none;
}

#trailimageid {
  background: white;
  position: absolute;
  display: none;
  border: 1px solid #DFDEDD;
  z-index: 100;
  left: -9999px;
}

#trailimageid .image {
	width: 100%;
	height: 100%; 
	position: relative;
	overflow: hidden;
	text-align: center;
}

#trailimageid .image span {
	position: absolute;
	display: block;
    
	margin-top: -2em;
	top: 50%;
	bottom: 0;
	left: 0;
	right: 0;

	text-align: center;
  
	z-index: 0;
	color: #666;
}

#trailimageid .image span p {
	background: url(../../media/images/loader.gif) top center no-repeat;
	padding-top: 32px;
	width: 100%;
	text-align: center;
	z-index: 0;
}

#trailimageid p {
  font-size: 0.7em;
}

#trailimageid .image img {
	position: absolute;
	display: block;
	z-index: 11;
	top: 0;
	left: 0;
}
a {
  color: #900023;
}

#content a:hover {
  text-decoration: underline;
  background-color: #FCD21A;
}

#sidebar a:hover {
  text-decoration: underline;
  background-color: #FCD21A;
}

body {
	font-family: Verdana, sans-serif;
	font-size: normal;
	line-height: 100%;
	color: #c00;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  color: white;
}

h1 {
  font-size: 170%;
  margin-bottom: 1em;
  
  padding-top: 0;
  margin-top: 0;
  
	text-transform: uppercase;
	
	font-family: "Trebuchet MS", sans-serif;
}

h2 {
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 0.75em;
  
  padding-top: 0;
  margin-top: 0;
}

blockquote p {
  color: #666;
  font-family: Georgia, serif;
  font-style: italic;
  
  margin-bottom: 0.4em;
}

#content {
	font-size: 85%;
	line-height: 2em;
}

#sidebar{
	font-size: 85%;
}

/* css hacks */

* html body {
    font-size: x-small; /* IE5/Win */
    f\ont-size: small;  /* other IE versions */ 
}
#navigation {
	padding-top: 170px;
	margin-left: 8px;
}

#navigation li {
	position: relative;
	float: left;

	padding: 0;
	margin: 0;

	margin-right: 15px;
	
	z-index: 99;
}

#navigation li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;

	padding: 0;
	margin: 0;
	
	overflow: hidden;

	text-indent: -9999px;
	
	text-decoration: none;
}

#navigation li a span {
	position: absolute;
	display: block;
	width: 100%;
	height: 16px;
	left: 0;
	top: 0;
	cursor: pointer;
	
	background-position: 0 0;
	
	overflow: hidden;
	text-indent: -9999px;
}

#header #navigation li a:hover {
	/* border-right: 1px solid white; */
}

#header #navigation li a:hover span, #header #navigation li.selected a span {
	background-position: left 16px;	
}

#navigation li#ni-start {
		width: 37px;
}
#navigation li#ni-start span {
	background-image: url(../../media/images/localized/en/ni-start.gif);
}

#navigation li#ni-dates {
		width: 37px;
}
#navigation li#ni-dates span {
	background-image: url(../../media/images/localized/en/ni-dates.gif);
}

#navigation li#ni-references {
		width: 76px;
}
#navigation li#ni-references span {
	background-image: url(../../media/images/localized/en/ni-references.gif);
}

#navigation li#ni-press {
		width: 40px;
}
#navigation li#ni-press span {
	background-image: url(../../media/images/localized/en/ni-press.gif);
}

#navigation li#ni-contact {
		width: 53px;
}
#navigation li#ni-contact span {
	background-image: url(../../media/images/localized/en/ni-contact.gif);
}

#language-bar {
	position: absolute;
	right: -60px;
	padding-right: 10px;
	padding-top: 12px;
	font-size: 80%;
	
	height: 46px;
	width: 50px;
	background: transparent url(../../media/images/header-topline-bg.gif) left top  repeat-x;
}

#language-bar .language-list {
	position: relative;
	float: right;
	margin-top: 0.6em;
	top: -6px;
}

#language-bar .language-label {
	float: left;
	line-height: 1em;	
	padding-bottom: 0.2em;
	font-weight: bold;
	width: 0;
	height: 0;
	text-indent: -9999px;
	overflow: hidden;
}

#language-bar .language-list li {
  margin-left: 7px;
  float: left;
}

#language-bar .language-list li a {
  display: block;
  height: 11px;
  width: 16px;
  overflow: hidden;
  text-indent: -9999px;
}

#language-bar .language-list li.language-de a {
  background: url(../../media/images/flags/de.gif) top left no-repeat;
}

#language-bar .language-list li.language-en a {
  background: url(../../media/images/flags/en.gif) top left no-repeat;
}

#language-bar .language-list li.language-es a {
  background: url(../../media/images/flags/es.gif) top left no-repeat;
}
#sidebar-news h1 {
/*	background: transparent url(../../media/images/localized/en/heading-sidebar-news.gif) top left no-repeat;
	width: 83px;
	height: 19px;
	overflow: hidden;
	text-indent: -9999px;
	
	position: relative;
	left: -1px;
*/
}

#sidebar-news dl {
	line-height: 1.5em;
}

#sidebar-news dl dt {
	position: absolute;
	font-weight: bold;
	padding: 0 0 0 34px;
	color: #999;
}

#sidebar-news dl dd {
	padding-top: 1.6em;
	padding-left: 34px;
	background: transparent url(../../media/images/sidebar-ni-bg.gif) left 3px no-repeat;
	padding-bottom: 1em;
	text-align: justify;
	color: #b40000;
}

#sidebar-news dl dd em{
	color: #B40000;
}

#sidebar-news ul li {
	padding-left: 34px;
	background: transparent url(../../media/images/sidebar-ni-bg.gif) left 3px no-repeat;
	margin-bottom: 1em;
}

#sidebar-news ul li em {
	color: #B40000;
}

#sidebar-news ul li {
	text-align: justify;
}

#sidebar-news ul li strong {
	font-weight: bold;
	color: #999;
}

#content a {
	color: #feb415;
}

#content a:hover {
	color: #7f0f0a;
}
/*
#content h1 {
	background: transparent url(../../media/images/localized/en/heading-start.gif) top left no-repeat;
	width: 102px;
	height: 19px;
	overflow: hidden;
	text-indent: -9999px;
	
	position: relative;
	left: -1px;
}
*/

#content img {
	padding: 1px;
	margin: 10px 10px 0 0;
	float: left;
	
	border: 1px solid #440404;
}

#content .signature {
	float: right;
	font-style: italic;
	clear: both;
	margin-bottom: 2em;
}

#content h2 {
	clear: both;
	margin-top: 2em;
	
	background: transparent url(../../media/images/reference-small.gif) left 0.2em no-repeat;
	padding-left: 23px;
}

/*
html #footer {
  background: white url(../../media/images/bruce-levent.jpg) 400px bottom no-repeat;
  height: 185px;
}

html #sidebar {	
	margin-bottom: 185px;
}
*/

html #content {
	margin-bottom: 71px;
}

body #container .image-bar {
	position: relative;
	margin-top: 60px;
	z-index: 3;
	clear: both;
}

body .image-bar .moreImages {
	float: right;
	margin-right: 10px;
	margin-top: 1em;
	height: 1em;
	display: inline;
}

body #sidebar .image-bar .moreImages {
	margin-right: 17px;
}

body #container #content .image-bar {
	width: 100%;
}

body #sidebar .image-bar {
	width: 263px;
}

body #container .image-bar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
}

body #container .image-bar ul li {
	text-align: left;
	clear: none;

	background: none;
	padding: 0;
	margin: 0;

	float: left;
	width: 54px;
	height: 54px;
	overflow: hidden;
	
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;	
}

body #container .image-bar ul li a {
	display: block;
	padding: 1px;
	margin: 0;
	width: 50px;
	height: 50px;

	position: relative;
	
	border: 1px solid #440404;
}

body #container .image-bar ul li img {
	position: relative;
	width: 50px;
	height: 50px;
	display: block;
	padding: 0;
	margin: 0;
	border: none;
}

#trailimageid {
  background: white;
  position: absolute;
  display: none;
  border: 1px solid #DFDEDD;
  z-index: 100;
  left: -9999px;
}

#trailimageid .image {
	width: 100%;
	height: 100%; 
	position: relative;
	overflow: hidden;
	text-align: center;
}

#trailimageid .image span {
	position: absolute;
	display: block;
    
	margin-top: -2em;
	top: 50%;
	bottom: 0;
	left: 0;
	right: 0;

	text-align: center;
  
	z-index: 0;
	color: #666;
}

#trailimageid .image span p {
	background: url(../../media/images/loader.gif) top center no-repeat;
	padding-top: 32px;
	width: 100%;
	text-align: center;
	z-index: 0;
}

#trailimageid p {
  font-size: 0.7em;
}

#trailimageid .image img {
	position: absolute;
	display: block;
	z-index: 11;
	top: 0;
	left: 0;
}