body {
  background: #0B3440 url("../img/bg.jpg") repeat-x;
  background-position: top center;
  margin: 0px;
  font-family: "Trebuchet MS";
  color: white;
}

.heading {
  color: yellow; font-family: 'Palatino Linotype'; font-size:22px;padding: 10px 0px;
}

a {
  color: yellow;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#main_container {
  width: 1000px;
  display: block;
  min-height: 1000px;
  margin: 0px auto;
  position: relative;
}

#piranha_vizihoki {
  position: absolute;
  top: 30px;
  left: 120px;
  font-size: 30px;
  color: #0F404F;
  font-family: "Trebuchet MS";
  font-style: italic;
  font-weight: bold;
}

#underwater_hockey {
  position: absolute;
  top: 59px;
  left: 140px;
  color: #E1882C;
  font-family: "Trebuchet MS";
  font-style: italic;
  font-size: 13px;
  font-weight: bold;
}

#logo {
  position: absolute;
  top: 2px;
  left: 2px;
}

#loginbox {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #0F404F;
  font-weight: bold;
  
}

#loginbox a img {
  height: 20px;
  width: 20px;
  border: none;
  float:right
}

#loginbox .message {
  float: right;
  padding: 3px 10px;
}

#loginbox div {
  float: left;
}

#loginbox div label {
  font-size: 12px;
  display: none;
}

.login_input {
  padding: 2px;
  margin-right: 10px;
  border: 1px solid #4791AE;

  background: #CDE4EC;
}

.login_submit {
  height: 22px;
  width: 22px;
}

#main_menu {
  color: white;
  position: absolute;
  top: 195px;
  font-size: 16px;
  width: 1000px;
  height: 30px;
  padding-top: 10px;
  border-bottom: 1px solid #4791AE;
  border-top: 1px solid #4791AE;
  
}

#main_menu a {
  color: white;
  text-decoration: none;
  padding: 10px 15px;
}

#main_menu a:hover {
  color: yellow;
  background: url("../img/nav_bg.png");
  
}

#flashmessage {
  position: absolute;
  top: 100px;
  left: 200px;
  width: 700px;
  padding: 2px 10px;
  color: #BF2323;
  font-size: 12px;
  font-weight: bold;
  background: #FFF8AF;
}

#content {
  position: absolute;
  top: 240px;
}

h1 {
  color: yellow;
  font-family: "Palatino Linotype";
  margin-left: 20px;
}

p a {
  color: white;
}

p a:hover {
  color: yellow;
}

#oktatocd {
  overflow: hidden;
}             


#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(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/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; }

