/* Zurücksetzen */
html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
	margin: 0;
    padding: 0;
    font: 13px Arial, "trebuchet ms", Verdana, Helvetica, sans-serif;
    line-height: 120%;
    color: black;
}

td {
	padding-bottom: 10px;
}
.ueberschriftorange b {
	font-size: 130%;
}
a:link, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


body {
	padding: 10px;
}
    
.contentlink {
	color: #f66200;
}

td {
	font-size: 12px;
	padding: 3px;
}

.ueberschriftorange, .TextInhalt {
	color: #345;
	margin: 10px;
}
