/* screen */
html {
	overflow: auto;
}
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 18px;
	font-size: 11px;
}
form {
	margin: 0;
	padding: 0;
}
table {
	border: 0;
}
a:active, a:focus {
	outline: none;
}

/* preload */
span.preload_01 {
	background-image: url(../img/menu_hover.png);
}
span.preload_02 {
	background-image: url(../img/bg_submenu_hover.png);
}
span.preload_03 {
	background-image: url(../img/toplink_hover.jpg);
}
span.preload_04 {
	background-image: url(../img/language_hover.jpg);
}
span.preload_05 {
	background-image: url(../img/but_more_hover.gif);
}
span.preload_06 {
	background-image: url(../img/nur_hover.jpg);
}

/* header */
.header_print {
	display: none;
}
.home {
	background: #fff url(../img/bg_body_home.jpg) top left repeat-x;
}
.section {
	background: #fff url(../img/bg_body_section.jpg) top left repeat-x;
}
.header_home {
	height: 140px;
	width: 100%;
	z-index: 100;
	background: transparent url(../img/bg_header_home.jpg) top left no-repeat;
}
a.logo:link, a.logo:visited, a.logo:hover{
	margin-left: 120px;
	width: 380px;
	height: 108px;
	display: block;
}
a.logo:link span, a.logo:visited span, a.logo:hover span {
	display: none;
}
.rightmenu {
	float: left;
	width: 309px;
	height: 81px;
	/*margin-right: 20px;*/
}
.toplink_container {
	float: right;
	height: 43px;
}
a.toplink:link, a.toplink:visited {
	float: left;
	width: 73px;
	padding-top: 10px;
	display: block;
	text-decoration: none;
	color: #8b8b8b;
	font-size: 10px;
	text-align: center;
	background: transparent url(../img/toplink_link.jpg) 0 0 no-repeat;
}
a.toplink:hover {
	background: transparent url(../img/toplink_hover.jpg) 0 0 no-repeat;
}
.language_container {
	float: right;
	margin-right: 20px;
	width: 199px;
	height: 23px;
	font-size: 10px;
	line-height: 22px;
}
.language_container p {
	float: left;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 109px;
	color: #8b8b8b;
}
a.language:link, a.language:visited {
	float: left;
	width: 23px;
	height: 23px;
	margin-left: 7px;
	background: transparent url(../img/language_link.jpg) top right no-repeat;
	text-decoration: none;
	text-align: center;
	color: #fff;
}
a.language:hover, .language_active {
	float: left;
	width: 23px;
	height: 23px;
	margin-left: 7px;
	background: transparent url(../img/language_hover.jpg) top right no-repeat;
	text-decoration: none;
	text-align: center;
	color: #fff;
}
.header_home_flash {
	float: left;
	height: 148px;
	width: 100%;
	background-color: #0f2638;
}
.content_left {
	float: left;
}
.content_right {
	float: left;
}
.footer {
}

/* menu */
.menu_container {
  	float: left;
  	width: 535px;
  	margin-left: 131px;
  	height: 32px;
}
.menu {
  	list-style: none;
  	margin: 0;
  	padding: 0;
  	height: 31px;
  	z-index: 500;
}
.menu li.top {
  	display: block;
  	float: left;
}
.menu li a.top_link:link, .menu li a.top_link:visited {
  	display: block;
  	float: left;
  	width: 107px;
  	height: 32px;
  	line-height: 32px;
  	color: #163248;
  	text-decoration: none;
  	text-align: center;
  	font-size: 12px;
  	font-weight: bold;
  	cursor: pointer;
  	background: transparent url(../img/menu_link.gif) 0 0 no-repeat;
}
.menu li a.top_link:hover, .preload_but_left {
  	color: #fff;
  	background: transparent url(../img/menu_hover.png) top left no-repeat;
}
.menu li:hover > a.top_link {
  	color: #fff;
  	background: transparent url(../img/menu_hover.png) top left no-repeat;
}
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;} /* IE 5.5 - IE 6.0 */
.menu a:hover {
  	visibility: visible;
  	position: relative;
  	z-index: 200;
}
.menu li:hover {
  	position: relative;
  	z-index: 200;
}
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {
  	position: absolute;
  	left: -9999px;
  	top: -9999px;
  	width: 0px;
  	height: 0px;
  	margin: 0px;
  	padding: 0px;
  	list-style: none;
}
.menu :hover ul.sub {
  	left: 0px;
  	top: 32px;
  	white-space: nowrap;
  	width: 222px;
  	height: auto;
  	z-index: 300;
}
.menu :hover ul.sub li {
  	display: block;
  	width: 222px;
  	height: 28px;
  	position: relative;
  	float: left;
  	font-weight: normal;
}
.menu :hover ul.sub li a:link, .menu :hover ul.sub li a:visited {
  	display: block;
  	width: 222px;
  	height: 28px;
  	line-height: 27px;
  	text-indent: 25px;
  	color: #fff;
  	text-decoration: none;
  	background: transparent url(../img/bg_submenu_link.png) 0 0 no-repeat;
}
.menu :hover ul.sub li a:hover {
  	color: #163248;
  	background: transparent url(../img/bg_submenu_hover.png) 0 0 no-repeat;
}

