@charset "utf-8";

#photos a, #photos em, #photos a:hover {
    padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 1px;
	font-size: 60%;
	text-decoration: none;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	position: relative; /* Sorgt dafür, dass der border-bottom im IE 7 angezeigt wird*/
}

#photos a {
	margin-right: 1px;
	color: #A2835E;
	margin-left: 1px;
}


#photos a:hover {
	margin-right: 0px;
	background-color: #FFFFFF;
	color: #EC8B33;
	border: 1px solid #A68966;
}
#photos em {
	margin-right: 0px;
	background-color: #FEF1D6;
	color: #EC8B33;
	border: 1px solid #68543C;
	font-style: normal;
}
#photos  li {
	display: inline;
	list-style-type: none;
	line-height: 15px;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#photos ul {
	list-style-type: none;
	line-height: 12px;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}

