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^="http"]:after {
    content:" ["attr(href)"] ";
    color:#444;
    background-color:inherit;
    font-style:italic;
	font-weight:normal;
	font-size:6pt;
	text-decoration:none !important;
}
a[href^="http"] {
	text-decoration:none !important;
}

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


.hide, 
.nodisplay,
#mainMenu,
.username,
#mainNav,
#businessMenu,
#searchSite,
#subMenu,
#accessibilityMenu,
#languageMenu,
#serviceMenu,
#pfad,
form,
#footer,
img.lupe,
.paging,
.cakeSqlLog,
body.admin a.action,
body.admin .actions a,
.version,
body.admin .actions li
{ 
	display: none !important; 
}

.sidebar {
	border-top:1px solid #444;
}

a.action,
.actions a {
	background:none !important;
	color:#000 !important;
	padding:0;
}

#logo a:after {
	content:"" !important;
}

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

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

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

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

#content {
	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;
}

table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	margin:0 0 10px;
	width: 100%;
	font-size: 0.8571em;
}
th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	padding: 1px 4px;
	text-align: left;
}
table tr td {
	border-right: 1px solid #ddd;
	padding: 4px 4px;
	text-align: left;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
