/* mehrere js-files wegen performance in eines kombiniert: messagearea.css, navigationtree.css, prototip.css, lightbox.css, magiczoomplus.css */

div#messages{background-color:#fff; border:solid #ccc 1px; clear:both; float:none; min-height:15px; padding:8px 4px 8px 16px; margin:0 auto 16px auto}div#messageControl{height:20px}div#messageControl a{cursor:pointer}div#additionalMessages{width:800px; height:45px; overflow:auto}/* START:The following colors appear in topazapp.js too */.fatal,.fatal p {color:#c30; font-weight:bold}.error,.error p{color:#c30}.warning,.warning p{color:#f90}.notice,.notice p{color:#008000}/* END:The following colors appear in topazapp.js too */

/* navigationtree.css start */
#sidebar.advanced li {
  border: 2px solid transparent;
  min-width: 90%;
}
#sidebar.advanced a {
  text-decoration: none;
}
#sidebar.advanced ul ul li.first-link span {
  background-color: #fff;
  display: block;
  left: 4px;
  position: absolute;
  top: 2px;
  vertical-align: bottom;
}
#sidebar.advanced ul ul ul li.first-link span,
#sidebar.advanced ul ul li.first-link ul span {
  display: inline;
  position: static;
}
#sidebar.advanced ul ul li a {
  padding-left: 5px;
}
#sidebar.advanced ul ul {
  background-color: #fff;
  border-bottom: 2px solid #888;
  border-left: 1px solid #ccc;
  border-right: 2px solid #888;
  border-top: 2px solid #ccc;
  left: 158px;
  margin-top: 8px;
  position: absolute;
  top: -10px;
  width: 150px;
  z-index: 1000;
}
#ie #sidebar.advanced ul ul {
  border-top-width: 1px;
  top: -8px;
}
#ie #sidebar.advanced ul ul ul {
  border-top-width: 0px;
}
#sidebar.advanced ul li.open {
  background-color: #fff;
  border-bottom: 2px solid #888;
  border-left: 2px solid #ccc;
  border-right: none;
  border-top: 2px solid #ccc;
}
#sidebar.advanced ul li.open > a {
  font-weight: bold;
}
#sidebar.advanced ul ul ul {
  border: 0px solid green;
  margin-top: 0;
  position: static;
}
#sidebar.advanced ul ul li,
#sidebar.advanced ul ul li.open {
  border: none;
  overflow: hidden;
  padding-left: 15px;
}
#sidebar.advanced ul ul li.first-link span {
  height: 14px;
}
#ie #sidebar.advanced ul ul li.first-link span {
  height: auto;
  left: -1px;
  top: -0.5px;
}
#ie #sidebar.advanced ul li.open {
  line-height: 14px;
}
#sidebar.advanced ul ul {
  z-index: 10;
}
#sidebar.advanced ul ul ul {
  z-index: 20;
}
/* navigationtree.css ende */

/* prototip.css start */
/* prototip.css: http://www.nickstakenburg.com/projects/prototip */
.prototip {
  position: absolute;
}
.prototip .effectWrapper {
  position: relative;
}
.prototip .tooltip {
  position: relative;
}
.prototip .toolbar {
  position: relative;
  display: block;
}
.prototip .toolbar .title {
  display: block;
  position: relative;
}
.prototip .content {
  clear: both;
}
.prototip .toolbar a.close {
  position: relative;
  text-decoration: none;
  float: right;
  width: 15px;
  height: 15px;
  background: transparent url(../images/icons/close.gif);
  display: block;
  line-height: 0;
  font-size: 0px;
  border: 0;
}
.prototip .toolbar a.close:hover {
  background: transparent url(../images/icons/close_hover.gif);
}
.iframeShim {
  position: absolute;
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
}
/* Tooltip styles */
.prototip .default {
  width: 150px;
  color: #fff;
}
.prototip .default .toolbar {
  background: #0F6788;
  font: italic 17px Georgia, serif;
}
.prototip .default .title {
  padding: 5px;
}
.prototip .default .content {
  background: dodgerblue;
  font: 11px Arial, Helvetica, sans-serif;
  padding: 5px;
}
.prototip .pinktip {
  border: 5px solid #a1a1a1;
}
.prototip .pinktip .toolbar {
  background: #ff1e53;
  color: #fff;
  font: italic 17px Georgia, serif;
}
.prototip .pinktip .title {
  padding: 5px;
}
.prototip .pinktip .content {
  background: #fff;
  color: #555555;
  font: 11px Arial, Helvetica, sans-serif;
  padding: 5px;
}
.prototip .darktip {
  width: 250px;
  border: 5px solid #a1a1a1;
}
.prototip .darktip .toolbar {
  background: #606060;
  color: #fff;
  font: italic 17px Georgia, serif;
}
.prototip .darktip .toolbar a.close {
  background: url(close_hover.gif);
}
.prototip .darktip .toolbar a.close:hover {
  background: url(close.gif);
}
.prototip .darktip .title {
  padding: 5px;
}
.prototip .darktip .content {
  background: #808080;
  color: #fff;
  font: 11px Arial, Helvetica, sans-serif;
  padding: 5px;
}
.prototip .silver {
  width: 300px;
  border: 5px solid #cccccc;
  color: #fff;
  font: 11px Arial, Helvetica, sans-serif;
}
.prototip .silver .toolbar {
  background: #2e2e2e;
  color: #fff;
  font-weight: bold;
}
.prototip .silver .toolbar a.close:hover {
  background: url(../images/icons/close_hover_red.gif);
}
.prototip .silver .title {
  padding: 5px;
}
.prototip .silver .content {
  background: #fff;
  color: #666666;
  padding: 5px;
}
.protoClassic {
  width: 300px;
  border: 5px solid #8c939c;
}
.protoClassic .toolbar {
  background: #96b8e2 url(../images/icons/classic_toolbar.gif) top left repeat-y;
  font-weight: bold;
  color: #fff;
}
.protoClassic .toolbar a.close:hover {
  background: url(../images/icons/close_hover_red.gif);
}
.protoClassic .title {
  padding: 5px;
}
.protoClassic .content {
  background: #fff;
  color: #333333;
  font: 11px Arial, Helvetica, sans-serif;
  padding: 5px;
}

