<!--

body {
	margin: 0px;
	padding: 0px;
	font: 11px Verdana;
	text-align: left;
	background-image: url(../layout/bg.gif);
	background-repeat: repeat-x;
}

html, body { height: 100%; }

#container {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 1160px;
	min-height: 100%;
}

* html #container { height: 100%; }

/* ------------------------------------------ Banner ------------------------------------------ */

#ban {
	float: left;
	width: 1160px;
	height: 220px;
	margin: 0px;
	padding: 0px;
	background: url(../layout/ban.gif) top;
	background-repeat: no-repeat;
}

#ban_logo {
	float: left;
	width: 180px;
	height: 110px;
	margin: 0px;
	padding: 0px;
}

#ban_submenu_bg {
	float: left;
	margin: 25px 0px 0px 40px;
	width: 920px;
	height: 87px;
}

#ban_submenu_bg a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	text-decoration: none;
	color: #888888; 
}

#ban_submenu_bg a:hover { color: #cccccc; }

#ban_breadcrumb {
	float: left;
	width: 992px;
	margin: 30px 0px 0px 0px;
	text-align: right;
	font-style: italic;
	color: #333333;
}

#ban_breadcrumb a {
	text-decoration: none;
	color: #333333;
}

#ban_breadcrumb a:hover { text-decoration: underline; }

/* ------------------------------------------ Hauptmenü ------------------------------------------ */

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li {
	float: left;
	width: 110px;
	margin: 23px 0px 0px 0px;
	text-align: center;
}

li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #cccccc;
	display: block;
	width: 100%;
	background-image: url(../layout/menu_normal.gif);
	padding: 6px 0px;
}

li a:hover {
	background-image: url(../layout/menu_hover.gif);
	color: #dddddd;
}

.menu_active {
	background-image: url(../layout/menu_active.gif);
	color: #636363;
}

/* ------------------------------------------ Left ------------------------------------------ */

#left {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 175px;
}

.left_box {
	float: left;
	width: 145px;
	margin: 0px 0px 20px 0px;
	padding: 40px 15px 10px 15px;
	background: url(../layout/box_left_bg.gif) #151515;
	background-repeat: no-repeat;
	border-top: 2px solid #2a2a2a;
	font-size: 10px;
	color: #999999;
	line-height: 18px;
}

.left_box a {
	text-decoration: none;
	font-weight: bold;
	color: #999999;
}

.left_box a:hover { text-decoration: underline; }

.left_box_line {
	width: 140px;
	height: 1px;
	font-size: 1px;
	background-color: #2a2a2a;
	margin: 10px 0px 10px 1px;
}

/* ------------------------------------------ Submenü ------------------------------------------ */

#submenu_bg {
	float: left;
	width: 175px;
	background: url(../layout/box_left_bg.gif) #151515;
	background-repeat: no-repeat;
	margin: 0px 0px 20px 0px;
	padding: 45px 0px 0px 0px;
	border-top: 2px solid #2a2a2a;
}

#submenu_bg ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#submenu_bg li {
	float: left;
	width: 161px;
	height: 19px;
	margin: 0px;
	text-align: left;
}

#submenu_bg li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration : none;
	color: #999999;
	display: block;
	width: 100%;
	background-image: none;
	background-color: #151515;
	border-top: 1px solid #000000;
	padding: 2px 0px 0px 14px;
}

#submenu_bg li a:hover {
	background-image: none;
	background-color: #2a2a2a;
	color: #cccccc;
	height: 16px;
}

#submenu_bg #menu_active {
	background-image: none;
	background-color: #0f0f0f;
	color: #2a2a2a;
	height: 16px;
}

/* ------------------------------------------ Middle ------------------------------------------ */

#middle {
	float: left;
	margin: 0px 0px 0px 13px;
	padding: 0px;
	width: 600px;
}

.middle_box {
	float: left;
	width: 570px;
	margin: 0px 0px 20px 0px;
	padding: 20px 15px 10px 15px;
	background-color: #151515;
	border-top: 2px solid #2a2a2a;
	color: #999999;
	line-height: 18px;
}

.middle_box a {
	text-decoration: none;
	color: #cccccc;
}

.middle_box a:hover { text-decoration: underline; }

.middle_box_line {
	float: left;
	width: 570px;
	height: 1px;
	font-size: 1px;
	background-color: #2a2a2a;
	margin: 10px 0px 10px 1px;
}

*html .middle_box_line { 
	width: 567px;
	margin: 10px 0px 10px 0px;
}

/* ------------------------------------------ Right ------------------------------------------ */

#right {
	float: left;
	margin: 0px 0px 0px 13px;
	padding: 0px;
	width: 190px;
}

.right_box {
	float: left;
	width: 160px;
	margin: 0px 0px 20px 0px;
	padding: 45px 15px 10px 15px;
	background: url(../layout/box_right_bg.gif) #151515;
	background-repeat: no-repeat;
	border-top: 2px solid #2a2a2a;
	font-size: 10px;
	color: #666666;
	line-height: 18px;
}

.right_box a {
	text-decoration: none;
	font-weight: bold;
	color: #999999;
}

.right_box a:hover { text-decoration: underline; }

.right_box_line {
	width: 160px;
	height: 1px;
	font-size: 1px;
	background-color: #2a2a2a;
	margin: 10px 0px 10px 1px;
}

#advertisement {
	float: left;
	margin: 0px 0px 0px 33px;
	padding: 0px;
	width: 135px;
	background: url(../layout/advert_bg.gif) #000000;
	background-repeat: no-repeat;
}

#advertisement_ban {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 120px;
	border-top: 2px solid #2a2a2a;
}

/* ------------------------------------------ Footer ------------------------------------------ */

.clear {
	clear: both;
	height: 130px;
}

#footer {
	margin: 0px auto;
	padding: 0px;
	margin-top: -130px;
	background: url(../layout/footer_bg.gif) bottom;
	background-repeat: repeat-x;
	height: 130px;
	width: 100%;
	clear: both;
}

#footer_menu {
	float: left;
	width: 1100px;
	margin: 48px 0px 0px 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #cccccc;
}

*html #footer_menu { margin: 48px 0px 0px 7px; }

#footer_menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
	margin: 0px;
}

#footer_menu a:hover { text-decoration: underline; }

#footer_rights {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2a2a2a;
	width: 1100px;
	margin: 19px 0px 0px 14px;
}

*html #footer_rights { margin: 19px 0px 0px 7px; }

#footer_rights a {
	text-decoration: none;
	color: #2a2a2a;
}

#footer_rights a:hover { text-decoration: underline; }

#footer_logos {
	float: left;
	width: 1100px;
	margin: 0px 0px 0px 14px;
}

*html #footer_logos { margin: 0px 0px 0px 7px; }

#footer_logos a { margin: 0px 25px 0px 0px; }

/* -------------------------------------------- Lightbox ------------------------------------------ */

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

#lightbox a img { border: none; }

#outerImageContainer {
	position: relative;
	background-color: #151515;
	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(../releases/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(../js/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../js/nextlabel.gif) right 15% no-repeat; }


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

#imageData{ padding:0 10px; }

#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
	

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

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	

-->