/***************************************************/
/*                    Galerie                      */
/*                   Stylesheet                    */
/***************************************************/

a.g-link {
	font-size: 14px;
	color: #094093;
	font-weight: bold;
	text-decoration: none;
}

a.g-link:hover {
	color: #ff8800;
}

a.view-link {
	font-size: 12px;
	color: #656565;
	font-weight: bold;
	text-decoration: none;
}

a.view-link:hover {
	color: #094093;
}

#100 {
	width: 100%; height: 100%;
}

#catname {
	font-size: 16px;
	color: #308220;
	font-weight: bold;
}

#catinfo {
	font-size: 12px;
	color: #656565;
	font-style: italic;
}

#imagerow {
	width: 120px; height: 115px;
	border: 1px solid #656565;
	text-align: center;
	padding: 2px;
	vertical-align: middle;
}

#image {
	width: 120px; height: 120px;
	border: 0px solid black;
}

#image:hover {
	border: 0px solid #094093;
}

#pic-title {
	background-color: #308220;
	border: 1px solid #656565;
	color: #ffffff;
	font-weight: bold;
}

#pic {
	background-color: #cccccc;
	border: 1px solid #656565;
}

#pic-footer {
	background-color: #cccccc;
	border: 1px solid #656565;
}
