body {
    background: #ECFDFD;
    font-family: Arial, Verdana, sans-serif;
}

td.orange {
    background: #FFA000;
    border-style: solid;
    border-width: 0px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-color: #000000;
}

td.titel {
    border-width: 1px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-color: #000000;
    border-style: solid;
}

td.inhalt {
    border-width: 1px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-color: #000000;
    border-style: solid;
}

a:link {
    text-decoration: none;
    color: #FFA000;
}

a:visited {
    text-decoration: none;
    color: #FFA000;
}

a:hover {
    text-decoration: underline;
    color: #FFA000;
}

a:active {
    text-decoration: underline;
    color: #FFA000;
}

.information {
	  display: none;
	 }    
    
.zusatz_dezent {
	font-size: xx-small;
	color: #9AA4BE;
	 } 
	    
.ueberschrift gelb {
	font-size: x-large;
	color: #FFA000; 
	 }