a.download::before {
	background: url('images/download.gif');
    content: '';
    height: 10px;
    display: inline-block;
    width: 14px;
}

a.external-link::before {
	background: url(images/external_link.gif);
    content: '';
    height: 10px;
    display: inline-block;
    width: 14px;
}

a.internal-link::before {
	background: url(images/internal_link.gif);
    content: '';
    height: 10px;
    display: inline-block;
    width: 14px;
}

a.external-link-new-window::before {
	background: url(images/external_link_new_window.gif);
    content: '';
    height: 10px;
    display: inline-block;
    width: 14px;
}

a.internal-link-new-window::before {
	background: url(images/internal_link_new_window.gif);
    content: '';
    height: 10px;
    display: inline-block;
    width: 14px;
}

a.mail::before {
	background: url(images/mail.gif);
    content: '';
    height: 10px;
    display: inline-block;
    width: 14px;
}

a.download > img ,
a.external-link > img,
a.external-link-new-window > img,
a.internal-link-new-window > img,
a.internal-link > img,
a.mail > img {
	display:none;
}

.ce-image.ce-center img {
    max-height: 500px;
    width: auto;
}

.image-caption {
    text-align: center;
    margin-top: 3px;
}

#cookieman-modal .modal-dialog {
    margin: 0px;
}
#cookieman-modal .modal-content {
    padding: 0px;
}