######################################################################################################

html, body * {font-size: 12pt; font-family: Verdana, "Times New Roman", Times, serif; }
blockquote { font-family: Verdana, "Times New Roman", Times, serif; }
code.css, code.xhtml, em.file { font-family:"Courier New", Courier, mono;}

h1 {font-size: 16pt; font-weight:bold; color: #336699;  background:inherit;  margin:0.4em 0 0.5em 0; border-bottom: 1px #ccc solid;}
h2 {font-size: 14pt; font-weight:bold; color: #666; background: inherit;   margin:0.2em 0 0.5em 0; padding: 0.3em; }
h3 {font-size: 12pt; font-weight:bold; margin:0.4em 0 0.3em 0;}

/* Vermeidung von Seitenumbrüchen direkt nach einer Überschrift */
h1,h2,h3 { page-break-after:avoid; }

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

/* Umformatierung der Layoutboxen */
html, body {margin:0; padding: 0; background-color: White;}
#page_wrapper, #page {min-width: inherit; margin:0; padding: 0; border: 0; } 
#header h1, #header h2
{
color: #303030;
visibility: visible;
height: auto;
}
#header, #divNavBarHolder {
	border-left: none;
	border-right: none;
	border-top: none;
	width: 95%;
}
#header_wrapper {
background: transparent;
visibility: visible;
height: auto;}
#navcontainer, #divTopNav, #SubNavigation {
	display: none;
}
.invis {
	display: none;
}
#main {
	visibility: visible;
}
#content {
width: 95%;
margin: 0px;
padding: 0px;
color: #333333;
border: none;
padding-bottom: 30px;
border-bottom: 2px solid #ccc;
}
#content h3, #content h4, #content h5, #content a {
	color: #333333;
}
#footer {
display:none
}
.copy {
	background: transparent;
	margin-top: 30px;
	color: #323232;
}

