/* CSS Document */
body{ background-color:#586067;}

div#CentradaLL {
position:absolute; 
top:50%; 
left:50%; 
width:1004px; 
height:606px; 
margin-left:-502px; 
margin-top:-303px; 
background-image:url(../images/hg_glotzfisch.jpg);
background-repeat:no-repeat;}

a:link { color:#FF7300; text-decoration:none; letter-spacing:1px; font-family: verdana, sans-serif; font-size:.9em;}
a:visited { color:#FF7300; text-decoration:none; letter-spacing:1px; font-family: verdana, sans-serif; font-size:.9em;}
a:hover { color:#737B81; text-decoration:none; letter-spacing:1px; font-family: verdana, sans-serif; font-size:.9em;}

p { color:#D9DFDF; font-family:Verdana, sans-serif; font-size:.7em;}
p.submenu a:link, p.submenu a:visited { font-weight:bold;}


/*Hier fangen die Eigenschaften für die Gallery*/
#galleryh {
  padding:0; 
  margin:0 auto 5em auto; 
  list-style-type:none; 
  overflow:hidden; 
  width:482px; 
  height:250px; 
  border:1px solid #41474C; 
  background-image:url(../gallery_glotzfisch/hg_gallery2.gif);
  }
#galleryh li {
  float:left;
  }
#galleryh li a {
  display:block; 
  height:250px;
  width:28px; 
  float:left; 
  text-decoration:none; 
  border-right:1px solid #41474C; 
  cursor:pointer;
  }
#galleryh li a img {
  width:28px; 
  height:250px; 
  border:0;
  }
#galleryh li a:hover {
  background:#586067; 
  width:202px;
  }
#galleryh li a:hover img {
  width:202px;
  }
