body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	background-attachment: fixed;
	background-repeat: repeat;
	background-color: #500;
	background-image: url(../../graphics/tiles/galaxy.1.1.jpeg);
	background-position: 0 0;
	color: cyan;
}

img {
/*	border-width: 0px; */
	border: outset cyan;
}

td {
	vertical-align: top;
}

tr {
	vertical-align: top;
}

ul {
	list-style-type: square;
}

/* Used to display the footer */
address {
	font-size: 8pt;
	font-style: italic;
}

address a {
	font-style: normal;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
}

h4 {
	font-size: 10pt;
	font-weight: normal;
}

h5 {
	font-size: 10pt;
	font-weight: normal;
}

a:link, a:visited {
	color: #0ff;
	text-decoration: underline;
}

.navbar tr {
	background: #000;
}

a:hover, .highlight, .hover, a.hover,
.navbar tr.hover, .navbar tr.highlight
{
	color: #FFFFFF;
	background-color: #008;
	background-image: url(../../graphics/tiles/galaxy.1.1.blue.jpeg);
	background-attachment: fixed;
	background-position: 0 0;
	text-decoration: underline;
}

a:active {
	color: #666666;
	text-decoration: underline;
}


/* custom classes */


.path, .footer, .numinfo, .albumdesc {
	background-color: #000;
	color:cyan;
}

.navbar table {
/*	border-right: purple ridge .5em; */
	background-color: #005;
	background-image: url(../../graphics/tiles/galaxy.1.1.blue.jpeg);
	background-attachment: fixed;
	background-position: 0 0;
	color: cyan;
	border: inset 2px;
}

.emptyBG {
	background-color: #000;
	background-image: url(../../graphics/tiles/galaxy.1.1.jpeg);
	background-attachment: fixed;
	background-position: 0 0;
	color: cyan;
}

.contentBG {
	background-color: #000;
/*	background-image: url(../../graphics/tiles/galaxy.1.1.blue.jpeg); */
	background-attachment: fixed; 
	background-position: 0 0;
	color: cyan;
}
.contentBG img, .navbar img, .path img {
	background: #08f;
}

.contentBG td, .hover td, .highlight td {
	outline: outset 2px;
}

/* .contentBGSep {
	background-color: #C9C9C9;
	color:black;
} */

/* style of preview-images without border (in the treeview) */
.previewNoBorder {
	position: absolute;
	visibility: hidden;
	z-index: 100;
}

/* style of preview-images with border (in the imageview) */
.previewBorder {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	border-style: solid;
	border-color: #EBEBEB;
	border-width: 3px;
}

/* .konqBorder {
	background-color: #EBEBEB;
} */

.content {
	position: relative;
	visibility: visible;
	z-index: 1;
}

.descrTitle {
	font-size: 10pt;
	font-weight: bold;
}

.descrContent {
	font-size: 10pt;
}

/* style of the actual page entry in the navigation bar */
.highlight {
	font-weight: bold;
}

/* mouseover-style of unselected entries in the navigation bar */
.hover, a.hover {
	cursor: pointer;
}

/* number of images in the treeview */
.numImg {
	font-style: italic;
}

/* Style for the actual path-entry (at the top) */
.actPath {
	font-weight: bold;
}
