body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family:  "helvetica neue", "helvetica", "arial", sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	background-color:#fff;
}

abbr[title]:after, acronym[title]:after { 
    content: '(' attr(title) ') '; 
}

/* Sichtbare Auszeichnung der URLs von Links */
a[href]:after {
    content:" <URL: "attr(href)"> ";
    color:#444;
    background-color:inherit;
    font-style:italic;
}

h1 { font-size:14pt;}
h2 { font-size:12pt;}
h3, h4, h5 { font-size:10pt;}


.hide, 
.nodisplay,
#mainMenu,
#businessMenu,
#searchSite,
#subMenu,
#accessibilityMenu,
#languageMenu,
#serviceMenu,
#pfad
{ 
	display: none !important; 
}

#branding {
	float:none;
	border-bottom:1px solid #333;
	margin-bottom:14pt;
	padding-top:14pt;
}

#footer {
	border-top: 1px solid #333;
}

#branding h1.hide,
#branding h2.hide {
	font-weight:normal;
	font-size: 12pt;
	display:block !important;
}

#branding h2.hide {
	font-size:10pt;
	margin-bottom:12pt;
}

#branding a:after { content:"";}

#content {
	position:relative;
	margin-top:10pt;
}
#content,
#sidebar {
	float:none;
	width:auto;
}

#images {
	background:none;
}

#branding {
	text-align:center;
}

#branding .signet {
	margin: 12pt auto;
}

a img {
	border:0;
}

