<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	font-size: 87.5%;
	color: #333333;
}

body {
    background-color: #F0F0F0;
}

a:link, a:visited {
    color: #336699;
	font-weight: 600;
	text-decoration: none;
}

.box_footer a:link, .box_footer a:visited{
	font-weight: bold;
	text-decoration: none;
}

.box_footer a:hover {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4{
    color: #333333;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	/* fuer firefox */
	margin-bottom: 1rem; 
}

h1 {
    /*font-size: 16px;*/
	font-size: 1.33rem;
} 
		
h2 {
    /*font-size: 15px;*/
	font-size: 1.25rem;
} 

h3 {
	/*font-size: 14px;*/
    font-size: 1.17rem;
} 

h4 {
	/*font-size: 12px;*/
	font-size: 1rem;
} 

p {
	text-align: justify;
	line-height: 1.5rem;
	/*margin-top: 0px;*/
	/*margin-bottom: 12px;*/
}

ul {
    margin-top: 10px;
    margin-left: -30px;
    list-style: none;
}


#outline {
    padding: 0;
    background-color: white;
    /*box-shadow: 0px 0px 10px rgb(204,204,204);*/
}

#header {
    height: 120px;
    background-image: url('/img/banner.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#header_collapsed{
	background-position: top left;
	background-repeat: no-repeat;
    flex-wrap: nowrap;
}

#header_collapsed &gt; div{
    padding-left: 15px;
}

#header_collapsed_title{
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.2;
}

#header_collapsed_subtitle{
    font-size: 1.25rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}

#banner img {
	float: right;
	clear: right;
	height: 80px;
	margin: 20px;
}

#content{
}

#box_main {
    border: 1px solid transparent;
    padding-top: .5rem;
    padding-right: 1rem;
}

.box_content {
    padding: 1.25rem 0;
}

.box_content table {
    width:100%;
    margin-bottom: 12px;
    border-collapse: inherit;
}

.box_content td { 
	padding: 5px;
    vertical-align: top;
    background-color: #F7F7F7;
	border-bottom: 1px dotted silver;
}
 
.box_content img {
   float:left; 
   /*height: 80px; 
   width: 100px;*/ 
   margin: 4px 10px 0px 0px;
   border: 1px solid rgb(204, 204, 204);
   border-width: 1px 2px 2px 1px;
   border: none;
}

.box_content ul {
    margin-left: -1.5rem;
}

#menu{
    padding-top: 1rem;
}


@media (min-width: 768px) {
.box_sidebar{
    padding-left: 1rem;
}
}


#box_toc {
    padding-left: 0;
    padding-right: .5rem;
}

#box_toc &gt; h1{
    display: none;
}

#box_efre {
    padding-top: 3rem;
    margin-bottom: 2rem;
}

#box_efre img{ /* EU-Logo */
    border: 0px solid;
    width: 203px;
    height: auto;
}

#box_efre &gt; h1{
    display: none;
}

#box_news{
    text-align: left;
    padding-top: 1rem;
    margin-top: 2rem;
}

#box_news p{
    text-align: left;
}

/* --- TOC --- */

li.toc {
    line-height: 1.8rem;
    border-bottom: 1px dotted #CCCCCC;
}

li.toc:hover{

}

li.toc_active {

}

/*
Fehler beim Hovern im IE6 (Umbruch) bei Verwendung von 'block' in li
Workaround:
li hovern (FF, IE8) +
a hovern (FF, IE8 UND IE6)
*/
li.toc a {
    display: block;
    color: #333333;
    background-color: transparent;
    padding: 3px;
    padding-left: 6px;
    text-decoration: none;
}

li.toc_active a {
}

li.toc a:hover {
}


#box_bottom {
    padding: 15px;
}

#box_footer {
    /*font-size: 11px;*/
    font-size: 0.9rem;
	text-align: center;
    padding-bottom: 0 !important;
}

.error{
	color:red;
	font-weight:bold;
}

.title { display: none; }
.subtitle { display: none; }


/* --- Auslegungen --- */

div.auslegung_link {
	text-align:center;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.auslegung_button {
	padding: 0.75rem 1rem 0.75rem 1rem;
	border: 1px solid silver;
	border-radius: 5px;
	background: silver; /* For browsers that do not support gradients */
	background: linear-gradient(white, rgb(224,224,224)); /* Standard syntax */                    
}

a.auslegung_button:hover { text-decoration:none; }

</pre></body></html>