#LastModified, #Pressedatum
{
	padding: 2em 0em 0em 0em;
	font: 10px Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
}

#LastModified
{
	display: none;
}

/* Suchbox-Positionierung */
.ms-sbtable, .ms-sbtable-ex
{
	float: right !important;
	width: 20% !important;
}

/* Style for sitemap Webpart */
.headertitle a
{
	background-color: white;
	color : Black !important;
}

.headertitle a:hover
{
	color: #a41c30 !important;
}

.level-item a
{
	background-color: white;
}

.level-item a:hover
{
	color: #a41c30 !important;
}

#ContentWebPart a {
	background-color:Transparent;
	color: black;

}

#ContentWebPart a:hover,
#ContentWebPart a:focus,
#ContentWebPart a:active {
	background-color: Transparent;
	color: #a41c30;
	text-decoration: underline;
}


/* Styles for Photogallery */
.BildMitBeschreibung 
{
	width:100%;
    padding-bottom: 10px;
}

.BildMitBeschreibung img
{
	float: left;
	width: 50%;
	padding-right: 1%;

}

.BildMitBeschreibungOLD img
{
	float: left;
	width: 235px; /* Das sind 50% der verfuegbaren Breite */
	padding-right: 1%;

}

.BildMitBeschreibungOLD a
{
	float: right;
	width: 49%;
}

span.atosAnchor { display: none; }