
// Top-Bild ohne Rahmen
div.head { margin-bottom: 1em }
div.head img { color: white; border: none }

div.link img { color: white; border: none }
// Bilder haben standardmäßig keinen Rahmen
img
{
   border: 0px;
}
img
{
	text-align: center;
	border: 0px;
}

