/* Sitemap */
/* Standards */
#content {}
h1  { color: #c20014; font-size: 16px; display: block }
h2 {}
h3 {}
h4 {}

/* Liste */
#liste  { width: 450px; float: left }
.ebene1  { margin-left: 0px}
.ebene2 { margin-left: 45px}
.ebene3 { margin-left: 45px}
#liste ul { margin:0px; padding: 0px; list-style: none}
#liste li  { padding-top: 4px; padding-bottom: 4px }

.ebene1 a    { color: #8aa72e; font-weight: bold; text-decoration: none; background-image: url("images/arrow_green.gif"); background-repeat: no-repeat; background-position: 0 center; padding-left: 16px }
.ebene1 a:hover   { color: #c20014; font-weight: bold; text-decoration: underline; padding-left: 16px; background-image: url("images/arrow_red.gif"); background-repeat: no-repeat; background-position: 0 center; padding-left: 16px }

.ebene2 a    { color: #5c5c5c; font-weight: bold; background-image: url("images/arrow.gif"); background-repeat: no-repeat; background-position: 0 center; padding-left: 9px }
.ebene2 a:hover   { color: #c20014; font-weight: bold; padding-left: 9px; background-image: url("images/arrow_over.gif"); background-repeat: no-repeat; background-position: 0 center; }

.ebene3 a     { font-style: normal; font-weight: normal; background-image: url("images/dash.gif"); background-repeat: no-repeat; background-position: 0 center; padding-left: 8px }
.ebene3 a:hover    { font-style: normal; font-weight: normal; background-image: url("images/dash_over.gif"); background-repeat: no-repeat; background-position: 0 center; padding-left: 8px }

/* Fussleiste */
#articleend { display:none; }
