body {
	font-family: sans-serif;
	font-size: 12pt;
	background-attachment: fixed;
	background-repeat: repeat-both;
	background-color: #FFFFFF;
	background-position: center center;
	color: #19194B;
	padding: 7px 7px 7px 7px;
	margin: 0px 0px 0px 0px;
}

img {
	border-width: 0px;
}

ul {
	list-style-type: square;
}

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: #19194B;
	text-decoration: none;
}

a:hover, a:active, .highlight, .hover, a.hover {
	color: #19194B;
	background-color: #ADB7C4;
	text-decoration: none;
}


/*------------------------------------------------------------
 * Main-Table
 */

table.main {
	width: 100%;
	border-spacing: 2px;
}

tr.main, td.main {
	padding: 10px 10px 10px 10px;
	vertical-align: top;
}


/*------------------------------------------------------------
 * Content-Area
 */

table.content {
	xxxdisplay: inline;
	width: 100%;
	padding: 0px 0px 0px 0px;
	vertical-align: bottom;
}

tr.content {
	vertical-align: bottom;
}

td.content {
	display: inline;
	text-align: center;
	vertical-align: bottom;
}



/*------------------------------------------------------------
 * Navigation-Path
 */

td.path {
	padding: 6px 6px 3px 6px;
	background-color: #70757C;
	width: 100%;
	border-spacing: 0px;
}

td.path img {
	vertical-align: -10%;
}

td.path, td.path a, .pathHL {
	color: #ADB7C4;
	text-decoration: none;
}

td.path a {
	display: inline;
	border-style: solid;
	border-width: 1px;
	border-color: #70757C;
	padding: 3px 3px 3px 3px;
}

td.path a:link, td.path a:visited {
}

td.path a:hover, td.path a:active {
	text-decoration: none;
	background-color: #ADB7C4;
	color: #19194B;
	border-color: #D7E8FF;
}

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


/*------------------------------------------------------------
 * Thumbnails
 */


div.thumb {
	display: table;
	background-color: #D7E8FF;
	padding: 2px 2px 2px 2px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

div.thumb a {
	padding: 3px 3px 3px 3px;
	color: #D7E8FF;
	text-decoration: none;
}

div.thumb a:link, div.thumb a:visited {
}

.thumbHover, div.thumb a:hover, div.thumb a:active {
	text-decoration: none;
	background-color: #ADB7C4;
	color: #ADB7C4;
	border-color: #D7E8FF;
}



/*------------------------------------------------------------
 * Navigation-Bar
 */


div.navHL {
	font-weight: bold;
	border-width: 1px;
}


td.nav {
	padding: 2px 6px 2px 6px;
	background-color: #ADB7C4;
	width: 20%;
	vertical-align: top;
}

td.nav span {
	float: left;
}

td.nav img {
	vertical-align: bottom;
}



td.nav a, div.navHL {
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #ADB7C4;
	text-decoration: none;
	padding: 3px 3px 3px 3px;
}

td.nav a:link, td.nav a:visited {
	color: #19194B;
}

td.nav a:hover, td.nav a:active, div.navHL {
	background-color: #D7E8FF;
	color: #19194B;
	border-color: #19194B;
}


/*------------------------------------------------------------
 * Navigation-Bar (Imagepages)
 */

td.imgnav {
	vertical-align: top;
	padding: 2px 6px 2px 6px;
	background-color: #ADB7C4;
}

td.imgnav a {
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #ADB7C4;
	text-decoration: none;
	padding: 3px 3px 3px 3px;
}

td.imgnav a:link, td.imgnav a:visited {
	color: #19194B;
}

td.imgnav a:hover, td.imgnav a:active {
	background-color: #D7E8FF;
	color: #19194B;
	border-color: #19194B;
}


/*------------------------------------------------------------
 * Pager (Image- and Thumbnailpages)
 */

div.pager {
	padding: 2px 6px 2px 6px;
	background-color: #D7E8FF;
	clear: none;
}

div.pager span.left {
	float: left;
	width: auto;
}

div.pager span.center {
	float: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div.pager span.right {
	float: right;
	width: auto;
}

div.pager a {
	xxxdisplay: inline;
	border-style: hidden;
	border-width: 1px;
	border-color: #19194B;
	text-decoration: none;
	padding: 3px 3px 3px 3px;
}

div.pager a:link, div.pager a:visited {
	color: #19194B;
}

div.pager a:hover, div.pager a:active {
	background-color: #ADB7C4;
	color: #19194B;
	border-style: solid;
}





/*------------------------------------------------------------
 * Subalbum-Links
 */

div.subalb {
}

div.subalb a {
	display: block;
	border-style: hidden;
	border-width: 1px;
	text-decoration: none;
	padding: 3px 3px 3px 3px;
}

div.subalb a:link, div.subalb a:visited {
	color: #19194B;
}

div.subalb a:hover, div.subalb a:active {
	background-color: #D7E8FF;
	color: #19194B;
	border-style: solid;
}

/*------------------------------------------------------------
 * XLinks
 */

div.xlink {
	width: 100%;
	background-color: #ADB7C4;
}

div.xlinks a {
	display: block;
}

div.xlinks a:link, div.xlinks a:visited {
	color: #19194B;
	text-decoration: none;
}

div.xlinks a:hover, div.xlinks a:active {
	color: #ADB7C4;
	background-color: #19194B;
	text-decoration: none;
}

table.xlink, table.related {
	width: 100%;
	border-spacing: 0px;
	background-color: #ADB7C4;
}

td.xlink, td.related {
	padding: 2px 6px 2px 6px;
	background-color: #ADB7C4;
	color: #000000;
}

td.xlinkTitle, td.relatedTitle {
	text-transform: uppercase;
	font-weight: bold;
}

a.xlink:link, a.xlink:visited, a.related:link, a.related:visited {
	color: #19194B;
	text-decoration: none;
}

a.xlink:hover, a.related:hover {
	color: #000000;
	background-color: #19194B;
	text-decoration: none;
}

a.xlink:active, a.related:active {
	color: #000000;
	text-decoration: none;
}


/*------------------------------------------------------------
 * Footer
 */

td.footer {
	width: 100%;
	color: #19194B;

	padding: 2px 6px 6px 6px;
	background-color: transparent;
	color: #19194B;
	font-size: 10pt;
	font-style: italic;
	text-align: center;
}

td.footer a {
	text-decoration: none;
}

td.footer a:link, td.nav a:visited {
	color: #19194B;
}

td.footer a:hover, td.footer a:active {
	background-color: transparent;
	color: #19194B;
	text-decoration: underline;
}



td.numinfo {
	background-color: #ADB7C4;
	color: #19194B;
	padding: 2px 2px 2px 6px;
	width: 15em;
}

td.albumdesc {
	background-color: #ADB7C4;
	color: #19194B;
	padding: 2px 6px 2px 2px;
	width: 100%;
}

/*
 * custom classes
 */

.thumbNav {
	background-color: #123456;
	padding: 20px 6px 6px 6px;
	width: 100%;
}

.navNum {
	width: 100%;
	align: center;
}

.contentBG {
	background-color: #D7E8FF;
	color:black;
}

.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;
}

/* deprecated */
.highlight {
	font-weight: bold;
}

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

.navbar {
   vertical-align: top;
}
