/* Copyright (C) 2007 - 2009 YOOtheme GmbH */

@import url(layout.css);
@import url(typography.css);
@import url(menus.css);
@import url(modules.css);
@import url(joomla.css);
@import url(extensions.css);

a.gal:link	{
	text-decoration: none;
    border-bottom: 1px dotted green;
    color : green;
	padding:0 0 0 12px;
	background:url(../images/exlinkon.gif) no-repeat 0
}
a.gal:visited {
	text-decoration: none;
    border-bottom: 1px dotted green;
    color : green;
    padding:0 0 0 12px;
	background:url(../images//exlinkon.gif) no-repeat 0
}
a.gal:hover {
	text-decoration: underline;
    border-bottom: 0px dotted green;
    color : green;
	padding:0 0 0 12px;
	background:url(../images/exlink.gif) no-repeat 0;
}