/* Sitemap */
/* Standards */
#content {}
h1  { color: #c20014; font-size: 1.5em; 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      { text-align: right; display: block; padding-top: 12px; width: 450px; float: left;}
#articleend ul  { list-style: none; display: inline; margin: 0; padding: 0 }
#articleend li   { list-style: none; display: inline; padding-left: 18px }
.return  { background-image: url("images/icons/icon_zurueck.gif"); background-repeat: no-repeat; background-position: 0 center; padding-right: 18px }
.top {background-image: url("images/icons/icon_seitenanfang.gif"); background-repeat: no-repeat; background-position: 0 center;}

/* Fussleiste - additive */
#articleend a  { color: #5c5c5c; text-decoration: none }
#articleend a:hover   { color: #c20014; text-decoration: underline }
