/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
}
a,
a:link,
a:visited,
a:active {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}
address {
	font-style: normal;
}
acronym, abbr {
	text-decoration: none;
}
acronym:after, abbr:after {
	content: "("attr(title)")";
	font-size: 60%;
}
#Teaser a[href]:after,
#Content a[href]:after {
	content: " ("attr(href)")";
	font-style: italic;
	font-size: 80%;
}
#Footer {
	clear: both;
}
#Navigation {
	display: none;
}
#ServiceMenu {
	display: none;
}
#Veraenderung,
#Vielfalt,
#Vertrauen {
	clear: both;
}
#Teaser {
	padding: .5em;
	border: 1px solid;
}

.FloatLeft {
	clear: both;
	float: left;
	margin-right: 0.5em;
}
.FloatRight {
	clear: both;
	float: right;
	margin-left: 0.5em;
}
.Subnavigation {
	display: none;
}
.Image {
}
.Caption {
	font-size: smaller;
	text-align: center;
	padding: 0em;
}
.TopLink {
	display: none;
}
.Firmname {
	text-transform: uppercase;
}
