/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
div.Naturbild {
width: 40px;
height: 40px;
margin-left: 1px;
background-image: url(http://kiwithek.kidsweb.at/images/Natur_orange.gif);
background-repeat: no-repeat
}
div.Damalsbild {
width: 40px;
height: 40px;
margin-left: 1px;
background-image: url(http://kiwithek.kidsweb.at/images/Damals_orange.gif);
background-repeat: no-repeat
}
div.Schokotagbild {
width: 40px;
height: 40px;
margin-left: 1px;
background-image: url(http://kiwithek.kidsweb.at/images/Wichtig_orange.gif);
background-repeat: no-repeat
}
div.Erdebild {
width: 40px;
height: 40px;
margin-left: 1px;
background-image: url(http://kiwithek.kidsweb.at/images/Hier_anderswo_orange.gif);
background-repeat: no-repeat
}
body {