/*  ****** div position ****** */
#bodycontent{
  width: 760px;
  height: 490px;
  margin: auto;
} /* center position for everthing */
#header{
  height: 33px;
  text-align: left;
  font-size: 20px;
  padding-left: 1.2em;
  padding-top: 4px;
  background: url(styles/navigation-bar.png) top repeat-x;
} /* navigation part with links */
#body{
  width: 100%;
} /* middle div with text and gallery pictures */
#text{
  float: left;
  width: 344px;
  height: 324px;
  overflow: auto;
  padding: 0px;
  margin: 0;
  background: url(styles/text-content.png) top repeat-y;

} /* floating on the left, contains text */
#pict{
  float: right;
  width: 416px;
  height: 324px;
  background: #000 url(styles/pict-background.jpg) top repeat-x;
} /* moved to the right, contains pictures */
#footer{
  text-align: left;
  vertical-align: bottom;
  margin-top: -15px;
  width: 760px;
  height: 124px;
  background: url(styles/footer-bar.png) top repeat-x;
} /* footer =) */


/* ****** global tags definition ****** */
body{
	color: #FFFFFF;
	font-size: 0.8em;
	font-family: Trebuchet MS, "Lucida Sans Unicode", Arial, Lucida Sans, Tahoma, Sans-Serif;
	background: #cbcbcb url(styles/bodyBg.png) top left repeat fixed;
	text-align: center;
	padding-top: 2em;
}
p{ 
  padding-top: 1em;
}
ul{
  padding: 0;
  margin: 0;
}
a:link, a:visited{ color: #FFF; }
a:hover, a:active{ color: #eaff00; }
hr.cleaner{
  clear: both;
  height: 1px;
  margin: -1px 0 0 0; padding:0;
  border: none;
  visibility: hidden;
  _display: none;
}


/* ****** tags definition ****** */
#header a{ text-decoration: none; }
#text h1{
  font-size: 1.4em;
  margin-bottom: 0;
  _margin-top: 10px;
}
#text p{
  width: 300px;
  font-size: 0.9em;
  text-align: left;
  margin: auto;
  _padding: 0;
  _margin: 10px;
}
#footer a.akvacentrum:link, #footer a.akvacentrum:visited{
  position: relative;
  display: block;
  top: 15px;
  left: 516px;
  width: 236px;
  height: 32px;
  background: url(styles/akvacentrum.png) 0 0;
}
#footer a.akvacentrum:hover, #footer a.akvacentrum:active{
  position: relative;
  display: block;
  top: 15px;
  left: 516px;
  width: 236px;
  height: 32px;
  background: url(styles/akvacentrum.png) 0 32px;
}
#footer a:link, #footer a:visited{
  text-decoration: none;
  color: #ff0808;
}
#footer a:hover, #footer a:active{
  text-decoration: none;
  color: #eaff00;
}
#gallery {
  width: 310px;
  height: 270px;
  overflow: auto;
  margin: auto;
}
#gallery a { text-decoration: none; }
#pict img {
  border-top: 12px solid black;
  border-bottom: 12px solid black;
  border-left: 8px solid black;
  border-right: 8px solid black;
  _border-bottom: 0px;
}

/* ****** class definition ****** */
.hidden{ display: none; }
.bold{ font-weight: bold; }
.webs{
  line-height: 120px;
  margin-left: 10px;
  font-size: 90%;
  color: #ff0808;
}
.author{ font-size: 90%; }
.thumb {
  float: left;
  display: block;
  border: 5px solid #C0C0C0;
  margin-top: 5px;
  margin-left: 5px;
}
.thumb:hover { border: 5px solid blue; }
