@charset 'utf-8';

/* Galerie  */
div.bild{ float:left; width: 24.99%; }

div.bild div.bild_innen
{
	text-align: center;
	margin-bottom: 3px;
}

div.bild div.bild_innen img.thumbnail
{
	border: 1px solid #646466;
}

/* MooTools.Tips */
.tip
{
    background-color : #646466; 
    padding          : 15px; 
    border           : 1px solid #F29400;
}
.tip img
{
    border: 1px solid #000; 
}
.tip-title
{ 
    color       : #F29400;
    font-weight : bold;
    margin-bottom : 5px;
}

