/*
body {
	color: #ffffff;
	background-color: #555555;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}*/

/*allemeine Linkdefinitionen*/

#gallery_style a:img {
	border: 0;
}

#gallery_style a:link {
	color: #ffffff;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

#gallery_style a:hover {
	color: yellow;
	font-weight: bold;
	text-decoration: none;
}

#gallery_style a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#gallery_style a:visited:hover {
	color: yellow;
	font-weight: bold;
	text-decoration: none;
}

#gallery_style a:active {
	
}

#gallery_style #cat_select{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

#gallery_style #cat_selected{
}
	#gallery_style #cat_selected a:link{
		color: #ffffff;
	}
	#gallery_style #cat_selected a:visited{
		color: #ffffff;
	}
	#gallery_style #cat_selected a:hover{
		color: #ffffff;
	}
	#gallery_style #cat_selected a:visited:hover{
		color: #ffffff;
	}
	#gallery_style #cat_selected a:active{
	}
	
#gallery_style #cat_unselected{
}
	#gallery_style #cat_unselected a:link{
		color: #a5a5a5;
	}
	#gallery_style #cat_unselected a:visited{
		color: #a5a5a5;
	}
	#gallery_style #cat_unselected a:hover{
		color: yellow;
	}
	#gallery_style #cat_unselected a:visited:hover{
		color: yellow;
	}
	#gallery_style #cat_unselected a:active{
	}
	
