body {
	background-color: #000000;
	background-image: url("./web-img/background-lines.gif");
	background-repeat: repeat-x;
	font-family: verdana;
	color: #e3e3ff;
	font-size: 12px;
}

a {
	color: #6f708e;
}
a:visited {
	color: #8d8d8d;
}
a:hover {
	color: #9d9dee;
}
.pages {
  font-size: 10px;
}
.text-center{
  text-align: center;
}
.vizitka-center{
  margin-left: 267px;
}
.contact-center{
  border-style: none;
  margin-left: 203px;
}
p {
	padding: 0px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: none;
  border-top: solid 1px gray;
}

h1 {
	width: 654px;
	height: 27px;
	font-family: serif;
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	margin: 10px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
}
h1.home {
  background-image: url("./web-img/h-background-home.gif");
}
h1.about {
  background-image: url("./web-img/h-background-about.gif");
}
h1.gallery {
  background-image: url("./web-img/h-background-gallery.gif");
}
h1.abstractgallery {
  background-image: url("./web-img/h-background-abstractgallery.gif");
}
h1.commercialgallery {
  background-image: url("./web-img/h-background-commercialgallery.gif");
}
h1.contact {
  background-image: url("./web-img/h-background-contact.gif");
}
h1.links {
  background-image: url("./web-img/h-background-links.gif");
}
img {
	border-width:1px;
	border-style: solid;
	border-color: #383838;
}
img.float {
	float: left;
	margin: 3px;
}
img.gallery-category {
	border-width: 0px;
	margin-left: 110px;
	margin-top: 80px;
}

.page-background {
	width: 820px;
	height: 697px;
	position: absolute;
	left: 50%;
	top: 0%;
	margin: 0px 0px 0px -410px;
	background-image: url("./web-img/web.jpg");
	background-repeat: no-repeat;
}

.menu {
	width: 642px;
	height: 36px;
	position: absolute;
	left: 50%;
	top: 0%;
	margin: 126px 0px 0px -320px;
	padding: 0px;
}

.menu img {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

.menu a {
	width: 126px;
	height: 34px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url("./web-img/menu-grad.gif");
	display: block;
	border-width: 1px;
	border-style: solid;
	border-left-color: #808080;
	border-top-color: #a2a2a2;
	border-right-color: #070707;
	border-bottom-color: #272727;
}
.menu a:hover {
	background-image: url("./web-img/menu-grad-hover.gif");
}

.menu-home img { padding: 5px 0px 0px 39px;}
.menu-about img { padding: 4px 0px 0px 27px;}
.menu-gallery img { padding: 4px 0px 0px 30px; }
.menu-contact img { padding: 6px 0px 0px 33px; }
.menu-links img { padding: 5px 0px 0px 40px; }

.main {
	width: 654px;
	height: 400px;
	position: absolute;
	left: 50%;
	top: 0%;
	margin: 170px 0px 0px -327px;
	padding: 0px;
	background-color: #000000;
}

table.gallery {
  width: 650px;
  height: 320px;
  padding: 0px;
  margin: 0px;
  margin-left: 10px;
}
tr {
  margin: 0px;
  padding: 0px;
}
td {
  margin: 0px;
  padding: 0px;
}

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
  outline: none;
}
.highslide img {
	border: 1px solid gray;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide:hover img {
	border: 1px solid white;
}

.highslide-wrapper {
	background: black;
}
.highslide-image {
	border: 5px solid #444444;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    border: 5px solid #444444;
    border-top: none;
    padding: 5px;
    background-color: gray;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
