html, body {
	margin:0;
}
a:link, a:active, a:visited {
	color:#cacaca;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#2268c3;
}
body {
	padding:2px 2%;
	background:#080c18 url('gfx/bg.jpg') no-repeat fixed center; 
	color:#cacaca;
	font-family:Verdana, Helvetica, sans-serif;
	text-align:center; /* fuer IE_quirks */
}
div.frame {
	position:relative;
	width:100%; /* fuer IE */
	text-align:left; /* Aufheben von IE_quirks im BODY */
	z-index:0;
}
div.oben {
	height:62px;
	margin:0px 0px 0px 0px;
	padding:1px 0px 0px 0px;
	z-index:1;
}
div.links {
	position:absolute;
	top:68px;
	left:0;
	width:160px;
	margin:1px 0px 0px 0px;
	padding:0px;
	text-align:center;
	z-index:2;
}
div.mitte {
	margin:5px 161px 0px 161px;
	padding:1px 0px 1px 0px;
	text-align:center;
	z-index:3;
}
div.rechts {
	position:absolute;
	top:68px;
	right:0;
	width:158px;		 /* ein bisschen Getrickse mit width und */
	margin:1px 1px 0px 0px; /* margin wegen Browser-Unterschieden */
	z-index:4;
}
div.unten {
	margin:1px 161px 1px 161px;
	padding:1px 0px 1px 0px;
	text-align:center;
	z-index:5;
}
div.container {
	margin:2px 2px 2px 2px;
	padding:2px 2px 2px 2px;
  border-color:#180578;
  border-width:1px;
  border-style:dashed;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	/* overflow:hidden; */
	color:#cacaff;
	z-index:6;
}
div.popup {
	text-align:center;
	position:absolute;
	visibility:hidden;
	left:50%;
	top:0px;
	height:1px;
	z-index:99;
	padding:0px;
}
div.popupcontainer {
	background-color:#080C18;
	margin:2px 2px 2px 2px;
	padding:2px 2px 2px 2px;
  	border-color:#ff0000;
  	border-width:2px;
  	border-style:solid;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	color:#cacaff;
	z-index:98;
}
div.popup2 {
	text-align:center;
	position:absolute;
	visibility:hidden;
	left:50%;
	margin-left:-250px;
	top:0px;
	width:500px;
	height:1px;
	z-index:97;
	padding:0px;
}
div.popupcontainer2 {
	background-color:#080C18;
	margin:2px 2px 2px 2px;
	padding:2px 2px 2px 2px;
  	border-color:#ff0000;
  	border-width:2px;
  	border-style:solid;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	color:#cacaff;
	z-index:96;
}
span.titel {
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#2268c3;
	font-weight:bold;
}
span.popuptitel {
	font-family:Arial,Helvetica,sans-serif;
	font-size:20px;
	color:#2268c3;
	font-weight:bold;
}
span.seitentitel {
	font-family:Arial,Helvetica,sans-serif;
	font-size:36px;
	color:#2268c3;
	font-weight:bold;
}
tr.zeile0 {
  background-color:#000060;
}
tr.zeile1 {
  background-color:#000080;
}
tr.zeile3 {
  background-color:#000030;
}
tr.zeile4 {
  background-color:#000050;
}
/* Lightbox */
#lightbox{
	position:absolute;
	top:40px;
	left:350px;
	z-index:1000;
	text-align:center;
	line-height:17px;
	background-color: #080c18;
	border-style:ridge;
	border-color:#333333;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	width:100px;
	height:100px;
	margin:0px;
	}

#imageContainer{
	padding:10px;
	}

#loading{
	position:absolute;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0;
	}
#hoverNav{
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	z-index:999;
	}
#imageContainer>#hoverNav{ left:0px;}
#hoverNav a{ outline:none;}

#prevLink, #nextLink{
	width:49%;
	height:100%;
	background: transparent url(js/lightbox/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display:block;
	}
#prevLink { left:0px; float:left;}
#nextLink { right:0px; float:right;}
#prevLink:hover, #prevLink:visited:hover { background:url(js/lightbox/images/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background:url(js/lightbox/images/next.gif) right 15% no-repeat; }

