/********************************************************************/
/*	 JANUS interactive                                              */
/*  General Styles                                                  */
/********************************************************************/

@import url("reset.css");

/********************************************************************/
/*		General Elements                                              */
/********************************************************************/

html, body {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #e1dfdf;
	background: #000 url(../images/main_bg.jpg) center top no-repeat;
}

p { line-height: 18px; }
/* Single styles */

.invisible {
	display: none;
}

.clearer { clear: both; }

.hr {
  height: 5px;
  margin: 4px 15px 8px 0;
}

.text .hr {margin-right: 0;}

html>body .hr { background: url(../images/hr.png) 0 0 repeat-x; }

.hr2 {
  height: 5px;
  margin: 0 15px 20px 0;
}

html>body .hr2 { background: url(../images/hr2.png) repeat-x; }

.hr hr {
	display: none;
}

strong {
	font-weight: bold;
}

.w345 {
  width: 345px;
}
/* Links */

a {
  color: #dba04a;
  text-decoration: none;
}

/********************************************************************/
/*		Headlines                                                     */
/********************************************************************/

#container h1 {
	height: 140px;
	width: 744px;
	margin-bottom: -15px;
	background: url(../images/janus_header.jpg) no-repeat;
}

#site h1 a {
	height: 140px;
	width: 744px;
	display: block;
	text-decoration: none;
	color: black;
	text-indent: -1000em;
}

#content h2 {
	font-size: 26px;
	color: #afafaf;
	font-weight: normal;
}

#content h3 {
	font-size: 13px;
	color: #c6bb9c;
	font-weight: normal;
}

/********************************************************************/
/*		Layout Elements                                               */
/********************************************************************/

#container {
	width: 996px;
	margin: 0 auto;
	margin-top: 6px;
	margin-bottom: 5px;
	padding: 0 0 50px 0;
}

#site {
	float: left;
	width: 744px;
	position: relative;
  background: #333 url(../images/border_bg.png) repeat-x;
  padding: 18px;
}

#content {
  border-top: 1px solid #757572;
	padding: 30px 0 15px 15px;
	background: #28292d url(../images/content_bg_all.png) 0 0 repeat-x;
}

#content .text {
  margin-bottom: 20px;
  margin-right: 14px;
  padding: 0;
  float: left;
}

#content .text.one-col { width: 350px;	}

#content .text img.stoerer {
	margin-bottom: -40px;
	position: relative;
}

#content .text p {
   font-size: 12px;
	margin-bottom: 15px;
}

#content a.findoutmore {
	margin: 40px 0 0 20px;
	width: 184px;
	display: block;
}

/*#content .text img.stoerer.top {
  margin-top: -90px;
}*/

#sidebar {
  padding-top: 20px;
	width: 215px;
	min-height: 480px;
	position: relative;
	float: right;
}

#mainflash {
	width: 744px;
	height: 196px;
}

#naviflash {
	width: 744px;
	height: 75px;
	margin-bottom: -16px;
}

#mainflash img { display: block; }

#leftshadow {
	width: 18px;
	height: 80px;
	background: url(../images/flash_shadow_left.png) no-repeat;
	position: absolute;
	top: 140px;
	left: 0;
}
#rightshadow {
	width: 18px;
	height: 80px;
	background: url(../images/flash_shadow_right.png) no-repeat;
	position: absolute;
	top: 140px;
	right: 0;
}

#footer {
	width: 742px;
	padding: 20px 19px;
	clear: both;
}

#footer address {
	margin-right: 20px;
	padding-right: 20px;
	font-size: 11px;
	font-style: normal;
	color: #666;
	float: left;
	border-right: 1px solid #666;
}

#footer address.tel {
	border-right: 0;
}

#footer address a {
	color: white;
}

#footer ul {
	float: right;
}

#footer li {
	font-size: 11px;
	text-align: right;
}

#footer li a {
	color: white;
}

/********************************************************************/
/*		Navigations etc.                                              */
/********************************************************************/

/* Main Navigation */

/***** 1st level *****/
ul#navi {
  width: 210px;
  margin-left: 5px;
}

ul#navi li.lvl_1 {
  padding-top: 7px;
  min-height: 27px;
  font-weight: bold;
  margin-bottom: 20px;
}

