*{
	margin:0px;
	padding:0px;
}

body{
	font-family: times new roman,Sans-Serif;
	background-color: #F6F6F6;
	font-size: 95%;
}

#wrap{
	width:775px;
	min-height:300px;
	margin:auto;
	margin-top:20px;
}

.top{
	width:775px;
	height:124px;
	background-image: url("../images/top_banner.png");
}

.menu{
	width:775px;
	height:35px;
	background-image: url("../images/bg_middle.png");
}

.content_left{
	width:170px;
	min-height:300px;
	padding-left:20px;
	float:left;
}

.content_right{
	width:545px;
	min-height: 300px;
	margin-left:10px;
	float:left;
}

.content{
	width:775px;
	min-height:300px;
	background-image: url("../images/bg_middle.png");
}

.bottom{
	width:775px;
	min-height:20px;
	background-image: url("../images/bg_bottom.png");
}

#fill{
	background-color:#b2cfeb;
	width:88px;
	height:21px;
	float:right;
}

/* :::CSS Dropdown::: */
#navbar {
	float:left;
	background: #b2cfeb;  
	font-size:80%;
	font-family:arial,sans-serif;
	margin-left:6px;
}
#navbar ul { 
	margin:0; padding:0; list-style:none; 
	background: white;
}

#navbar li { 
	position:relative;
	margin:0; padding:0; list-style:none; 
	float:left;
}
  
#navbar ul li a { 
	display:block; 
	text-decoration:none; 
	padding:0.25em 0 0.25em 0.5em; 
	width:9.5em; 
	margin:0;
}
  
#navbar li:hover {
	background-color: #003366;
}

#navbar li.sub {
	background-position:right center;
	background-repeat:no-repeat;
}
  
#navbar li.sub li.sub:hover {
	color: #fff;
}
  
#navbar ul a {
	width:auto;
}
  
#navbar ul ul {
	background-color:#b2cfeb;
	position: absolute; 
	display:none;
}
  
#navbar ul ul li {
}
  
#navbar li.sub li.sub {
	background-position:right center;
	background-repeat:no-repeat;
}
  
#navbar ul.niveau1 li.sub:hover ul.niveau2 {
	color: #fff;
}
  
#navbar ul.niveau1 li.sub:hover ul.niveau2,#navbar ul.niveau2 li.sub:hover ul.niveau3{
	display:block;
	color: #fff;
}
 
#navbar ul.niveau2 {
	top:1.5em; left:0;
}

#navbar ul.niveau3 {
	top:-1px; left:10em;
	border-top:1px solid black;
}

.langselect img{
	width:auto;
	height:15px;
	margin-bottom:10px;
}

.okmsg{
	color:#165e00;
}

.failmsg{
	color:#a23227;
}

#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; }


/* PSEUDO */
#navbar a:link {color:#000;}      /* unvisited link */
#navbar a:visited {color:#000;}  /* visited link */
#navbar a:hover {color:#FFF;}  /* mouse over link */
#navbar a:active {color:#000;}  /* selected link */

.content_left a:link {color:#0d1870;text-decoration: none;}      /* unvisited link */
.content_left a:visited {color:#0d1870;text-decoration: none;}  /* visited link */
.content_left a:hover {color:#0d1870;text-decoration: underline;}  /* mouse over link */
.content_left a:active {color:#0d1870;text-decoration: none;}  /* selected link */

/* Fonts,hr,imgs m.m. */
hr{margin:0px;padding:0px;}
img{border:0px;}
