######################################################################################################

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) ')'; }

/* Sichtbare Auszeichnung der URLs von Links 
#rechte_seite a[href^="http:"], #rechte_seite a[href^="https:"], 
#linke_seite p a[href^="http:"], #linke_seite p a[href^="https:"],
#content p a[href^="http:"], #content p a[href^="https:"]
{
	padding-left: 0;
	background-image: none;
}

a[href]:after {
 content:" <URL: "attr(href)">";
 color:#444;
 background-color:inherit;
 font-style:italic;
} */

/* 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_wrapper {
background: transparent;
visibility: visible;
height: auto;}
#navcontainer {
	display: none;
}
#linke_seite {display:none;}
.invis, #land {
	display: none;
}
#content, .insides h3 h4 h5{
width: 95%;
margin: 0px;
padding: 0px;
color: #333333;
}
#content h3, #content h4, #content h5, #content a {
	color: #333333;
}
#Container_aussen, #Container_innen {
	border: none;
}
#rechte_seite { 
display: none }

#footer {display:none}

.copy {
	background: transparent;
	margin-top: 30px;
	color: #323232;
}


