html {
	background: #000000 url(http://www.blackrider.eu/gfx/fotobkg.jpg) no-repeat;
	background-position: bottom right;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888888;
	background-color: #000000;
	background: none;
	margin-top: 0px;
}


a:link {
	text-decoration: none;
 	color: #FEF60D;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: black;
}

.title a:link {
	text-decoration: none;
	color: black;
}

.title a:visited {
	text-decoration: none;
	color: black;
}

.title a:hover {
	text-decoration: none;
	color: red;
}

a:visited {
	text-decoration: none;
	color: #FEF60D;
}

a:hover {
	text-decoration: none;
	color: #FEF60D;
}

.current {
	font-weight: bold;
 	color: #F1F60D;
	background-color: #666666;
}

.image { margin: 0px; border-width: 1px; border: 3px solid;}
a:link .image { border-color: #FEF60D; color: #FEF60D;}
a:visited .image { border-color: #FEF60D; color: #FEF60D;}
a:hover .image { border-color: #FEF60D; color: #FEF60D;}

.osxtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.osxtitle a:link {
	text-decoration: none;
	color: #000000;
}

.osxtitle a:visited {
	text-decoration: none;
	color: #000000;
}

.osxtitle a:hover {
	text-decoration: none;
	color: #ffffff;
}

.dirname {
	font-size: 12px;
	font-weight: bold;
	color: #AAAAAA;
}

.comment {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 12px;
}

.smalltxt {
	color: #888888;
	font-size: 11px;
}

.xsmalltxt {
	color: none;
	visibility: hidden;
	font-size: 9px;
}