/**
 * trendor specific styles...
 */

.prototip .trendor {
  border: 2px solid #4C4C4C;
  color: #fff;
  font: 11px Arial, Helvetica, sans-serif;
}
.prototip .trendor .toolbar {
  background: #2e2e2e;
  color: #fff;
  font-weight: bold;
}
.prototip .trendor .toolbar a.close:hover {
  background: url(../images/icons/close_hover.gif);
}
.prototip .trendor .title {
  background: #BF9F56;
  color: #4C4C4C;
  font-weight: bold;
  padding: 5px;
}
.prototip .trendor .content {
  background: #fff;
  color: #666666;
  padding: 5px;
}

.prototip .trendor .content img {
  width: 200px;
}
/* prototip.css ende */

/* lightbox.css start */
#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(../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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* lightbox.css ende */

/* magiczoomplus.css start */
/* Copyright 2008 MagicToolBox.com. To use this code on your own site, visit http://magictoolbox.com */

/* CSS class for zoomed area */
.MagicZoomBigImageCont {
	border: none;
}

/* Header look and feel CSS class */
/* header is shown if "title" attribute is present in the <A> tag */
.MagicZoomHeader {
	font:			10px Tahoma, Verdana, Arial, sans-serif;
	color:			#fff;
	background:		#91b817;
	text-align:     center !important; 
}


/* CSS class for small looking glass square under mouse */
.MagicZoomPup {
	border: 		none;
	background: 	#ffffff;
	cursor:			hand;
}

/* CSS style for loading animation box */
.MagicZoomLoading {
	text-align:		center;
	background: 	#ffffff;
	color:			#444;
	border: 		1px solid #C8D9F0;
	opacity:		0.8;
	padding:		3px 3px 3px 3px !important;
	display: 		none; /* do not edit this line please */
}

/* CSS style for gif image in the loading animation box */
.MagicZoomLoading img {
	padding-top:	3px !important;
}
/* ©2008 MagicToolbox.com. To use this code on your own site, visit http://www.magictoolbox.com */

/* CSS class for thumbnail link <A> */
.MagicThumb {
    cursor: url(/images/cursor/zoomin.cur), pointer !important;
    outline: none;
}

/* CSS class for the thumbnail link <A> when the big image is zoomed */
.MagicThumb-zoomed { cursor: default; }

/* CSS class for span inside the thumbnail <A> */
.MagicThumb span { display: none; }

/* CSS class for the thumbnail image */
.MagicThumb img { border: none; }

/* CSS class for the big image while zooming */
.MagicThumb-image { border: 1px solid #cccccc; outline: none; }

/* CSS class for the zoomed big image */
.MagicThumb-image-zoomed { cursor: url(/images/cursor/zoomout.cur), pointer !important; }

/* CSS class for the caption under the big zoomed image */
.MagicThumb-caption {
    color: #333333;
    background-color: #F0F0F0;
    border: 1px solid #CCCCCC;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 11px;
    padding: 8px 16px;
}

/* CSS class for the control bar */
.MagicThumb-controlbar {
	display: block;
	height: 18px;
}

.MagicThumb-controlbar a {
	display: block;
	width: 18px;
	height: 18px;
	margin: 0px 1px;
	outline: none;
	float: left;
	overflow: hidden;
}

.MagicThumb-controlbar a span {
	display: block;
	width: 1000px;
	height: 1000px;
	background: transparent url(/images/controlbar.png) no-repeat 0 0;
	outline: none;
	position: absolute;
	left: 0px;
	top: 0px;
}

/* CSS class for the loading message box */
.MagicThumb-loading {
	border: 1px solid #000000;
	background: #ffffff url(/images/loader.gif) no-repeat 2px 50%;
	padding: 2px 2px 2px 22px;
	margin: 0;
	text-decoration: none;
	text-align: left;
	font-size: 8pt;
	font-family: sans-serif;
}
/* magiczoomplus.css ende */