html>body ul#navi li.lvl_1 {
  background: url(../images/navi_bg_top.png) 0 0 no-repeat;
}

ul#navi li.lvl_1 a {
	padding-left: 45px;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	display: block;
}

/***** 2nd level *****/

ul#navi ul.lvl_2 {
	margin-top: 4px;
}

html>body ul.lvl_2 {
	background: url(../images/naviback.png);
}

ul#navi ul.lvl_2 li {
	min-height: 0 !important;
	line-height: normal !important;	
	font-size: 12px;
	color: #fff;
	border-bottom: 1px dotted #646464;
}

ul#navi ul.lvl_2 li.last {
  border: none;
}

ul#navi ul.lvl_2 li a {
	padding-top: 5px;
	padding-bottom: 5px;	
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: url(../images/bullet_red.gif) 22px 11px no-repeat;
}

ul#navi ul li a:focus,
ul#navi ul li a:hover {
	text-decoration: underline;
}

/***** 3rd level *****/

ul#navi ul.lvl_3 {
	border-top: 1px dotted #646464;	
}

ul#navi ul.lvl_3 li {
  padding-left: 18px;

}

ul#navi ul.lvl_3 li a:link,
ul#navi ul.lvl_3 a:visited {
	color: #929191;
	color: white;
	background: url(../images/bullet_arrow.gif) 28px 11px no-repeat;
}

ul.logos {
   margin: 30px 14px 15px 0;
	background: url(../images/dottedlogoframe.gif) center repeat-y;
}

ul.logos li {
	margin-right: 84px;
	margin-bottom: 22px;
	float: left;
}

ul.logos li.last {
	margin-right: 0;
}

/********************************************************************/
/*		Stories                                                       */
/********************************************************************/

div.story {
  clear: both;
  margin: 0 15px 0 0;
  padding-bottom: 40px;
  display: inline-block;
}

div.story div.storyimg {
  width: 173px;
  height: 171px;
  float: left;
  margin: 0 0 0 0;
  padding: 1px 0 0 1px;
  background: url(../images/story_img_borderbg.png) 0 0 no-repeat;
}

div.story div.storyimg img {
  width: 171px;
  height: 169px;
}

div.story div.storytext {
 padding: 0 20px 5px 25px;
 margin-left: 173px;
}

div.story div.storytext p {
	font-size: 12px;
  margin-bottom: 16px;
}

div.story a.more {
	margin-top: 10px;
	padding: 2px 0 4px 24px;
	background: url(../images/more_button.gif) 0 0 no-repeat;
	text-decoration: underline;
	display: block;
}

div.story a.more:focus,
div.story a.more:hover {
	text-decoration: none;
}

/********************************************************************/
/*		Facts                                                         */
/********************************************************************/


#content table {
	border-spacing: 1px;
  margin-bottom: 18px;
}

#content table td {
  background: #45494f;
  vertical-align: top;
  font-size: 12px;
  padding: 6px 0 5px 5px;
  width: 350px;
  height: 27px;
}

/********************************************************************/
/*		Video-Gallery                                                 */
/********************************************************************/

div.videogallery {
  height: 290px;
  margin-left: -15px;
}

/**** LIGHTBOX ******************************/

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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;	}

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

/* RalfinoBox */

#xlayer {
	width: 100%;
	height: 100%;
	background: black;
	-moz-opacity: 0.50; /* Gecko */
	opacity: 0.50; /* Opera */
	filter: alpha(opacity=50);	 /* IE */
	left: 0;
	top: 0;
}

#zoompic {
	min-width: 640px;
	min-height: 480px;	
	padding: 10px;
	background: #3f3f3f url(../images/loading.gif) center no-repeat;
	z-index: 100;
	float: left;
	text-align: center;
	border: 1px solid #4e4e4e;
}

#zoompic img {
	/*float: left;*/
	margin: 0;
	cursor: pointer;
}

#zoompic a, #zoompic a:link, #zoompic a:visited {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 11px;
	font-weight: bold;
	clear: both;
	display: block;
	color: #dba04a;
	text-align: center;
}

#zoompic a:focus, #zoompic a:hover {
	text-decoration: none;
}

.preload { display: none; }	
	
/**************************
/* Further Styles
/**************************/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

