/* importieren aller Screen-CSS
------------------------------------------------- */
@import url(layout.css);
@import url(basics.css);
@import url(navigation.css);
@import url(lightbox.css);


#created {
clear: both;
text-align: right;
padding-right: 60px;

font-size:11px;
color: #9a9a9a;
}


#created a {
padding: 0;
background-image:none;
color: #9a9a9a;
text-decoration:none;
}
#created a:hover {
color: #757575;
text-decoration:underline;
}
