html, body  {
	background: #C7AB7B url('images/main-bg.jpg'); 
	background-repeat: no-repeat; 
	margin:0px; 
}
body, td, font {
	font-family : Tahoma;
	font-size : 11pt;
	color : #000000;
}

a {
	text-decoration : underline;
	color : #000000;
	font-weight : bold;
}

a:hover {
	text-decoration : none;
	color : #000000;
	font-weight : bold;
}
.viewhead {
	font-size : 14pt;
}

.indexhead {
	font-size : 14pt;
}

.footertext {
	font-size : 10pt;
	color : #333333;
	text-decoration : none;
}
#dhtmltooltip{
	position: absolute;
	width: 200px;
	border: 2px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
}
#flashcontent {
	height: 100%;
}
		
.album, .foto {
	color: #AAAAAA;
	border: 1px solid black;
	background-color: #333333;
	width: 170px;
	height: 180px;
	float: left;
	padding: 0.5ex;
	margin: 0.5ex;
}
.album {
	height: 230px;
}
.album a {
	cursor: hand;
}
.album h2 {
	font-size: 12pt;
	line-height: 120%;
	margin: 0;
	overflow: hidden;
	margin-bottom: 0.5ex;
}
.thumbnail {
	text-align: center;
}
.albuminfo {
	font-size: 10pt;
}
.fototitle {
	font-size: 10pt;
	color: #AAAAAA;
	margin-bottom: 0.5ex;
}
.overhid {
	overflow: hidden;
}