﻿body
{
  color:Black;
  font-family:MS Sans Serif, Verdana, Arial;
  background-color:#2A3F51;
  font-size:0.95em;
}

a
{
  color:Black;
}

ul
{
  margin:0px 2px;
  padding:0px;
}

li
{
  padding:3px 0;
  margin:0px;
  list-style-type:square;
  list-style-position:inside;
}

h1
{
  margin:0 0 10px 0;
  padding:0px;
  font-size:1.1em;
  color:#295C89;
}

#center
{
  width:900px;
  margin:70px auto 0 auto;
}

#main
{
  background-color:White;
  height:410px;
  margin:0 7px 0 4px;
  border:0 solid #555;
  border-width:0 2px;
}

#menu
{
  padding:7px 0px 7px 5px;
  background-color:#333;
  margin:0 24px 0 23px;
  font-size:0.80em;
}

#menu a
{
  color:#fff;
  margin:0 2px;
  padding:2px 6px;
  /*text-decoration:none;*/
}

#menu a:hover, #menu .selected
{
  background-color:#2e689c;
}

#content
{
  padding:25px 10px 0 26px;
  float:left;
  width:450px;
  font-size:0.95em;
  font-family:Verdana;
}

/* galery front */
.galeryFront
{
  padding:15px 40px 10px 0px;
  float:right;
  width:330px;
}

.galeryFront img
{
  border:0px solid #fff;
  width:153px;
  margin:10px 10px 0 10px;
}

.galeryFront a
{
  color:#444;
}

.galeryFront a:hover 
{
  text-decoration:none;
}

.galeryFront .aText
{
  margin:0 0 0 10px;
}

#bottom
{
  /*font-size:0.80em;
  text-align:right;
  padding-right:40px;*/
  background-image:url(bottom.jpg);
  height:20px;
}

/* JS image browser*/

#ImageBoxClose img
{
	border:0px solid White;
}

#ImageBoxOverlay
{
	background-color: #000;
}

#ImageBoxCaption
{
	background-color: #F4F4EC;
}

#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}

#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}

#ImageBoxCaptionImages
{
	margin: 0;
}

#ImageBoxNextImage
{
	background-image: url(script/spacer.gif);
	background-color: transparent;
}

#ImageBoxPrevImage
{
	background-image: url(script/spacer.gif);
	background-color: transparent;
}

#ImageBoxNextImage:hover
{
	background-image: url(script/next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right top;
}

#ImageBoxPrevImage:hover
{
	background-image: url(script/prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
}