/* content left */
.content {
	clear: both;
	margin-top:11px;
	margin-left: 17px;
	padding: 0 9px 30px 0;
	width: 651px;
	background: transparent url(../img/bg_container_content.gif) top right repeat-y;
	color: #727272;
	text-align: justify;
}
.maintitle {
	height: 26px;
	width: 100%;
	margin-top: 26px;
	margin-bottom: 14px;
	background: transparent url(../img/bg_maintitle.gif) 0 0 repeat-x;
}
.maintitle span {
	display: none;
}
.content a:link, .content a:visited {
	color: #727272;
	text-decoration: underline;
}
.content a:hover {
	color: #000;
	text-decoration: none;
}
a.picleft:link img, a.picleft:visited img, .imageleft {
  	float: left;
  	margin: 0 10px 10px 0;
}
a.picright:link img, a.picright:visited img, .imageright {
  	float: right;
  	margin: 0 0 10px 10px;
}
a.picleft:link img, a.picleft:visited img, a.picright:link img, a.picright:visited img {
	border: #727272 1px solid;
	padding: 1px;
}
a.picleft:hover img, a.picright:hover img {
  	border: #ff9036 1px solid !important;
}
.bordercollapse {
	border: 0;
}
.title {
	color: #163248;
	font-weight: bold;
}

/* content right */
.boxright {
	float: left;
	width: 305px;
	margin-top: 8px;
	margin-left: 8px;
	padding-bottom: 22px;
	background: #fff url(../img/bg_boxright.jpg) bottom left no-repeat;
}
.title_boxright_first {
	width: 271px; /*305px*/
	height: 48px;
	padding-left: 34px;
	background: #fff url(../img/bg_title_boxright_first.jpg) 0 0 no-repeat;
}
.box, .news {
	width: 283px;/*299px*/
	height: 109px; /*117px*/
	margin: 0 3px 3px 3px;
	padding: 9px 8px;
	background: transparent url(../img/bg_news.gif) 0 0 no-repeat;
	color: #727272;
	text-align: justify;
}
.box {
	line-height: 15px;
}
.newscontainer, .boxcontainer {
	width: 305px;
	background: transparent url(../img/bg_newscontainer.gif) 0 0 repeat-y;
}
a.but_more:link, a.but_more:visited {
	float: right;
	margin-top: 6px;
  	width: 64px;
  	height: 21px;
  	background: transparent url(../img/but_more_link.gif) top left no-repeat;
  	font-size: 10px;
  	color: #fff;
  	text-align: center;
  	text-decoration: none;
  	line-height: 17px;
	display: block;
}
a.but_more:hover {
	color: #163248;
	background: transparent url(../img/but_more_hover.gif) top left no-repeat;
}
.boxinformations {
	clear: both;
	float: left;
	width: 305px;
	height: 250px;
	margin-left: 8px;
	color: #727272;
	line-height: 16px;
	background: transparent url(../img/bg_boxinformations.jpg) bottom right no-repeat;
	/*min-height: 198px;*/
}
.black {
	color: #000;
}
.boxinformations a:link, .boxinformations a:visited {
	text-decoration: underline;
	color: #727272;
}
.boxinformations a:hover {
	text-decoration: none;
}

/* footer */
.footer {
	float: left;
	width: 100%;
	height: 70px;
	margin-top: 11px;
	background: #fff url(../img/bg_footer.jpg) 0 0 repeat-x;
}
.group {
	float: left;
	width: 994px;
	height: 61px;
}
.footermenu {
	float: left;
	width: 876px;
	height: 38px;
	margin-left: 118px;
	background: transparent url(../img/bg_footermenu.jpg) 0 0 no-repeat;
	line-height: 36px;
	text-indent: 34px;
	color: #717171;
}
.footermenu a:link, .footermenu a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #717171;
}
.footermenu a:hover {
	color: #000;
}
.footermenu a.sub:link, .footermenu a.sub:visited {
	font-weight: normal;
}
.copyright {
	float: left;
	width: 872px;
	height: 32px;
	line-height: 30px;
	text-align: right;
	color: #c4c3c8;
}
a.nur:link, a.nur:visited {
	float: left;
	display: block;
	width: 60px; /*122px*/
	padding-right: 62px;
	height: 32px;
	line-height: 30px;
	text-decoration: none;
	color: #c4c3c8;
	background: transparent url(../img/nur_link.jpg) 60px 8px no-repeat;
}
a.nur:hover {
	color: #194061;
	background: transparent url(../img/nur_hover.jpg) 60px 8px no-repeat;
}
.clear {
	clear: both;
}

/* print */
@media print {
  .header_home, .header_home_flash, .header_section, .boxright, .boxinformations, .maintitle img, .footer {
    display: none;
  }
  .header_print {
  	width: 650px;
	height: 85px;
  	display: block;
	margin-bottom: 20px;
  }
  .left, .content {
  	width: 650px;
	padding: 0;
	margin: 0;
  }
  .maintitle span {
  	display: block;
  	font-size: 14px;
	font-weight: bold;
	color: #000;
	height: 30px;
	line-height: 28px;
	border-bottom: #000 1px solid;
  }
  table td.td_title {
  	border: #b1b9bf 1px solid;
  }
  table td.td_content {
  	border: #d9dde0 1px solid;
  }
}

/* LIGHTBOX */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

