body{
	background-color: #FFFFFF;
  color:#000000;
  text-align:center;
}

a:link, a:visited
{
  text-decoration:none;
  font-weight:bold;
  color:rgb(36,54,120);

}
a:active, a:hover
{
  text-decoration:none;
  color:lightblue;
  font-weight:bold;
}
a:link.bottom, a:visited.bottom
{
  text-decoration:none;
  font-weight:bold;
  color:#FFFFFF;

}
a:active.bottom, a:hover.bottom
{
  text-decoration:none;
  color:rgb(203,204,208);
  font-weight:bold;
}

#container
{
  float:none;
	width: 710px;
	height: 635px;
	margin: 20px auto;
	text-align: left;
	font-family: Verdana;
  font-size:12px;
  background-color:white;
  border: 1px solid rgb(36,54,120);
	}
#pic
{	width: 700px;
  height: 175px;
}

#content
{
  text-align:left;
	width: 670px;
  height: 400px;
	line-height: 20px;
	background-color: white;
	padding: 20px; 
	overflow:auto;
	}
	
#bottom
{
  float:left;
  text-align: Left;
	height: 15px;
	width: 590px;
	color: white;
	background-color: rgb(36,54,120);
  font-family:sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing:1px;
  padding-left:10px;
  padding-top:5px;
  overflow:hidden;
  }
  #bottom2
{
  float:left;
  text-align: right;
	height: 15px;
	width: 100px;
	color: white;
	background-color: rgb(36,54,120);
  font-family:sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing:1px;
  padding-right:10px;
  padding-top:5px;
  overflow:hidden;
  }
  
  #ref
  {
  float:left;
  width:210px;
  height:160px;
  padding-left:5px;
  padding-right:5px;
  line-height:12px;
  }

#galerie1 {width:670px;position:absolute;}
.thumbnail img{border: 1px solid silver;margin-top:5px;}
.thumbnail:hover{background-color: transparent;}
.thumbnail:hover img{border: 1px solid black;}
.thumbnail span{ position: absolute;padding: 0px;left: -1000px;visibility: hidden;text-decoration: none;}
.thumbnail span img{border-width: 0;padding: 0px;}
.thumbnail:hover span{ visibility: visible;top: 0px;left: 215px; z-index: 50;text-align:center;color:black;}






