body {
	text-align: center;
	margin: 0px auto;
	height: 100%;
	width: 100%;
}

.umisteni {
	position: relative;
	left: 0px;
	top: 0px;
	width: 1024px;
	height: 600px;
	text-align: center;
	margin: 0px auto;
	background: none;
}

.homepage {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 203px;
  height: 70px;
  background: url('../graphics/homepage.gif');
  padding-top: 30px;
}
  .homepage a {
    font-family: Palatino, Times New Roman;
		font-size: 18px;
		font-style: normal;
		color: #0c1441;
		text-decoration: none;
		margin-top: 50px;
  }
  .homepage a:hover {
    text-decoration: underline;
  }

.pagetitle {
	background: url('../graphics/pagetitle.gif');
	width: 821px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 203px;

	padding-top: 15px;
}
  .pagetitle span {
    font-family: Palatino, Times New Roman;
  	font-size: 28px;
	 font-style: italic;
	 font-weight: 600;
	 color: #0c1441;
  }
  
.menutitle {
	background: url('../graphics/menu.gif');
	width: 203px;
	height: 420px;
	position: absolute;
	top: 100px;
	left: 0px;
	padding-top: 10px;
	text-align: left;
	padding-left: 20px;
}
  .menutitle span {
    font-family: Palatino, Times New Roman;
  	font-size: 28px;
  	font-style: italic;
  	font-weight: 600;
  	color: #0c1441;
  }

.menu {
  background: none;
  width: 193px;
  height: 315px;
  position: absolute;
  top: 160px;
  left: 0px;
  padding-left: 10px;

  overflow-x: none;
  overflow-y: auto;
	
  scrollbar-track-color: #dfdfdf;
  scrollbar-face-color: #4c4c4c;
  scrollbar-highlight-color: #4c4c4c;
  scrollbar-3dlight-color: #4c4c4c;
  scrollbar-darkshadow-color: #4c4c4c;
  scrollbar-shadow-color: #dfdfdf;
  scrollbar-arrow-color: #4c4c4c;
	
  text-align: left;
}
  .menu a {
    font-family: Palatino, Times New Roman;
		font-size: 18px;
		font-style: normal;
		font-weight: 550;
		color: #0c1441;
		text-decoration: none;
  }
  .menu a:hover {
    text-decoration: underline;
  }
  .menu div {
    font-family: Palatino, Times New Roman;
		font-size: 20px;
		font-style: italic;
		font-weight: 600;
		color: #0c1441;
		text-decoration: none;
		cursor: hand;
		cursor: pointer;
  }
  
  .minus {
    display: none;
    width: 20px;
  }
  .plus {
    display: inline;
    width: 20px;
  }
  .blank {
    display: inline;
    visibility: hidden;
    width: 20px;
  }
  .sub {
    display: none;
  }

.gallerypage {
  background: url('../graphics/galerie_new.gif');
	width: 811px;
	height: 445px;
	position: absolute;
	top: 65px;
	left: 203px;
  padding-left: 10px;
  padding-top: 10px;	
	text-align: left;
	
}
  .gallerypage span {
    font-family: Palatino, Times New Roman;
	  font-size: 26px;
	  font-style: normal;
	  font-weight: bold;
    color: #ffffff;
  }
  .gallerypage img {
    margin-bottom: 7px;
  }
  
.cover {
  position: absolute;
  top: 0px;
  left: 0px;
  background: Black;
  width: 100%;
  height: 100%;
  margin: 0px auto;
}
  .cover div {
    padding: 0px;
    _padding: 10px;
    background: Snow;
    margin: 0px auto;
  }

.maxImage {
  border: solid 10px Snow;
  filter: alpha(opacity=100);
}

.stopBetaButton {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 10;
  width: 100px;
  cursor: pointer;
}