body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: center center;
}

img {
	border-width: 0px;
}

td {
	vertical-align: top;
	font-size: 10pt;
}

tr {
	vertical-align: top;
}

ul {
	list-style-type: square;
}

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

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: #666666; */
	color: #222222;
	text-decoration: none;
}

a:hover, .highlight, .hover, a.hover {
	color: #FFFFFF;
/*	background-color: #757558; */
	background-color: #e20074;
	text-decoration: none;
}

a:active {
/*	color: #666666; */
	color: #FFFFFF;
	text-decoration: none;
}


/* custom classes */


.path {
/*	background-color: #A0A078; */
	background-color: #999999;
	color:black;
}

.numinfo {
/*	background-color: #CCCC99; */
	background-color: #d9d9d9;
	color:black;
}

.albumdesc {
/*	background-color: #CCCC99; */
	background-color: #d9d9d9;
	color:black;
}

.navbar {
/*	background-color: #CCCC99; */
	background-color: #d9d9d9;
	color:black;
}

.contentBG {
/*	background-color: #F0F0DD; */
	background-color: #e6e6e6;
	color:black;
}

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

.footer {
/*	background-color: #A0A078; */
	background-color: #999999;
	color:white;
}

/* 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;
}

